becopyilp: Do not advertise the switch to dump the solution, because this is not...
[libfirm] / ir / lower /
2011-07-28 Matthias Braunlowering: fix i_mapper for new exception 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-06-20 Matthias Braunfix bug in lower_calls (found by cparser warning)
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-06-01 Andreas Zwinkaulower_dw must deactivate edges
2011-06-01 Matthias Braunrework fragile ops to have a throws_exception attribute
2011-06-01 Matthias Braunchange pn_XXX_max enum to really be the maximum pn...
2011-05-30 Christoph MallonUse XMALLOCF*().
2011-05-30 Matthias Braunlocalopt/lower_dw opt: a==b && c==d => (a^b)|(c^d)==0
2011-05-27 Michael BeckFixed typos.
2011-05-27 Michael BeckC99 feature removed.
2011-05-27 Andreas Zwinkauedges deactivate fix
2011-05-25 Matthias Braunfix fehler189.c
2011-05-23 Matthias Braunsparc: implement 64bit lowering
2011-05-23 Matthias Brauncompiler library entities should be visibility_external
2011-05-23 Matthias Braunlower_dw: Shift lowering without intrinsics
2011-05-23 Matthias Braunlower_dw: huge refactoring, allow custom lowering funcs...
2011-05-23 Matthias Braunlower_dw: add support for Bad nodes
2011-05-13 Andreas ZwinkauDelay exchange until all nodes are created
2011-05-09 Andreas ZwinkauRemove obsolete loopinfo invalidation
2011-05-09 Andreas ZwinkauRemove obsolete outs invalidation
2011-05-06 Matthias Braunlittle cleanup, avoid unnecessary optimize_graph_df
2011-05-06 Matthias Braungive Bad nodes a mode
2011-05-03 Michael BeckBugFix: mode_b lowering might create new control flow...
2011-05-03 Michael BeckBugFix: Always invalidate loop-info if data flow was...
2011-05-02 Matthias Braunfix lower_mode_b: phi inputs may be bad
2011-04-28 Matthias Braunfix an intrinsic lower not reporting changes
2011-04-28 Matthias Braunfix lower_copyB not invalidating irn_outs
2011-04-28 Matthias Braunfix warnings
2011-04-25 Michael BeckBugFix: fixed broken refactoring, associated link canno...
2011-04-24 Michael BeckFixed some size_t related warnings.
2011-04-20 Christoph MallonSimplify: if (!irn_visited(x)) { mark_irn_visited(x...
2011-04-20 Andreas ZwinkauRefactoring: remove goto
2011-04-20 Andreas Zwinkaufix backend/lower_call3.c
2011-04-20 Andreas ZwinkauRemove unnecessary assert
2011-04-20 Andreas ZwinkauUse get_type_[un]lowered instead of get_associated_type
2011-04-20 Andreas Zwinkauis_lowered_type is now only used in asserts
2011-04-20 Andreas ZwinkauRefactoring
2011-04-20 Andreas ZwinkauFix backend/lower_call2.c
2011-04-19 Andreas ZwinkauFixes backend/lower_call.c
2011-04-19 Andreas Zwinkauno name shadowing
2011-04-15 Matthias Braunimplement some cases of =A asm-constraint
2011-04-13 Matthias Braunfix incorrect and(Cmp(a,0),Cmp(b,0)) localopt
2011-04-08 Andreas Zwinkaumerge kaps
2011-04-08 Matthias Brauncleanup iredges API a bit
2011-03-30 Matthias Braunsimplify Sel lowering code
2011-03-30 Matthias Braunremove get_irg_tls() concept, simply use SymConst and...
2011-03-30 Matthias Braunremove the deprecated and unused construct of a value_r...
2011-03-30 Matthias Braunremove names from parameters of method_types - it is...
2011-03-30 Matthias Braunremove pointless first_variadic_param attribute from...
2011-03-30 Matthias Braunrename Store_align/Load_align to XXX_unaligned and...
2011-03-25 Matthias Braunfix firm producing invalid code for return a > 0 with...
2011-03-24 Matthias Braunimplement some localopt rules for And(Cmp(a,0), Cmp...
2011-03-24 Matthias Braunfix lower_d lowering Cmps too realy resulting in unnece...
2011-03-16 Matthias Braunremove unused cacheopt code
2011-03-16 Matthias Braunfix bug in switch lowerer (introduced when Cmp changed)
2011-03-04 Matthias Braunfix more size_t warnings
2011-03-04 Matthias Braunadd compound parameter lower to lower_for_target
2011-03-03 Michael BeckFixed size_t related warnings.
2011-03-01 Michael BeckC99 features removed.
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-02-09 Matthias Braunremove Quot node (just use Div instead)
2011-02-09 Matthias Braunremove DivMod
2011-02-09 Matthias Braunfurther spread size_t (all warnings on linux/gcc fixed)
2011-02-09 Michael BeckFurther spread size_t.
2011-02-06 Michael BeckFixed size_t related warnings by isolating PTR_TO_INT...
2011-01-30 Michael BeckAPI change: lower_intrinsics() uses size_t for length...
2011-01-28 Michael BeckFixed more size_t related warnings.
2011-01-24 Michael BeckFixed a lot of size_t related warnings, most of them...
2010-12-22 Michael BeckFixed some 64bit warnings by using size_t and fixing...
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-08 Michael BeckSmall improvement: lower a double word x << 1 into...
2010-10-08 Michael BeckWhen lowering a double word shift, always conv the...
2010-10-08 Michael BeckC99 feature removed.
2010-10-08 Matthias Braunsparc: support mode_b lowering
2010-10-08 Matthias Braunrename tarval to ir_tarval
2010-10-08 Matthias Braunfix wrong types
2010-10-08 Matthias Braunlower_dw: refactor to use a smart walk strategy and...
2010-10-08 Matthias Braunlower_dw: Remove RotL special case, normal code produce...
2010-10-08 Matthias Braunlower_dw: remove pointless comments at end of {}
2010-10-08 Matthias Braunlower_dw: irn_idxs are unsigned not int
2010-10-08 Matthias Braunlower_dw: get away without #define magic
2010-10-08 Matthias Braunlower_dw: be independent of current_ir_graph
2010-10-06 Matthias Braunremove irsimpletype stuff (unused/broken)
2010-10-06 Matthias Brauncleanup ircons code; add current_ir_graph independent...
2010-10-06 Matthias Braunmake some more optimisations independent of current_ir_...
2010-10-06 Matthias Braunforbid calls of new_XXX and new_d_XXX when not in phase...
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-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
next