- BugFix: fixed the "type is neither Top nor constant" condition causing U,R nodes...
[libfirm] / ir / opt / combo.c
2008-07-29 Michael Beck- BugFix: fixed the "type is neither Top nor constant...
2008-07-28 Michael Beck- BugFix: Proj nodes must compute TOP if they are in...
2008-07-26 Michael BeckBugFix:
2008-07-26 Michael Beck- BugFix: must check the input of the user node y,...
2008-07-26 Michael Beckfixed warnings
2008-07-26 Michael Beck- BugFix: a node might fall 2 times, so we need a on_fa...
2008-07-26 Michael BeckBugFixes:
2008-07-26 Michael Beck- first working combo version (at least one example...
2008-07-25 Michael Beckadd sorting of out edges, some small fixes
2008-07-24 Michael Beck- implemented compute_Proj_Cond(), compute_Add()
2008-07-23 Michael Beckadd dumping hook
2008-07-21 Michael Beck- lattice elements can now contain Symbolic Constants
2008-07-16 Michael Beckfixed crop list handling
2008-07-15 Michael Beck- add compute for Sub and Cmp
2008-07-14 Michael Beckmostly finished version of combo
2008-07-10 Michael Beckinitial version of Cliff Click's Combo Optimization