Added missing API docu, improved existing API docu
[libfirm] / include / libfirm / irflag.h
2011-12-14 Matthias BraunAdded missing API docu, improved existing API docu
2011-12-09 Matthias Braunadd documentation make target, fix docu bugs
2011-12-09 Matthias BraunRework API documentation
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-22 Matthias Brauncleanup comments in public headers
2011-09-20 Matthias Brauncleanup/fix optimize_graph_df flag handling
2011-04-08 Andreas Zwinkaumerge kaps
2011-02-24 Matthias Braunfix a bunch of whitespace errors in headerfiles
2010-10-11 Andreas ZwinkauRemove set_opt_optimize_class_casts declaration from API
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-08-12 Matthias Braunidentifiers starting with _ are reserved; remove this...
2010-05-21 Michael BeckFixed Win32 DLL support.
2010-05-20 Matthias Braunproperly mark symbols in the public API to be exported...
2009-12-16 Matthias Braun- remove some more of the optimisation flags inside...
2009-08-24 Sebastian BuchwaldSummary is not a doxygen tag
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-04-05 Michael Beckcompletely removed old verbosity based debug output
2008-02-20 Michael BeckRemove the unsafe overflow opt flag again :-( It does...
2008-02-20 Michael Beckadd prototype for set_opt_overflow_unsafe_transform()
2008-01-16 Matthias Braunrename set_using_visited to set_using_irn_visited,...
2008-01-02 Michael Beckupdate copyright message
2007-09-20 Michael Beck- introduced better running flags
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-06-01 Matthias Braunmoved external headers into include dir