- 09 Oct, 2008 4 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
Remove unnecessary dependency edge from the IncSP, which destroys the stack frame, to the final memory Proj. Most probably it is unnecessary since Projs are not scheduled anymore. [r22623]
-
Christoph Mallon authored
[r22622]
-
Christoph Mallon authored
[r22621]
-
- 08 Oct, 2008 18 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]
-
Christoph Mallon authored
[r22609]
-
Christoph Mallon authored
[r22608]
-
Christoph Mallon authored
[r22606]
-
Michael Beck authored
This happens for instance with AddP(x, NULL) and x. Add a Conv than. [r22603]
-
Christoph Mallon authored
[r22602]
-
Christoph Mallon authored
[r22601]
-
Christoph Mallon authored
[r22600]
-
Christoph Mallon authored
Do not emit cld in the CopyB prologue. The ABI mandates that DF is cleared, so do not bother performing this NOP. [r22599]
-
Christoph Mallon authored
[r22598]
-
Christoph Mallon authored
[r22597]
-
Michael Beck authored
[r22596]
-
Michael Beck authored
congruent now - add some explaining comment for the "wrong opcode after split_by(lambda_opcode) problem - new checker added - improved debug output [r22595]
-
- 07 Oct, 2008 17 commits
-
-
Matthias Braun authored
[r22594]
-
Matthias Braun authored
[r22593]
-
Matthias Braun authored
[r22586]
-
Matthias Braun authored
[r22585]
-
Matthias Braun authored
[r22584]
-
Michael Beck authored
[r22583]
-
Michael Beck authored
[r22582]
-
Michael Beck authored
- ensure that really all blocks are initialized [r22581]
-
Michael Beck authored
[r22579]
-
Michael Beck authored
[r22578]
-
Michael Beck authored
as needed in first phase of BuildSets [r22574]
-
Michael Beck authored
irg_walk_blkwise_dom_graph() [r22573]
-
Michael Beck authored
keep-semantics (all memory must be kept in loops) [r22572]
-
Michael Beck authored
[r22571]
-
Christoph Mallon authored
[r22563]
-
Christoph Mallon authored
[r22562]
-
Christoph Mallon authored
Use separate code to emit suffixes for integer and floating point instructions, because GAS wants different suffixes for 16bit /integer/ operands ("w" vs. "s") for them. [r22561]
-
- 06 Oct, 2008 1 commit
-
-
Matthias Braun authored
[r22552]
-