- 23 May, 2008 9 commits
-
-
Michael Beck authored
[r19744]
-
Michael Beck authored
[r19743]
-
Michael Beck authored
- set be_ops only once - do not overwrite already set be_ops [r19742]
-
Michael Beck authored
[r19741]
-
Matthias Braun authored
[r19740]
-
Matthias Braun authored
[r19739]
-
Matthias Braun authored
- removed arch_irn_handler stuff [r19738]
-
Michael Beck authored
[r19733]
-
Michael Beck authored
greater function... [r19732]
-
- 22 May, 2008 6 commits
-
-
Michael Beck authored
[r19721]
-
Michael Beck authored
[r19720]
-
Michael Beck authored
[r19719]
-
Michael Beck authored
[r19718]
-
Michael Beck authored
- clarify some comments [r19717]
-
Michael Beck authored
[r19716]
-
- 21 May, 2008 8 commits
-
-
Michael Beck authored
[r19715]
-
Michael Beck authored
[r19714]
-
Michael Beck authored
[r19713]
-
Michael Beck authored
- replaced O(n) test by O(1) test - simplified code [r19712]
-
Michael Beck authored
- simplified be_node_classify() [r19711]
-
Michael Beck authored
- create code for unsigned Doz (a - b < 0 ? 0 : a - b) [r19704]
-
Michael Beck authored
[r19703]
-
Michael Beck authored
we can safely IGNORE the should_be_different constraint, iff we have only one, one should be same and both inputs are identical, for instance in sbb(x,x) [r19702]
-
- 20 May, 2008 1 commit
-
-
Michael Beck authored
- preliminary support for If-conversion without Cmov [r19689]
-
- 19 May, 2008 6 commits
-
-
Michael Beck authored
[r19661]
-
Michael Beck authored
[r19660]
-
Michael Beck authored
[r19659]
-
Michael Beck authored
[r19658]
-
Michael Beck authored
[r19657]
-
Michael Beck authored
[r19656]
-
- 18 May, 2008 2 commits
-
-
Christoph Mallon authored
[r19655]
-
Michael Beck authored
[r19653]
-
- 17 May, 2008 2 commits
-
-
Michael Beck authored
previously removed after visiting: This could lead to visiting the same subgraph more than once (and quadratic runtime), but is not neccessary: If a subgraph was once visited, all addresses were already added to the set of "free" nodes. This fixes the mostly endless runs of the compiler for big methods, for instance in 176.gcc/calls.c after running cond_eval.c once more - BugFix: add missing call to new initializer handling - BugFix: if a node is exchanged, use the new node (not the Id) for further checks - simplified the code - fixed indentation [r19652]
-
Michael Beck authored
- use the set_using_irn_link() api - fixed debugging output - use is_Call() [r19651]
-
- 16 May, 2008 2 commits
-
-
Michael Beck authored
[r19644]
-
Michael Beck authored
[r19643]
-
- 15 May, 2008 4 commits
-
-
Matthias Braun authored
- don't take delayed nodes too aggressively: if they're already dead in the known preds, then we'll only induce unnecessary reloads [r19629]
-
Christoph Mallon authored
[r19628]
-
Michael Beck authored
- inline recursive calls in rary cases only (BIG benefice or all arguments constant) - change some weights to hopefully better values [r19625]
-
Michael Beck authored
[r19623]
-