- 07 Dec, 2012 4 commits
-
-
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 22 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
-
Christoph Mallon authored
The start block has no predecessors, so the following loop will not be executed.
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
bessaconstr: Move code, which is only needed for statistics, into the optionally compiled statistics part.
-
Christoph Mallon authored
-
Christoph Mallon authored
It is only used in one place for an assertion, where the start block can be retrieved locally.
-
Christoph Mallon authored
-
Christoph Mallon authored
It is sufficient to test, whether the zero bits equal the minimal value. If they are all zero, the result is constant and this optimisation is unnecessary.
-
Christoph Mallon authored
The walker does not invalidate the info and the user of the walker already assures it.
-
Christoph Mallon authored
Infer it from block.
-
Christoph Mallon authored
Infer it from block.
-
yb9976 authored
-
- 04 Dec, 2012 7 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
should be mostly bugfree by now and you can still use gdb for tracing calls.
-
Matthias Braun authored
should be mostly bugfree by now and you can still use gdb to trace calls.
-
Matthias Braun authored
functions are already described in their headers with the declaration.
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-