Fixed warnings introduced in 97080a1af7b7e8a4969d2fba25e065df417ff074.
[libfirm] / ir / ir / irflag.c
2011-12-14 Matthias Braunremove unnecessary comments before functions
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-11-02 Matthias Braunavoid _ prefix in identifiers, correct coding style
2011-04-15 Matthias Braunfix cparser warnings
2011-04-08 Andreas Zwinkaumerge kaps
2010-10-06 Matthias Braunfix trailing whitespaces and tabulators in the middle...
2010-09-22 Matthias Braunremove some unnecessary/confusing flags
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
2010-03-09 Matthias Braunnoone was using these _verbose flags
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-04-05 Michael Beckcompletely removed old verbosity based debug output
2008-02-20 Michael BeckAdd get_opt_overflow_unsafe_transform() option.
2008-02-14 Matthias Braun- copy libcore into libfirm
2008-01-02 Michael Beckupdate copyright message
2007-09-20 Michael Beck- introduced better running flags
2007-06-18 Michael BeckFixed initialization of option tables
2007-06-17 Matthias Braunfixed warnings (some of them were actual bugs), leave...
2007-04-27 Matthias Brauncleaned up doxygen comments
2007-04-27 Christian Würdigadded new licence header
2007-03-29 Matthias Braunmove backend into libfirm
2006-03-20 Michael Beckremoved critical_edges flag. Other code depends on...
2005-12-31 Michael Beckmoved verification flags from irvrfy to irflag
2005-11-28 Michael Beckadded prototype for firm_init_flags(),
2005-11-24 Sebastian HackAdded libcore option functionality
2005-11-18 Michael BeckBugFix for generated functions
2005-11-18 Michael Beckfactored all optimization flags into ir_flag_t.def...
2005-08-10 Michael BeckAdded option to enable/disable scalar replacement
2005-06-17 Michael Beckadded remove_Confirm option. If set, local_optimize...
2005-04-29 Götz Lindenmaiernew optimization of cast nodes.
2005-03-23 Michael Beckfixed copy'n'paste error
2005-03-14 Michael Beckadded real function call setting
2005-03-09 Götz Lindenmaieradded get routine
2005-02-10 Sebastian HackAdded default value for if conversion
2005-02-10 Sebastian HackAdded flag functions for if conversion
2004-12-02 Michael Beckfixed config.h include
2004-11-16 Beyhanimproved strength reduction
2004-10-29 Götz Lindenmaieradded routine to read flag
2004-10-19 Michael Beckset_opt_fragile_ops() added
2004-09-30 Michael Beckfixed wrong intrinsic name
2004-09-28 Götz Lindenmaiertailrec verb flags
2004-09-25 Götz Lindenmaierverbosity flags
2004-09-17 Beyhanadded flag for strength reduction
2004-09-09 Götz Lindenmaieradded flag to guard load store optimizations
2004-06-18 Götz Lindenmaierphi construction for fragile ops repaired
2004-06-16 Michael BeckAdded option to switch of precise exception context
2004-06-15 Götz Lindenmaieradded new compiler optimization flag
2004-06-08 Michael BeckTail recursion flag added
2004-05-04 Götz Lindenmaieradded empty method implementations -- necessary for...
2004-04-29 Michael BeckRemoved depency of USE_GCC_INLINE, fixed inlining ...
2004-04-28 Florian LiekwegFixed 'inline' lossage --flo
2004-03-29 Götz Lindenmaierresored old original flag setting
2004-03-24 Michael BeckNew optimization flag handling, get_opt functions are...
2003-08-19 Götz Lindenmaieradded copyright headers
2003-03-19 Götz LindenmaierAdded new compilation flags
2003-02-05 Götz LindenmaierImproved flag testing
2003-01-13 Sebastian Felisadded doxygen comments
2002-12-19 Götz LindenmaierAdded more flags for control flow optimizations
2002-11-04 Götz Lindenmaiernormalized various syntactic constructs for firm jni.
2002-07-05 Götz LindenmaierCode review to compile with -ansi
2002-03-08 Götz Lindenmaier Implemented cf optimizations.
2002-01-31 Götz Lindenmaier New directory: ana for analyses. Adapted configure...
2001-11-28 Boris Boesleradded Id tag
2001-11-27 Götz LindenmaierLast comitted with wrong flag settings.
2001-11-27 Götz Lindenmaierminor imporvements: comments, output
2001-11-19 Götz Lindenmaier Addded method to replace in array os a node in irnode
2001-03-05 Boris Boesleradded
2000-08-16 Götz Lindenmaier*** empty log message ***
2000-08-15 Götz Lindenmaier*** empty log message ***
2000-07-10 Götz Lindenmaier*** empty log message ***
2000-07-06 Götz Lindenmaier*** empty log message ***
2000-07-06 Christian Schäferimplemented dead node elimination. Doesnt run yet.
2000-05-16 Christian SchäferInitial revision