cleanup: Remove pointless assert(is_${NODE}(x)) just before get_${NODE}_${FOO}(x...
[libfirm] / ir / ana / cgana.c
2012-12-03 Christoph Malloncleanup: Remove pointless assert(is_${NODE}(x)) just...
2012-07-13 Christoph MallonAdd the * for the type in foreach_pset() automatically.
2012-07-13 Christoph MallonLet foreach_pset() declare its iterator variable.
2012-06-14 Christoph MallonRemove compound path initializers.
2011-12-15 Matthias Braunmake unique types/entities part of irprog
2011-12-14 Matthias Braunremove deprecated eset
2011-12-14 Matthias Braunremove unnecessary comments before functions
2011-11-18 Matthias Braunremove opt_polymorphy
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-10-20 Matthias Braunremove is_Global/get_GlobalEntity
2011-09-22 Matthias Braunremove old+unused rta code
2011-06-24 Andreas ZwinkauMerge Fix: Spills have ProjMs now
2011-06-21 Matthias Braunfix more cparser warnings, cleanup some libcore code
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-09 Christoph MallonFix typos in comments: s/it's/its/ and related corrections.
2011-03-04 Matthias Braunfix code after TLS-type change
2011-02-11 Michael BeckFurther spread size_t.
2011-02-11 Michael BeckSimplified implementation by removing unused args and...
2011-02-09 Michael BeckFurther spread size_t.
2011-01-24 Michael BeckFixed a lot of size_t related warnings, most of them...
2011-01-19 Michael BeckFixed more size_t related warnings, one interface change.
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-06 Matthias Braunforbid calls of new_XXX and new_d_XXX when not in phase...
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...
next