- 15 Sep, 2014 4 commits
-
-
Matthias Braun authored
Make the list scheduler a set of helper functions, instead of a complex design with a set of callbacks. Simplified list scheduler code.
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
- 21 Aug, 2014 2 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
- 18 Aug, 2014 1 commit
-
-
Matthias Braun authored
-
- 28 May, 2014 1 commit
-
-
Matthias Braun authored
-
- 16 May, 2014 1 commit
-
-
Matthias Braun authored
-
- 09 Apr, 2014 1 commit
-
-
Christoph Mallon authored
-
- 07 Apr, 2014 3 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
- 02 Apr, 2014 1 commit
-
-
Matthias Braun authored
-
- 14 Mar, 2014 1 commit
-
-
Matthias Braun authored
-
- 12 Nov, 2013 1 commit
-
-
Matthias Braun authored
Most uses in the backend should be mode_is_data() the few remaining uses can compare with mode_b explicitely.
-
- 28 Oct, 2013 1 commit
-
-
Matthias Braun authored
All users of NEW_ARR_A used it to construct a simple array, yet noone cared about it actually being an array with a length field in front. For this simple use case you should use ALLOCAN.
-
- 05 Sep, 2013 1 commit
-
-
yb9976 authored
Due to the bug, the opcode name of phi nodes are never printed in the first dump of the backend (...-begin.vcg).
-
- 08 Aug, 2013 1 commit
-
-
Matthias Braun authored
As they were just a single flag the name should reflect that. I did not change arch_irn_flags_none, as that is not about a single flag.
-
- 08 Jul, 2013 1 commit
-
-
Matthias Braun authored
The new code has less options and variants, if you call irg_verify() verification is performed, regardless of DEBUG_libfirm, or NDEBUG being set and regardless of firm verification setting switches. On the other side no atomic dump and abort is performed anymore, the call has to do this, though an irg_assert_verify() function has been added as a convenience measure. There has also been a complete rewrite of the actual checking performed. The new code is simpler, should produce more consistent output and can report more than one error.
-
- 03 Jul, 2013 1 commit
-
-
Manuel Mohr authored
-
- 06 May, 2013 3 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
the templates are now friendlier for usage outside of libfirm
-
- 04 May, 2013 1 commit
-
-
Matthias Braun authored
It has been empty for nearly all systems. People who used to put stuff in config.h can still create a config.h on their own and inject -include (gcc) or /FI (msvc) into their CPPFLAGS.
-
- 12 Mar, 2013 1 commit
-
-
Matthias Braun authored
They weren't used in a sensible way and their semantic for non-arithmetic ops was unclear. Also implicitely fixes a bunch of bugs where these where set but no op_index was set at the same time.
-
- 09 Jan, 2013 1 commit
-
-
Matthias Braun authored
-
- 05 Jan, 2013 1 commit
-
-
Christoph Mallon authored
-
- 12 Dec, 2012 1 commit
-
-
Matthias Braun authored
Just state the copyright and the project the files belong to. You can then find the COPYING file for the whole project.
-
- 05 Dec, 2012 2 commits
-
-
Christoph Mallon authored
Infer it from block.
-
Christoph Mallon authored
Infer it from block.
-
- 03 Dec, 2012 1 commit
-
-
Matthias Braun authored
That way the spill engine can rematerialize the loads and needs no extra spills for these values.
-
- 02 Dec, 2012 1 commit
-
-
Christoph Mallon authored
-
- 01 Dec, 2012 1 commit
-
-
Christoph Mallon authored
-
- 28 Nov, 2012 2 commits
-
-
Matthias Braun authored
-
Christoph Mallon authored
The only user knwos, where its sp is.
-
- 27 Nov, 2012 4 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-