- 15 Aug, 2008 8 commits
-
-
Michael Beck authored
- use resource locking functions [r21199]
-
Christoph Mallon authored
[r21192]
-
Michael Beck authored
[r21189]
-
Michael Beck authored
- do not kill Unknown - switch Unknwon -> tarval_Top of for the moment, makes non-monotone transfer function [r21188]
-
Michael Beck authored
[r21187]
-
Michael Beck authored
- Cmp(a, TOP) produces !=, not TOP (like icc, Clicks work returns == here because they congruent, but it isn't important waht to choose as long as it is monotone [r21186]
-
Michael Beck authored
[r21185]
-
Michael Beck authored
[r21184]
-
- 14 Aug, 2008 8 commits
-
-
Christoph Mallon authored
[r21183]
-
Michael Beck authored
- add partition to cprop list if followers where translated to leader : these must propably be splitted out by split_by() [r21174]
-
Michael Beck authored
[r21173]
-
Michael Beck authored
[r21172]
-
Christoph Mallon authored
Make ICC more happy by spelling -f combo as -fcombo, so it can properly ignore "combo" and not treat it as input file. [r21167]
-
Christoph Mallon authored
Teach AM folding about Syncs. Atm this only affects Div nodes, but is useful for Call with AM (not done yet), too. [r21164]
-
Christoph Mallon authored
[r21159]
-
Christoph Mallon authored
[r21158]
-
- 13 Aug, 2008 8 commits
-
-
Christoph Mallon authored
[r21156]
-
Christoph Mallon authored
[r21155]
-
Christoph Mallon authored
[r21154]
-
Matthias Braun authored
[r21148]
-
Michael Beck authored
[r21147]
-
Matthias Braun authored
[r21146]
-
Michael Beck authored
[r21144]
-
Christoph Mallon authored
- Handle cc_callee_clear_stk in the x86 backend [r21138]
-
- 12 Aug, 2008 14 commits
-
-
Christoph Mallon authored
Defer decision whether to create Test(x, x) instead of Cmp(x, 0) until peephole optimisation. This improves the code when Cmp(AM, 0) is undone by the flags repair phase. [r21134]
-
Christoph Mallon authored
Remove pointless assert (the node of modes is rather seldom 0 and the pointer has been dereferenced at least thrice before this point). [r21133]
-
yb9976 authored
[r21131]
-
yb9976 authored
[r21130]
-
yb9976 authored
[r21123]
-
Matthias Braun authored
disable load from static const optimisation for new-style initializers (until we have code for that) [r21118]
-
Matthias Braun authored
[r21117]
-
Matthias Braun authored
[r21113]
-
Matthias Braun authored
[r21110]
-
Matthias Braun authored
[r21109]
-
Matthias Braun authored
[r21108]
-
Matthias Braun authored
[r21107]
-
Christoph Mallon authored
[r21106]
-
Christoph Mallon authored
[r21105]
-
- 11 Aug, 2008 2 commits
-
-
Matthias Braun authored
[r21100]
-
Michael Beck authored
only some inputs are follower inputs! - it is enough to check the followers of the smaller split for Follower -> Leader transition (the 'visited by both' is non-sense) - Phi followers are disabled yet :-( [r21096]
-