add missing \n at end
[libfirm] / ir / tr / entity.c
2004-02-26 Götz Lindenmaieradded routines to free memory
2004-01-20 Götz Lindenmaierchanged semantics of Unknown: now has a mode.
2003-12-02 Matthias HeilGoetz added
2003-11-21 Michael BeckMake it C89 compatible
2003-08-29 Götz Lindenmaiertypes for constants (optional)
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 information
2003-08-18 Götz LindenmaierBugfix
2003-08-14 Götz Lindenmaiercompound const entity stuff
2003-08-01 Götz Lindenmaierunspecified array bounds now represented by "Unknown"
2003-07-30 Götz Lindenmaierbugfix
2003-07-29 Götz Lindenmaieriadded support for paths fro constant entities.
2003-07-25 Götz Lindenmaierbugfix, comments...
2003-07-11 Michael Beckfixed:
2003-07-02 Sebastian HackAdded name getting methods for variability and allocation
2003-06-24 Sebastian HackPlease use xmalloc. malloc doesn't work inside GCC
2003-06-24 Till Riedelreturns after assert(0) inserted
2003-06-23 Till Riedeleliminated compiler wearnings
2003-04-30 Michael BeckTypo fixed.
2003-04-30 Michael BeckAdded some helper functions to show the variability...
2003-03-26 Götz LindenmaierAdapted to changes in tv and irmode
2003-03-25 FIRM Projekt AccountAdded initialization of fields
2003-03-11 Götz Lindenmaierbugfix: free_entity removed entity that still was...
2003-02-25 Götz LindenmaierFixed entity_nr in copy methods
2003-02-19 Till Riedelinit nr field for debug dump output
2003-02-18 Michael BeckChecks wheater names contains spaces (not allowed in...
2003-01-30 Götz Lindenmaierremoved warnings
2003-01-13 Sebastian Felisadded doxygen comments
2002-12-30 Götz LindenmaierChanged assertin in set_ent_visibility.
2002-12-19 Götz LindenmaierAdded static to many static routines
2002-11-26 Matthias HeilModi umbenannt
2002-11-04 Götz Lindenmaiernormalized various syntactic constructs for firm jni.
2002-09-26 Götz Lindenmaieradded debug support constructors
2002-09-11 Götz Lindenmaierremoved entity_visited flag - use type_visited instead
2002-09-02 Götz LindenmaierAdded walker to walk entities within a type
2002-08-22 Götz LindenmaierAdd access functions to entity visited flag,
2002-08-07 Götz Lindenmaierfreeing types, otehr stuff i don't remember
2002-07-18 Götz Lindenmaierimplemented typecheck, called in inline_method.
2002-07-11 Götz LindenmaierNormalisierung der Zugriffsfunktionen,
2002-07-05 Götz LindenmaierCode review to compile with -ansi
2002-07-03 Götz LindenmaierChanges to avoid compiler warnings.
2002-06-28 Götz LindenmaierAdded support for prculiarity "inherited"
2002-06-25 Florian LiekwegAdded iro_InstOf operator --flo
2002-06-19 Götz LindenmaierAdded interprocedural view.
2002-06-18 Boris Boesler*** empty log message ***
2002-06-18 Götz LindenmaierIt makes no sense to assert on a get, the default...
2002-06-06 Götz Lindenmaierbugfix in add_entity_val
2002-05-15 Götz LindenmaierNew constant array constructor.
2002-04-16 Boris Boeslerentity.c: bug fix
2002-04-11 Götz LindenmaierAdded overwrittenby relation: inverse of overwrites...
2002-03-19 Götz Lindenmaier*** empty log message ***
2002-03-19 Götz Lindenmaier*** empty log message ***
2002-03-19 Götz LindenmaierAdded flag "peculiarity" to entity.h, type.h.
2002-02-22 Götz Lindenmaier irgopt: inline_small_irgs implemented
2002-02-14 Götz Lindenmaierminor changes to help with making the ajacs-jikes backend
2002-01-22 Götz Lindenmaiera
2001-12-21 Götz LindenmaierAsserts in irvrfy that verify the mode of Proj nodes...
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-07-12 Götz LindenmaierAdded implementatio of overwrites stuff.
2001-07-11 Götz LindenmaierErrors and Features of type_id stuff
2001-07-11 Götz LindenmaierAdded new type opcode "id".
2001-07-04 Götz Lindenmaieradded some routines to entity interface.
2001-07-04 Götz Lindenmaierset routine for entity mangled name.
2001-07-04 Götz LindenmaierAdded support for lowering to entites, types.
2001-05-28 Götz LindenmaierRimproved interface to type array.
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
2001-01-17 Götz Lindenmaier*** empty log message ***
2000-09-14 Götz Lindenmaier*** empty log message ***
2000-09-07 Götz Lindenmaier*** empty log message ***
2000-07-17 Götz Lindenmaier*** empty log message ***
2000-05-16 Christian SchäferInitial revision