added visibility flag for types.
[libfirm] / ir / tr / entity.c
2005-06-15 Götz Lindenmaieradded visibility flag for types.
2005-03-18 Michael Beckchanged __functions into more comfrom _functions
2005-03-14 Götz Lindenmaiermoved stuff handling inheritance to an own file
2005-03-10 Michael Beckremoved C99 features
2005-03-09 Götz Lindenmaiermore handling for compound graph path ,
2005-02-02 Götz Lindenmaierrelaxed checking for compound graph paht: the path
2005-01-05 Götz Lindenmaieratomic is a property, not an opcode --> spell it small
2005-01-05 Michael Beckrenames all is_x*_type() functions to is_X*_type()...
2005-01-04 Michael Beckrenamed none_type and unknown_type
2004-12-27 Michael Beckfixed resize()
2004-12-23 Michael Beckused new xcalloc (again)
2004-12-23 Michael Beckremoved c_name field
2004-12-22 Michael Beckmade allocations C-like
2004-12-22 Michael Beckmake allocation C-like
2004-12-21 Michael Beckremoved C99 constructs
2004-12-07 Boris Boeslerbug fix for deleting irgs
2004-12-02 Michael Beckfixed config.h include
2004-11-11 Götz Lindenmaieradded constant value to unknown_entity
2004-11-09 Götz Lindenmaierinproved, commented
2004-11-09 Götz Lindenmaiercomments, removed unused fields
2004-11-01 FIRM Projekt Accountbugfix
2004-10-29 Florian LiekwegAdded c_name for debugging
2004-10-29 Götz Lindenmaiercopying consts with type support
2004-10-20 Michael Beckdoxygen comments extended
2004-10-19 Michael BeckUsed now get_type_size_bits() and get_type_alignment_bi...
2004-09-02 Götz Lindenmaiermoved dumpers to irdumptxt.c
2004-08-31 Götz Lindenmaiermissing header
2004-08-31 Götz Lindenmaierformatted, more verbose debug output,
2004-08-13 Beyhannormalized names of functions, enums ...
2004-07-26 Florian Liekweg*** empty log message ***
2004-07-21 Michael Beckoptimized a bit :-)
2004-07-16 Götz Lindenmaieradded a routine to compute array indicees.
2004-07-16 Götz Lindenmaiernew support for initialization of compound entities.
2004-07-12 Michael BeckFixed function naming
2004-07-06 Beyhannew SymConst semantics
2004-07-01 Götz Lindenmaiercomment
2004-06-30 Michael Beckentity offset is now in bits
2004-06-25 Florian LiekwegBetter checking in set_entity_irg; added stickyness
2004-06-17 Florian LiekwegMade get_atomic_entity_value more robust
2004-06-03 Götz Lindenmaiermore asserts
2004-05-19 Götz Lindenmaierev. removed mem leak: overwrites array allocated for...
2004-05-19 Götz Lindenmaierassertion in search for mem leak, more debug output
2004-04-29 Florian LiekwegRemoved C++-Style comments --flo
2004-04-29 Michael BeckRemoved depency of USE_GCC_INLINE, fixed inlining ...
2004-04-28 Götz Lindenmaiermake libfirm faster
2004-04-27 Götz Lindenmaierdebug output
2004-04-26 Götz Lindenmaiermore debug output
2004-04-23 Götz Lindenmaierdebug output, warning,
2004-04-22 Götz Lindenmaiersombody added the errornous line again ...
2004-03-09 Götz Lindenmaierbugfixes
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
next