- 16 Mar, 2011 2 commits
-
-
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 2 commits
-
-
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]
-
yb9976 authored
[r26537]
-
- 05 Aug, 2009 1 commit
-
-
Matthias Braun authored
[r26317]
-
- 27 Feb, 2009 1 commit
-
-
Michael Beck authored
and seems generally to be a good idea [r25572]
-
- 13 Nov, 2008 1 commit
-
-
Michael Beck authored
[r23613]
-
- 28 Oct, 2008 1 commit
-
-
Michael Beck authored
[r23248]
-
- 18 Oct, 2008 1 commit
-
-
Christoph Mallon authored
[r22985]
-
- 14 Oct, 2008 1 commit
-
-
Christoph Mallon authored
[r22889]
-
- 11 Oct, 2008 1 commit
-
-
Matthias Braun authored
[r22754]
-
- 09 Oct, 2008 2 commits
-
-
Christoph Mallon authored
Add be_dep_on_frame() to let a node depend on the frame, so it does not get scheduled before it can be spilled. [r22625]
-
Christoph Mallon authored
[r22622]
-
- 08 Oct, 2008 6 commits
-
-
Christoph Mallon authored
[r22618]
-
Christoph Mallon authored
[r22615]
-
Christoph Mallon authored
[r22614]
-
Christoph Mallon authored
Do not mark the node as visited before transforming it. This is not necessary anymore since Phis put their predecessors in a worklist, so we cannot walk in a circle. [r22613]
-
Christoph Mallon authored
[r22612]
-
Christoph Mallon authored
Remove redundant be_set_transformed_node() in transformer functions. They are vestiges of old transform semantics. Their caller (transform helper) handles this. [r22610]
-