convert lower_mode_b to assure/confirm_irg_properties style
[libfirm] / ir / lower / lower_mode_b.c
2012-12-02 Matthias Braunconvert lower_mode_b to assure/confirm_irg_properties...
2012-06-15 Matthias Braunrename edges_assure to assure_edges
2012-06-15 Matthias Braunsplit graph state into properties and constraints
2012-06-13 Matthias Braunremove extended basic block support
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-11-07 Matthias Braundisallow Conv Is(xx b)
2011-11-07 Matthias BraunSet optimisations moved to transform_node_Mux
2011-10-26 Andreas ZwinkauFix lower_mode_b aka x86code/fehler136
2011-10-25 Christoph MallonRemove ia32_l_Setcc and remove set creation callback...
2011-09-20 Matthias Braunuse IR_GRAPH_STATE instead of irg_extblk_info_state
2011-09-20 Matthias Braunlower_mode_b: handle BadB
2011-09-15 Matthias Braunlower_mode_b: refactoring, make it more robust
2011-09-14 Andreas ZwinkauMerge branch 'opt_manage'
2011-09-14 Andreas ZwinkauRemove dom_state and pdom_state attributes
2011-07-11 Matthias Braunskip Tuples in mode_b lowerer
2011-06-24 Andreas ZwinkauMerge Fix: Spills have ProjMs now
2011-06-21 Matthias Braunfix more cparser warnings, cleanup some libcore code
2011-05-27 Andreas Zwinkauedges deactivate fix
2011-05-09 Andreas ZwinkauRemove obsolete loopinfo invalidation
2011-05-09 Andreas ZwinkauRemove obsolete outs invalidation
2011-05-06 Matthias Braungive Bad nodes a mode
2011-05-03 Michael BeckBugFix: mode_b lowering might create new control flow...
2011-05-02 Matthias Braunfix lower_mode_b: phi inputs may be bad
2011-04-08 Andreas Zwinkaumerge kaps
2011-04-08 Matthias Brauncleanup iredges API a bit
2011-03-25 Matthias Braunfix firm producing invalid code for return a > 0 with...
2011-02-28 Sebastian BuchwaldFixed some typos.
2011-02-28 Matthias Braunstarted adding a relation to the Cmp node
2011-02-11 Michael BeckFurther spread size_t.
2011-01-24 Michael BeckFixed a lot of size_t related warnings, most of them...
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-08 Matthias Braunsparc: support mode_b lowering
2010-10-08 Matthias Braunrename tarval to ir_tarval
2010-10-06 Matthias Brauncleanup ircons code; add current_ir_graph independent...
2010-10-06 Matthias Braunworkaround for lower_mode_b not working correctly in...
2010-10-06 Matthias Braunfix trailing whitespaces and tabulators in the middle...
2010-09-22 Matthias Braunrefactor mode_b lowerer to have a create_set callback
2010-09-22 Matthias Braunremove some unnecessary/confusing flags
2010-09-10 Matthias Braunno need for an explicit lower_mode_b pass, it should...
2010-08-18 Matthias Braunremove lots of unnecessary and dangerous current_ir_gra...
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