Remove address name SymConsts.
[libfirm] / ir / ana / cgana.c
2010-02-19 Christoph MallonRemove address name SymConsts.
2010-02-05 Matthias Brauna new garbage collection pass less conservative than...
2010-02-04 Matthias Braun- representing the 3-state visibility (default,local...
2010-02-03 Matthias BraunRework linkage types in firm.
2009-08-24 Sebastian BuchwaldSummary is not a doxygen tag
2009-05-19 Matthias Braunremove bogus assert
2008-11-28 Christoph MallonUnconditionally include string.h
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-11 Matthias Braunadd more missing config.h includes
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-09-11 Christoph Mallons/get_irn_op(x) {==,!=} op_FOO/{,!}is_FOO(x)/.
2008-08-13 Matthias Braunintroduce more generic resource reservation debug helpe...
2008-08-06 Michael Beck- removed Psi nodes, Mux nodes are used again ...
2008-07-23 Michael Beck- fixed a stupid Bug: the marks are not cleared at...
2008-05-17 Michael Beck- Removed a big performance hit: The MARKS for visiting...
2008-04-02 Michael Beckused new is_Global() and get_Global_entity() instead...
2008-01-11 Matthias Braunintroduce new mode for initializer
2008-01-01 Michael BeckImproved implementation:
2007-12-30 Michael Beckis_SymConst_addr_ent() added
2007-11-16 Matthias Braunremove some flags, ported some phases to new debug...
2007-08-06 Michael Beckfixed comment
2007-08-06 Michael Beckindentation changed
2007-06-18 Michael BeckRemoved C99 construct
2007-06-17 Matthias Braunfix warnings
2007-05-29 Michael Beckfixed turn_into_tuple()
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
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
next