- 15 Sep, 2007 4 commits
-
-
Matthias Braun authored
and tarval_eor not getting correctly hashed) - tarval_null and tarval_one are defined for irms_reference now - introduce get_tarvall_all_one and get_mode_all_one which returns the value where all bits are 1 (defined for int, boolean and reference modes) - fix TARVAL_CLASSIFY_ALL_ONE with this [r15817]
-
Sebastian Hack authored
Adapted execfreqs Now an order of magnitude faster... at least in c-lex.c [r15816]
-
Sebastian Hack authored
[r15815]
-
Matthias Braun authored
[r15813]
-
- 14 Sep, 2007 13 commits
-
-
Michael Beck authored
[r15810]
-
Michael Beck authored
[r15809]
-
Michael Beck authored
[r15808]
-
Michael Beck authored
[r15807]
-
Matthias Braun authored
make call arg/result verify a bit looser in backend (because we have half-fixed mode_b irgs sometimes [r15806]
-
Matthias Braun authored
[r15805]
-
Matthias Braun authored
[r15804]
-
Matthias Braun authored
[r15803]
-
Michael Beck authored
[r15802]
-
Michael Beck authored
[r15801]
-
Michael Beck authored
[r15800]
-
Michael Beck authored
[r15799]
-
Michael Beck authored
- removed some set_*_left(), these are bad for CSE - CSE BugFix: lookup did not normalize the nodes right! [r15798]
-
- 13 Sep, 2007 23 commits
-
-
Michael Beck authored
[r15796]
-
Michael Beck authored
[r15795]
-
Michael Beck authored
[r15794]
-
Michael Beck authored
[r15793]
-
Michael Beck authored
[r15792]
-
Michael Beck authored
[r15791]
-
Matthias Braun authored
[r15790]
-
Michael Beck authored
[r15789]
-
Michael Beck authored
[r15788]
-
Christoph Mallon authored
- Do not generate dest am for 8bit operations, because the stricter register constraints are not handled yet. [r15787]
-
Michael Beck authored
[r15786]
-
Michael Beck authored
[r15785]
-
Michael Beck authored
[r15784]
-
Michael Beck authored
[r15783]
-
Christoph Mallon authored
[r15782]
-
Christoph Mallon authored
- -a - b -> -(a + b) - a - -b -> a + b [r15781]
-
Matthias Braun authored
[r15780]
-
Christoph Mallon authored
Implement - const - (a - b) -> (b - a) + -const - const1 - (a * const2) -> (a * -const2) + -const1 [r15779]
-
Christoph Mallon authored
- -a * const -> a * -const - -a * -b -> a * b - -a * (b - c) -> a * (c - b) - (a - b) * -c -> (b - a) * c [r15778]
-
Michael Beck authored
[r15777]
-
Michael Beck authored
[r15776]
-
Matthias Braun authored
[r15775]
-
Michael Beck authored
[r15774]
-