Simplify code: Do not handle Minus when creating immediates. The middle end should...
[libfirm] / ir / ana / vrp.c
2010-02-20 Christoph MallonPrefer get_mode_all_one() over get_tarval_all_one().
2010-02-20 Christoph MallonPrefer get_mode_{max,min}() over get_tarval_{max,min}().
2010-02-13 Christoph MallonPut a space after if/for/switch/while.
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2010-02-11 Michael BeckKicked complicated but useless if.
2010-02-11 Michael BeckDon't use malloc inside libFirm.
2010-02-11 Michael BeckBugFix: fixed list_for_each_safe() instance.
2010-02-10 Sebastian BuchwaldFixed VRP bugs.
2010-02-10 Jonas FietzAdd optimizations for Proj after Cond using VRP
2010-02-10 Jonas FietzAdd analysis for vrp information