beifg: Factorise code to count interference components.
[libfirm] / ir / ir / irflag_t.def
2012-12-12 Matthias Braunremove license stuff from files
2012-12-04 Matthias Braunremove Cast node
2012-03-01 Matthias Braunexpose get_opt_constant_folding in public API
2011-11-18 Matthias Braunremove opt_ldst_only_null_ptr_exception
2011-11-18 Matthias Braunremove sel_based_null_check flag
2011-11-18 Matthias Braunremove opt_polymorphy
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-09-20 Matthias Brauncleanup/fix optimize_graph_df flag handling
2011-04-08 Andreas Zwinkaumerge kaps
2010-09-22 Matthias Braunremove some unnecessary/confusing flags
2010-09-22 Matthias Braunremove non-strict exception mode
2010-09-10 Matthias Braunremove fragile_ops flag, it just suppresses valuable...
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
2009-12-16 Matthias Braun- remove some more of the optimisation flags inside...
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...
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...