eliminate the unnecessary and especially confusing concept of a 'code_generator'...
[libfirm] / ir / lower / lower_switch.c
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