cleanup: Remove pointless assert(is_${NODE}(x)) just before get_${NODE}_${FOO}(x...
[libfirm] / ir / tr / typewalk.c
2012-12-03 Christoph Malloncleanup: Remove pointless assert(is_${NODE}(x)) just...
2012-06-14 Christoph MallonRemove compound path initializers.
2012-01-18 Andreas Zwinkaucondition instead of assert
2012-01-18 Andreas Zwinkaucondition instead of assert
2011-12-14 Matthias BraunMove current_ir_graph from ir_graph to ir_cons
2011-12-14 Matthias Braunremove unnecessary comments before functions
2011-11-17 Matthias Brauntype list fixes
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-08-05 Matthias Braunrework taking of parameter addresses
2011-08-04 Matthias Braunsplit irg and irp resources, add IRP_RESOURCE_TYPE_LINK
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-01 Michael BeckFixed size_t related warnings.
2011-02-11 Michael BeckFurther spread size_t.
2011-02-09 Michael BeckFurther spread size_t.
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-02-21 Christoph MallonPut opening curly brace of functions on a separate...
2010-02-14 Christoph MallonSome more cleanup: Put the return type and other specif...
2010-02-13 Christoph MallonPut a space after if/for/switch/while.
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2010-02-04 Matthias Braunintroduce IR_RESOURCE_TYPE_VISITED
2010-02-03 Matthias BraunRework linkage types in firm.
2010-01-13 Matthias Brauncleanup and fix some bugs in ir reader/writer
2010-01-02 Matthias Braunfix my last commit (shouldn't commit so fast...)
2010-01-02 Matthias Braunreally remove type_id
2010-01-02 Matthias Braunremove the unused 'ident' type, remove tpo_max add...
2009-08-24 Sebastian BuchwaldSummary is not a doxygen tag
2009-06-01 Matthias Braunfix a bunch of bugs in my last commit (no idea why...
2009-03-03 Moritz Kroll- walk_const_code now walks all segments, not just...
2009-02-21 Moritz Krollirio: Fixed handling of frame types and value types
2009-02-18 Moritz Krollirio: Also dump the frame types of irgs
2008-11-28 Christoph MallonUnconditionally include stdlib.h.
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-08-04 Christoph MallonRemove unnecessary return; at end of void functions.
2008-07-25 Michael Beck- fixed type_or_ent type: get rod of casts
2008-01-11 Matthias Braunintroduce new mode for initializer
2008-01-02 Michael Beckupdate copyright message
2007-06-01 Matthias Braunmoved external headers into include dir
2007-04-27 Michael BeckChanged header
2007-04-27 Christian Würdigadded new licence header
2007-03-29 Matthias Braunmove backend into libfirm
2006-12-13 Michael Beckrename type entity into ir_entity
2006-12-11 Matthias Braun- Several warning fixes
2006-01-13 Michael Beckrenamed all types 'type' to 'ir_type'
2005-12-30 Michael Beckrenamed all type * to ir_type *
2005-08-12 Michael Beckchanged back to old visit order
2005-08-11 Michael Beckused now always the visited functions, no more access...
2005-07-26 Michael Beckused functions from entity_t.h and type_t.h to access...
2005-01-05 Michael Beckrenames all is_x*_type() functions to is_X*_type()...
2004-12-02 Michael Beckfixed config.h include
2004-08-31 Götz Lindenmaierformatted, more verbose debug output,
2004-08-13 Beyhannormalized names of functions, enums ...
2004-07-27 Michael Beckadded tpo_node & tpo_unknown
2004-07-08 Götz Lindenmaierinlinening of functions
2004-07-06 Beyhannew SymConst semantics
2004-01-13 Michael BeckFixed function types
2003-11-21 Michael BeckFixed function declaration
2003-08-19 Götz Lindenmaieradded copyright information
2003-08-14 Götz Lindenmaieradded Cast node.
2003-06-23 Till Riedeleliminated compiler wearnings
2003-02-26 Michael BeckFixed type_walk_irg() function: Must set current_ir_graph !
2003-02-18 Götz LindenmaierChanged type_walk_irg: now visits frame type.
2003-01-13 Michael BeckFixed Prototypes: Must use function pointers
2003-01-13 Sebastian Felisadded doxygen comments
2002-12-19 Götz LindenmaierAdded static to many static routines
2002-09-02 Götz LindenmaierAdded walker to walk entities within a type
2002-07-11 Götz LindenmaierNormalisierung der Zugriffsfunktionen,
2002-04-16 Boris Boeslerentity.c: bug fix
2002-02-14 Götz Lindenmaierminor changes to help with making the ajacs-jikes backend
2001-12-20 Götz Lindenmaier Some access routines for visited flags in entity...
2001-12-10 Götz LindenmaierAdded support for constant entities. A new example...
2001-12-03 Götz Lindenmaierextended "coCV
2001-11-28 Boris Boesleradded Id tag
2001-11-09 Boris Boesler*** empty log message ***
2001-09-19 Boris Boesleradded new function to traverse the type and entity...
2001-07-12 Boris Boesler*** empty log message ***
2001-05-23 Götz LindenmaierAdded memberlist to union. Method type will not need...
2001-03-14 Götz LindenmaierChanged implementation of tr module.
2001-03-05 Boris Boesleradded
2000-09-07 Götz Lindenmaier*** empty log message ***
2000-09-06 Christian Schäferseven new access routines in type.[ch]. changed type_wa...
2000-09-06 Götz Lindenmaier*** empty log message ***
2000-09-04 Götz Lindenmaier*** empty log message ***
2000-09-04 Götz Lindenmaier*** empty log message ***
2000-08-25 Götz Lindenmaier*** empty log message ***
2000-07-17 Götz Lindenmaier*** empty log message ***
2000-07-05 Götz Lindenmaier*** empty log message ***
2000-05-16 Christian SchäferInitial revision