added license infos
[libfirm] / ir / ana / cgana.c
2007-04-26 Matthias Braunadded license infos
2007-03-29 Matthias Braunmove backend into libfirm
2006-12-13 Michael Beckrename type entity into ir_entity
2006-09-28 Michael BeckImproved doxygen docu
2006-09-20 Michael Beckadded get_opt_closed_world() where appropriate
2006-06-27 Michael Beckadded support for Psi node
2006-03-17 Michael Beckhandle a call of an absolute address
2006-03-03 Michael Beckused new is_Sel(), is_Call()
2006-01-13 Michael Beckrenamed all types 'type' to 'ir_type'
2005-11-17 Michael Beckremoved bool type and depency from stdbool.h (not C89)
2005-11-01 Michael BeckBugFix: missing return added
2005-10-31 Michael Beckdo not check for the entity type, simpl check the the...
2005-10-30 Michael Beckcopy_const_value() now takes a dbg_info argument
2005-10-29 Michael Beckmethods which address is contained in initializers...
2005-10-28 Michael Becktypos fixed
2005-10-24 Michael BeckBugFix: visit only Call parameters
2005-07-26 Götz Lindenmaiercleaned up,
2005-06-22 Michael Beckadded comment explaining #if 0 code
2005-06-15 Götz Lindenmaiercomments
2005-03-10 Götz Lindenmaierbugfix
2005-02-24 Michael BeckAdded support for Mux node
2005-01-11 Michael Beckused new hooks instead of firmstat
2005-01-05 Michael Beckrenames all is_x*_type() functions to is_X*_type()...
2004-12-22 Michael Beckmade allocations C-like
2004-12-21 Michael Beckremoved C99 constructs
2004-12-02 Michael Beckfixed config.h include
2004-11-11 Götz Lindenmaierremoved allirg calls
2004-11-11 Götz Lindenmaierchange semantics of cgana: collect also external entiti...
2004-11-10 Michael BeckMore doxygen comments, typos fixed, clear some code
2004-11-10 Götz LindenmaierCall_callees now with unknown_entity
2004-11-08 Michael Beckused macros from iropt_dbg.h
2004-10-22 Boris Boeslerminor change for pseudo graphs
2004-09-24 Michael Beckremoved an assert which fails in the C compiler current...
2004-09-24 Michael Beckfixed some comments, replace loop by memcpy
2004-09-24 Götz Lindenmaierremoved whole flag:
2004-08-31 Götz Lindenmaiermode loop analyses
2004-08-19 Götz Lindenmaierthe inevitable inconsistencies removed
2004-08-19 Götz Lindenmaierfixed complicated code, commented out one optimization...
2004-08-13 Beyhannormalized names of functions, enums ...
2004-07-14 Götz Lindenmaiernormalized various stuff
2004-07-14 Florian LiekwegOptionally do whole-program assumption; obey stickiness...
2004-07-08 Götz Lindenmaierfirmstat added
2004-07-06 Beyhannew SymConst semantics
2004-06-24 Michael Beckinclude irmode_t.h to speed up mode access
2004-06-24 Götz Lindenmaiercomments, freeing routine
2004-06-17 Götz Lindenmaierirscc: bugfix, can now deal with loops not reachable...
2004-06-17 Florian LiekwegFixed comments (goetz); turn bad calls into tupels...
2004-06-15 Götz Lindenmaierbugfix
2004-06-15 Michael BeckNew inlining schema implemented:
2004-06-12 Florian LiekwegKommentare eingef"ugt --flo
2004-06-12 Florian LiekwegRemoved call to rta (irg_walk seems to mess up some...
2004-06-11 Florian LiekwegAdded RTA --flo
2004-06-08 Götz Lindenmaiera bunch of comments
2004-04-28 Götz Lindenmaiermake libfirm faster
2004-03-24 Michael BeckNew optimization flag handling, get_opt functions are...
2004-03-09 Götz Lindenmaierbugfixes
2003-08-19 Michael BeckMake prefixes for most (hopefully all) enum values...
2003-08-19 Götz Lindenmaieradded copyright information
2003-08-19 Götz LindenmaierAdded copyright headers
2003-07-25 Götz Lindenmaiermore verbose assertion
2003-07-11 Michael Beckfixed:
2003-06-24 Till Riedelreturns after assert(0) inserted
2003-05-01 Till Riedelremoved xprint stuff completely
2003-04-10 Till RiedelFirst part of commit removing xprintf to make later...
2003-03-26 Götz LindenmaierAdapted to changes in tv and irmode
2003-03-25 Götz Lindenmaieradded header
2003-03-19 Götz LindenmaierAdded new compilation flags
2003-02-28 Götz LindenmaierAdded debug support
2003-01-13 Sebastian Felis*** empty log message ***
2002-12-19 Götz LindenmaierAdded static to many static routines
2002-11-26 Götz LindenmaierUmstellung der Modi,
2002-11-04 Götz Lindenmaiernormalized various syntactic constructs for firm jni.
2002-09-11 Götz Lindenmaierisolated optimizations in cgana to run them separately.
2002-08-23 Boris Boeslercompileable with -Wall and bugfixing
2002-07-18 Boris Boesler*** empty log message ***
2002-07-11 Götz LindenmaierNormalisierung der Zugriffsfunktionen,
2002-07-05 Götz Lindenmaierremoved debug output
2002-07-05 Götz LindenmaierCode review to compile with -ansi
2002-07-03 Götz LindenmaierChanges to avoid compiler warnings.
2002-07-03 Götz LindenmaierBugfix: If inherited entities impl was added before...
2002-06-28 Götz LindenmaierImproved support for multiple inheritance
2002-06-20 Götz LindenmaierAdded warning if method without implementation is called.
2002-06-19 Götz LindenmaierAdded interprocedural view.