beifg: Simplify the quite complicated way to divide a number by 2 in be_ifg_stat().
[libfirm] / ir / lower / lower_switch.c
2012-12-12 Matthias Braunremove license stuff from files
2012-10-25 Matthias Braunswitch_lowerer: cast to backend specified Switch mode
2012-10-25 Matthias Braunremove no-out_of_bounds option from lower_switch
2012-10-25 Matthias Braunchange lower_switch to work on tarvals instead of int
2012-06-15 Matthias Braunsplit graph state into properties and constraints
2012-06-13 Matthias Braunremove extended basic block support
2011-12-19 Matthias Braunplug more leaks
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-11-03 Matthias Braunlower_switch: fix bug in normalisation
2011-11-02 Matthias Braunintroduce Switch node
2011-09-20 Matthias Braunuse IR_GRAPH_STATE instead of irg_extblk_info_state
2011-09-14 Andreas ZwinkauMerge branch 'opt_manage'
2011-09-14 Andreas ZwinkauRemove dom_state and pdom_state attributes
2011-06-24 Andreas ZwinkauMerge Fix: Spills have ProjMs now
2011-06-21 Matthias Braunfix more cparser warnings, cleanup some libcore code
2011-06-17 Matthias Braunfix switch lowerer messing up default_proj in some...
2011-06-06 Andreas ZwinkauFix some types
2011-06-01 Matthias Braunlower small switches to ifs
2011-05-09 Andreas ZwinkauRemove obsolete loopinfo invalidation
2011-05-09 Andreas ZwinkauRemove obsolete outs invalidation
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-16 Matthias Braunfix bug in switch lowerer (introduced when Cmp changed)
2011-02-28 Matthias Braunstarted adding a relation to the Cmp node
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-06 Matthias Braunforbid calls of new_XXX and new_d_XXX when not in phase...
2010-09-22 Matthias Braunfix bug in switch_lowerer
2010-09-10 Matthias Braunextend switch lowerer to produce the out-of-bounds...
2010-09-10 Matthias Brauninvoke switch lowerer in target specific lowering pass
2010-09-10 Matthias Braunlower_switch: retain debug info, some smaller cleanups
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
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-09 Olaf LiebeFixed sizeof(long)-dependent case sorting and signednes...
2009-08-17 Michael Beck- add more pass constructors
2009-02-21 Moritz KrollRenamed get_Cond_defaultProj() to get_Cond_default_proj...
2008-12-13 Matthias Braunfix new_Block users
2008-11-01 Christoph MallonFix switch lowerer for cases close to overflow.
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-09-28 Matthias Braun- split array.h into array.h/array_t.h and make array...
2008-09-22 Michael Beck- Add code for the rare case of not yet optimized
2008-09-20 Sebastian BuchwaldAdded assertion to assure that we don't run into an...
2008-08-04 Christoph MallonInitialise and set the "changed"-flag.
2008-08-04 Christoph MallonUsing an obstack is slightly overkill.
2008-08-04 Matthias Braunrename lower_Switch to lower_switch to be consistent...
2008-08-01 Moritz KrollFixed switch lowering
2008-08-01 Christoph MallonInclude limits.h for LONG_{MAX,MIN}.
2008-08-01 Moritz KrollTesting helps... *yawn*
2008-08-01 Moritz KrollImplemented simple switch lowering