- 12 Dec, 2012 9 commits
-
-
Christoph Mallon authored
The global type is final, so the next test bails out.
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
Accordingly remove repr_class from entities.
-
Matthias Braun authored
(This really shouldn't be allowed but until lower_calls is fixed this should at least get complex working on sparc/arm)
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
In particular this ensures that the backend has segments for the PIC symbols and trampolines.
-
- 11 Dec, 2012 2 commits
-
-
Christoph Mallon authored
-
Matthias Braun authored
-
- 10 Dec, 2012 4 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 08 Dec, 2012 2 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 07 Dec, 2012 6 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 06 Dec, 2012 7 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
irgmod: Pass the new inputs to turn_into_tuple() instead of initialising them with Bad and setting them afterwards.
-
Christoph Mallon authored
opt_inline: Move all start block placed nodes to the callee's start block, not just the constlike nodes.
-
Christoph Mallon authored
-
Christoph Mallon authored
Avoid negative switches.
-
Christoph Mallon authored
Avoid negative switches.
-
Christoph Mallon authored
-
- 05 Dec, 2012 10 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
The ipdom of each predecessor of the end block is the end block, so the subsequent loop does nothing.
-
Christoph Mallon authored
The start block has no predecessors, so the subsequent loop will not be entered.
-
Christoph Mallon authored
The next if tests for less than 2 predecessors, which the start block fulfills.
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
The start block does not end in a Jmp, which the next if checks.
-
Christoph Mallon authored
-
Christoph Mallon authored
-