fix lower_mode_b relying on current_ir_graph being equal to the passed irg; make...
[libfirm] / ir / lower / lower_mode_b.c
2010-08-05 Matthias Braunfix lower_mode_b relying on current_ir_graph being...
2010-03-01 Matthias Braun- remove block parameter from new_r_Proj and new_rd_Proj
2010-02-20 Christoph MallonPrefer get_mode_null() over get_tarval_null().
2010-02-20 Christoph MallonPrefer get_mode_one() over get_tarval_one().
2010-02-13 Christoph MallonPut a space after if/for/switch/while.
2010-02-03 Michael BeckC99 feature removed.
2010-01-28 Christoph MallonIn mode_b lowering move the assertion for mode_b below...
2010-01-28 Christoph MallonConsistently record the replacement nodes and removal...
2010-01-28 Christoph MallonLeave a bit space between cases.
2010-01-28 Christoph MallonUse the locally cached value of config.lowered_mode...
2010-01-28 Christoph MallonUse the real firm_clear_link() instead of duplicating it.
2010-01-07 Matthias BraunLiebe part3: mux lowerer (with minimal changes)
2010-01-07 Matthias Braunadd comments and descriptions to mode_b lowering; refor...
2010-01-05 Matthias BraunPrimitive, Pointer, Array and Method types are anonymou...
2009-08-17 Michael Beck- add more pass constructors
2009-07-05 Michael Beck- remove all irg parameter from node constructors havin...
2009-05-14 Matthias Braunalways set graph state to KEEP_MUX in lower_mode_b
2009-05-13 Matthias Braun- Introduce the concept of the graph state bitset:...
2009-05-08 Michael Beck- changed handling of Mux nodes: these are now optimize...
2009-03-02 Moritz KrollReverted changes from 25529
2009-02-19 Moritz KrollAdded strict_flag to new_r/rd_Conv(). Fixed strict...
2008-11-27 Moritz KrollRemoved mode parameter from Const and Const_type constr...
2008-10-18 Christoph MallonAdd ALLOCAN() and ALLOCANZ().
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-08-13 Matthias Braunintroduce more generic resource reservation debug helpe...
2008-08-06 Michael Beck- removed Psi nodes, Mux nodes are used again ...
2008-07-18 Matthias Braundocument mode_b stuff
2008-07-18 Matthias Braundocument mode_b stuff
2008-01-02 Michael Beckupdate copyright message
2007-11-01 Christoph MallonHandle mode_b Unknowns in the mode_b lowerer.
2007-10-19 Matthias Braunmake it possible to specify custom mode for set lowering
2007-10-14 Matthias Braunfix warning
2007-10-13 Matthias Braunrehash changed mode_b nodes
2007-10-10 Matthias Braunavoid some of the mode_b lowering related out-edge...
2007-10-01 Matthias Braunlowering is allowed for unsigned types < 32bits
2007-10-01 Christoph MallonFix fehler88: incorrect mode_b lowering of unsigned...
2007-09-29 Matthias Braunimprove a X 0 lowering a bit
2007-09-18 Matthias Braunfix warning
2007-09-17 Christoph MallonRemove classify_Const() and replace it by is_Const_...
2007-09-14 Matthias Braunfix mode_b lowering for method parameters and return...
2007-09-05 Michael Beckadd svn:keywords
2007-08-23 Matthias Braunfix mode_b optimisation with compares
2007-08-23 Matthias Braunhandle bool as method argument and result correctly
2007-08-19 Matthias Braunfix for barrier in mode_b lowering
2007-07-17 Christoph MallonFix mode_b lowering of Psib.
2007-07-11 Michael Beckremoved character modes, use integer modes instead
2007-07-11 Michael BeckC99 feature removed
2007-07-11 Matthias Brauntry to fix float problems
2007-07-11 Matthias Braunthe lowering has to be in a pre walker
2007-07-11 Matthias Braunavoid phi loops in mode_b lowerer
2007-07-10 Michael Beckuse classify_Const()
2007-07-10 Matthias Braunadd mode_b lowering