add global_null_ptr_elimination flag
[libfirm] / ir / ir / irflag_t.def
2008-10-02 Michael Beckadd global_null_ptr_elimination flag
2008-09-29 Michael Beck- add a combo flag again, so inlining can use combo...
2008-06-07 Michael Beck- split the old constant_folding flag into constant_fol...
2008-02-20 Michael BeckRemove the unsafe overflow opt flag again :-( It does...
2008-02-20 Michael BeckAdd get_opt_overflow_unsafe_transform() option.
2008-01-02 Michael Beckupdate copyright message
2007-11-16 Matthias Braunremove some flags, ported some phases to new debug...
2007-09-20 Michael Beck- introduced better running flags
2007-09-20 Michael BeckAdd a reassoc_running flag used to disable some local...
2007-09-06 Michael Beckforbid the Add(x,x) -> Mul(x,2) optimization after...
2007-07-04 Matthias Braunalways do if conversion when opt_if_conv is called
2007-04-27 Matthias Brauncleaned up doxygen comments
2007-03-29 Matthias Braunmove backend into libfirm
2007-01-07 Michael Beckget_opt_alias_analysis(), set_opt_alias_analysis()...
2006-07-06 Michael Beckrenamed real_function_call unto function_call
2006-06-02 Michael Beckadded the auto_create_sync flag to disable/enable the...
2006-03-20 Michael Beckremoved critical_edges flag. Other code depends on...
2006-02-02 Michael Beckclosed_world flag added
2006-01-14 Michael Beckldst_only_null_ptr_exceptions and sel_based_null_check_...
2006-01-02 Michael Beckloop unrolling currently buggy ...
2005-11-18 Michael Beckif_conversion is OFF by default now
2005-11-18 Michael Beckfactored all optimization flags into ir_flag_t.def...