rename type entity into ir_entity
[libfirm] / ir / tr / type.h
2006-12-13 Michael Beck- renamed access offset functions\n- renamed entity...
2006-09-20 Michael Beckget_entity_repr_class() added, needed to get a class...
2006-09-12 Michael Beckrenamed some firm enum types to have the ir_ prefix
2006-09-12 Michael Beckget_/set_method_param_ident() added, needed for debug...
2006-09-11 Michael BeckAdd flags for the global and TLS type to help debugging
2006-07-31 Michael Beckchanged enum type again: dynamic addition of constants...
2006-07-31 Michael Beckchanged implementation of enum types
2006-06-08 Michael Beckrenamed all type to ir_type
2006-06-07 Michael Beckvalue parameter types have now a flag to distinguish...
2006-06-05 Michael Beckupdated doxygen docu
2006-05-31 Michael Beckrenamed get_peculiarity_string() to get_peculiarity_name()
2006-05-31 Michael BeckAdd interface and abstract flags to class types.
2006-05-19 Michael Beckadded vtable size attribute to class types
2006-05-19 Michael Beckremoved unused includes
2006-05-18 Michael Beckfixed typo
2006-03-22 Michael Beckframe_alloc_area() added
2006-02-21 Michael Beckfixed the type of the type number
2006-02-14 Michael Beckadd type flags replacing old frame_type and type state...
2006-02-08 FIRM Projekt Accountrenamed, poor firmjni construction cannot handle "final"
2006-02-02 Michael Beckadded type info and final flag to class types
2006-01-27 Michael Beckget_union_member_index() and get_compound_member_index...
2006-01-13 Michael Beckrenamed all types 'type' to 'ir_type'
2006-01-11 Michael Beckrenamed all type 'type' to new ir_type
2006-01-02 Michael Beckmake defines for identical enums (firmjni build process...
2005-12-27 Michael Beckthe type 'type' is now called ir_type
2005-12-27 FIRM Projekt Accountworkaround for GCC's overflow bug
2005-12-25 Michael Beckrenamed is_subclass* to is_SubClass*, is_superclass...
2005-12-22 Michael Beckfixed fastcall and added function to set the number...
2005-11-28 Michael Beckget_default_cc_mask() added
2005-11-18 Michael Beckfixed comments
2005-11-17 Michael Beckremoved bool type and depency from stdbool.h (not C89)
2005-11-09 Christian Würdigfix gcc 3.x hex const
2005-11-08 Michael Becka method type now has calling conventions and additiona...
2005-10-30 Michael Beckconvinience macros using 'base type' instead of 'super...
2005-10-28 Michael Beckused new tp_op_ops: removed most switches in tpop
2005-08-18 Michael Beckremoved definition of old type_visited flag
2005-08-11 Michael BeckBugfix: unset debug info is now initialized with NULL
2005-08-03 Michael Beckused new mode_P_data instead of mode_P_mach
2005-08-01 Michael Beckadd new_frame_type() and is_frame_type() functions
2005-07-11 Michael Beckdoxygen docu updated
2005-06-20 Michael Becktypos fixed
2005-06-15 Götz Lindenmaieradded visibility flag for types.
2005-04-29 Götz Lindenmaiermore access functions
2005-03-14 Michael Beckfind_array_dimension() added
2005-03-14 Götz Lindenmaiermoved stuff handling inheritance to an own file
2005-03-11 Götz Lindenmaiernew accessor
2005-02-25 Florian Liekwegfix typo
2005-01-11 Michael Beckadded doxygen docu
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 to prevent name...
2005-01-04 Michael BeckStill need the stdbool.h :-(
2005-01-04 Michael Beckremoved <stdbool.h> include
2004-12-23 Michael Beckmake tpop const
2004-12-23 Michael Becktypos fixed
2004-11-29 Michael Beckupdated docu
2004-11-09 Götz Lindenmaiercomments, removed unused fields
2004-10-19 Michael BeckAdded a alignment to types.
2004-09-02 Götz Lindenmaiermoved dumpers to irdumptxt.c
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-14 Götz Lindenmaiernormalized various stuff
2004-07-05 Götz Lindenmaiercomment
2004-07-01 Götz Lindenmaiercomment
2004-06-30 Michael Beckthe type size is now stored in bits, but only primitive...
2004-06-15 Michael BeckNew inlining schema implemented:
2004-06-09 Götz Lindenmaierfunctionality to hash types efficiently.
2004-06-08 Götz Lindenmaiera bunch of comments
2004-05-17 Michael Beckadded first_variadic_param, more doxygen comments
2004-04-29 Michael BeckRemoved depency of USE_GCC_INLINE, fixed inlining ...
2004-04-26 Götz Lindenmaiermore debug output
2004-04-17 Götz Lindenmaiernew access routine
2004-02-26 Götz Lindenmaieradded routines to free memory
2003-11-20 Götz Lindenmaiernew accesss routines
2003-08-26 Sebastian HackRemoved // Comment, because gcc -pedantic always compla...
2003-08-25 Götz Lindenmaierbetter name, new access routine
2003-08-22 Götz Lindenmaieradded types none and unknown for analyses
2003-08-21 Götz Lindenmaierheader
2003-08-20 Michael BeckAdded prefix to variadicity
2003-08-19 Michael BeckMake prefixes for most (hopefully all) enum values...
2003-08-19 Götz Lindenmaieradded copyright information
2003-08-11 Götz Lindenmaieradded output of array bound nodes to vcg
2003-08-01 Götz Lindenmaierunspecified array bounds now represented by "Unknown"
2003-07-08 Götz Lindenmaiernew type pointer constructor that requires mode
2003-06-18 Götz LindenmaierAdded support for passing compound types by value.
2003-02-27 Michael BeckMore doxygen comments. get_compound_*() functions added...
2003-02-25 Götz LindenmaierFixed entity_nr in copy methods
2003-02-19 Till Riedelinit nr field for debug dump output
2003-02-17 Michael BeckFixed prototypes to compile with -Wstrict-prototypes.
2003-01-31 Michael Beckmore doxygen comments
2003-01-30 Götz Lindenmaierremoved warnings
2003-01-14 Sebastian Hackadded flag variadicity to type method
2003-01-13 Sebastian Felisadded doxygen comments
2002-12-19 Götz LindenmaierRemoved bool.h, replaced by stdboo.h
2002-12-19 Götz LindenmaierAdded static to many static routines
2002-11-05 Götz Lindenmaiersyntactic changes for jni generator / crecoder
2002-11-04 Götz Lindenmaiernormalized various syntactic constructs for firm jni.
2002-10-09 Götz LindenmaierAdded access routines to external variables.
2002-09-26 Götz Lindenmaieradded debug support constructors
2002-09-11 Götz Lindenmaierremoved entity_visited flag - use type_visited instead
next