- 21 Aug, 2012 2 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
- 02 Aug, 2012 1 commit
-
-
Matthias Braun authored
-
- 13 Jul, 2012 1 commit
-
-
Matthias Braun authored
Also add a GRAPH_PROPERTY for the analysis state.
-
- 15 Jun, 2012 1 commit
-
-
Matthias Braun authored
graph_properties are things that a transformation may destroy but which can be easily recalculated. graph_constraints are set after lowering phases have been running and forbid certain constructs that no (later) transformation is allowed to construct
-
- 22 Dec, 2011 1 commit
-
-
Matthias Braun authored
This also plugs liveness related memory leaks
-
- 19 Dec, 2011 1 commit
-
-
Matthias Braun authored
The opcode list was a member of irprog before which wasn't really handled consistently. Also make sure opcodes are properly freed at ir_finish().
-
- 10 Nov, 2011 1 commit
-
-
Matthias Braun authored
-
- 20 Oct, 2011 1 commit
-
-
Matthias Braun authored
The new interface uses no complicated callbacks anymore, but is a simple ir_node* -> void* nodemap. Adapted all users of ir_phase for this.
-
- 15 Sep, 2011 1 commit
-
-
yb9976 authored
-
- 14 Sep, 2011 1 commit
-
-
Andreas Zwinkau authored
-
- 31 May, 2011 1 commit
-
-
Matthias Braun authored
-
- 06 May, 2011 1 commit
-
-
Matthias Braun authored
-
- 13 Apr, 2011 1 commit
-
-
Matthias Braun authored
-
- 30 Mar, 2011 1 commit
-
-
Matthias Braun authored
-
- 16 Mar, 2011 3 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
- 04 Mar, 2011 1 commit
-
-
Matthias Braun authored
-
- 28 Feb, 2011 2 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
- 04 Nov, 2010 1 commit
-
-
Matthias Braun authored
[r28127]
-
- 06 Oct, 2010 1 commit
-
-
Matthias Braun authored
[r28037]
-
- 22 Sep, 2010 1 commit
-
-
Matthias Braun authored
[r28020]
-
- 06 Sep, 2010 1 commit
-
-
Matthias Braun authored
[r27968]
-
- 18 Aug, 2010 1 commit
-
-
Matthias Braun authored
[r27944]
-
- 07 Aug, 2010 2 commits
-
-
Michael Beck authored
The gain from using an extra Unreachable is rather low, plus the noreturn call must probably be keeped anyway, so revrt it again [r27898]
-
Michael Beck authored
Unreachable nodes mark unreachable control flow (after noreturn calls). They "eat" the memory, saving the two keeps used before. Works mostly yet (scheduler issues warning about not scheduled Unreachable's) [r27894]
-
- 10 Jul, 2010 1 commit
-
-
Michael Beck authored
[r27727]
-
- 09 Jul, 2010 1 commit
-
-
Matthias Braun authored
[r27720]
-
- 08 Jul, 2010 1 commit
-
-
Matthias Braun authored
change betranshelp semantic to panic instead of duplicating node in case of missing transformer. Add generic API for setting transformers [r27712]
-
- 02 Jul, 2010 2 commits
-
-
Matthias Braun authored
[r27693]
-
Matthias Braun authored
[r27690]
-
- 30 Apr, 2010 1 commit
-
-
Matthias Braun authored
[r27460]
-
- 17 Mar, 2010 1 commit
-
-
Matthias Braun authored
invalidate phase info before starting the code selection; temporary disable freeing of old phases in dead code elimination to avoid problems [r27309]
-
- 10 Mar, 2010 1 commit
-
-
Matthias Braun authored
- rework ir_phase API (sorry for mixing these 2 things into 1 commit) [r27285]
-
- 07 Mar, 2010 1 commit
-
-
Matthias Braun authored
- remove a bunch of code which unexpectedly dependent on current_ir_graph being set to something - fix unnecessary double creation of backedge arrays in some cases [r27265]
-
- 13 Feb, 2010 1 commit
-
-
Christoph Mallon authored
[r27153]
-
- 18 Sep, 2009 1 commit
-
-
Matthias Braun authored
- Introduced be_Start which is now used instead of iro_Start+be_RegParams - further cleanups and fixes along the way [r26549]
-
- 17 Sep, 2009 1 commit
-
-
Matthias Braun authored
* benodes store the out register requirements in backend_info now (this is work towards killing the register_requirement callbacks) * ir_graph has a pointer to beirg now * Other cleanups [r26540]
-