verify: Clarify assertion message.
[libfirm] / ir / ana / irbackedge.c
2011-12-14 Matthias Braunremove unnecessary comments before functions
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-06-24 Andreas ZwinkauMerge Fix: Spills have ProjMs now
2011-06-11 Matthias Braunadd some const qualifiers to backedges query functions
2011-04-08 Andreas Zwinkaumerge kaps
2011-01-24 Michael BeckFixed a lot of size_t related warnings, most of them...
2011-01-06 Michael BeckFixed some 64bit warnings because of mixing size_t...
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-08 Matthias Braunremove rbitset_w_size type functions: a raw_bitset...
2010-07-19 Matthias Braunremove unused/broken interprocedural view
2010-03-15 Matthias Braunfix various warnings reported by cparser
2010-03-10 Matthias Braunfix stupid error in my last commit
2010-03-10 Matthias Braun- fix most of the -Wunreachable-code and -Wlogical...
2010-03-07 Matthias Braun- cleanup and simplify inlining code
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-09-30 Matthias Braunfix some warnings in optimized mode
2008-01-22 Michael Beck- Phi nodes are now collected by collect_phiprojs(...
2008-01-04 Matthias Braunfix some warnings, represent mode size as unsigned...
2008-01-02 Michael Beckupdate copyright message
2007-11-18 Michael Beckmake backedge arrays raw bitsets
2007-10-12 Matthias Braunfixed/warnings make it possible to build without interp...
2007-04-26 Matthias Braunfor i in *.[ch]; do sed -e 's/Copyrigth/Copyright/g...
2007-04-26 Matthias Braunadded license infos
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-22 Matthias Brauna bunch of fixes to make firm work with NDEBUG and...
2007-01-16 Michael Beckrenamed type opcode to ir_opcode
2006-12-10 Matthias Braunadded several missing #include config.h
2005-12-18 Michael Becknew_backedge_info() moved to ir_backedge
2005-11-17 Michael Beckremoved bool type and depency from stdbool.h (not C89)
2005-10-05 Michael Beckfix_backedges() can now cope with NULL backedge array
2005-01-04 Michael Beckremoved wrong INLINE
2004-11-30 Götz Lindenmaieradded new accessers
2004-11-10 Michael Becktypo fixed
2004-11-03 Michael Beckremoved gloval intraprocedural_view variable and replac...
2004-07-05 Götz Lindenmaierloop boudary test optimized
2004-06-15 Michael BeckNew inlining schema implemented:
2004-04-28 Götz Lindenmaiermake libfirm faster
2003-08-19 Götz LindenmaierAdded copyright headers
2003-06-23 Till Riedeleliminated warnings
2003-04-17 Michael BeckDoxygen docu updated.
2003-01-30 Götz Lindenmaierremoved warnings
2003-01-13 Sebastian Felis*** empty log message ***
2002-12-19 Götz LindenmaierAdded static to many static routines
2002-08-07 Götz Lindenmaier Implemented scc algorithm. Added datastructure to...