- 24 May, 2015 1 commit
-
-
Matthias Braun authored
-
- 27 Apr, 2015 1 commit
-
-
Christoph Mallon authored
-
- 18 Jan, 2015 2 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
Just use the selected isa interface directly.
-
- 11 Jan, 2015 1 commit
-
-
Christoph Mallon authored
-
- 30 Dec, 2014 1 commit
-
-
Matthias Braun authored
-
- 29 Dec, 2014 1 commit
-
-
Matthias Braun authored
-
- 25 Dec, 2014 1 commit
-
-
Matthias Braun authored
-
- 04 Dec, 2014 1 commit
-
-
Christoph Mallon authored
-
- 02 Dec, 2014 1 commit
-
-
Matthias Braun authored
-
- 19 Nov, 2014 4 commits
-
-
Christoph Mallon authored
* Classify ',' as "no support" instead of "invalid". * Ignore '!' and '?'.
-
Christoph Mallon authored
* GCC does this, too. * This is sensible, because they apply to all alternatives of a multi-alternative constraint. * This simplifies the implementation and makes some flags obsolete.
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 19 Oct, 2014 1 commit
-
-
Christoph Mallon authored
This unifies several locally defined macros.
-
- 18 Oct, 2014 3 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
- 02 Oct, 2014 1 commit
-
-
Matthias Braun authored
-
- 15 Sep, 2014 1 commit
-
-
Matthias Braun authored
-
- 21 Aug, 2014 3 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
- 08 Jul, 2014 1 commit
-
-
Matthias Braun authored
-
- 07 Jul, 2014 1 commit
-
-
Matthias Braun authored
- Only iterating over the graph once should be slightly faster - We don't need to insert the middle of register allocation logic but can perform it once before. - We can gather statistics on the prepared graph before spilling/regalloc has happened.
-
- 30 May, 2014 1 commit
-
-
Matthias Braun authored
-
- 28 May, 2014 1 commit
-
-
Matthias Braun authored
-
- 10 Apr, 2014 1 commit
-
-
Christoph Mallon authored
-
- 18 Mar, 2014 1 commit
-
-
Christoph Mallon authored
-
- 14 Feb, 2014 1 commit
-
-
Matthias Braun authored
Note that for OO code you should use liboo which provides the same features!
-
- 26 Nov, 2013 1 commit
-
-
Matthias Braun authored
-
- 04 Nov, 2013 1 commit
-
-
Matthias Braun authored
This allows the fronted to register a dump+verify callback for the lowering transformations performed by the backends.
-
- 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.
-
- 02 Jul, 2013 2 commits
-
-
Matthias Braun authored
No need to do it in backend preparation phase, if some backends destroy the property again before transformation.
-
Matthias Braun authored
-
- 11 Jun, 2013 5 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
- The backends can simply perform the finish_graph() steps in the emit() phase.
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-