- 19 Oct, 2007 9 commits
-
-
Michael Beck authored
[r16277]
-
Michael Beck authored
create a new Proj at the end of transform_node_Proj_Cmp(): this will lead to a fixpoint optimizations of Cmp's no need to use_new_r_Const(): they are always placed in the startblock [r16276]
-
Matthias Braun authored
[r16275]
-
Matthias Braun authored
[r16274]
-
Matthias Braun authored
- create SetMems - support 3 operand IMul - started writing a new incsp->store to push peephole phase [r16273]
-
Matthias Braun authored
[r16272]
-
Christoph Mallon authored
[r16271]
-
Christoph Mallon authored
[r16270]
-
Christoph Mallon authored
[r16269]
-
- 18 Oct, 2007 7 commits
-
-
Michael Beck authored
[r16266]
-
Michael Beck authored
[r16265]
-
Christoph Mallon authored
[r16264]
-
Christoph Mallon authored
Restructure gen_Cmp() so it does not use ia32_use_source_address_mode() anymore, but only match_arguments(). [r16263]
-
Michael Beck authored
[r16262]
-
Michael Beck authored
[r16261]
-
Matthias Braun authored
[r16260]
-
- 17 Oct, 2007 14 commits
-
-
Michael Beck authored
[r16259]
-
Matthias Braun authored
[r16258]
-
Matthias Braun authored
[r16257]
-
Matthias Braun authored
- extend backend generator to support custom irop data - cleanup and streamline transform code in ia32 - Improve handling of AddAM vs. Add used in AM expressions [r16254]
-
Matthias Braun authored
[r16253]
-
Michael Beck authored
[r16252]
-
Michael Beck authored
[r16251]
-
Michael Beck authored
- remove pn_code from general ones - add attribute types for condcode and copyb - more more attributes into constructors [r16250]
-
Michael Beck authored
[r16249]
-
Michael Beck authored
- hopefully fixed Shrs with unsigned values (and did not break other cases) [r16248]
-
Matthias Braun authored
[r16247]
-
Michael Beck authored
[r16246]
-
Michael Beck authored
[r16245]
-
Christoph Mallon authored
In the RA constraint handler insert no copy when an operand is used more than once with constraints, but the constraints are equal (this is not optimal, but better than before and solves the test x, x case on x86). [r16244]
-
- 16 Oct, 2007 10 commits
-
-
Matthias Braun authored
[r16241]
-
Christoph Mallon authored
Decompose Mul(x, 2**b + 2**a) into y = x + x << (b - a), y << a instead of y = x << a, y + y << (b - a). This is beneficial for address mode generation. [r16240]
-
Matthias Braun authored
[r16239]
-
Matthias Braun authored
[r16238]
-
Michael Beck authored
[r16236]
-
Michael Beck authored
[r16235]
-
Michael Beck authored
- used new ia32_skip_downconv() - add ia32_prefix to global function [r16234]
-
Matthias Braun authored
[r16233]
-
Michael Beck authored
- used new ia32_skip_downconv() - add ia32_prefix to global function [r16232]
-
Michael Beck authored
[r16231]
-