fix gcc 3.x hex const
[libfirm] / ir / tr / type.h
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
2002-08-22 Götz LindenmaierAdd access functions to entity visited flag,
2002-07-18 Götz Lindenmaierimplemented typecheck, called in inline_method.
2002-07-17 Boris Boesler*** empty log message ***
2002-07-11 Götz LindenmaierNormalisierung der Zugriffsfunktionen,
2002-07-05 Götz LindenmaierCode review to compile with -ansi
2002-06-28 Götz LindenmaierAdded support for prculiarity "inherited"
2002-06-25 Florian LiekwegAdded iro_InstOf operator --flo
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-01-22 Götz Lindenmaiera
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-07 Götz Lindenmaiercomments added
2001-10-19 Boris Boeslerrenamed get_type_nameid to get_type_ident
2001-08-29 Götz Lindenmaier*** empty log message ***
2001-07-18 Götz Lindenmaierimproved add routinesC
2001-07-12 Boris Boesleradded functions set_type_link and get_type_link
2001-07-10 Götz Lindenmaiernew access routines, some documentation/comments,
2001-07-04 Götz LindenmaierAdded support for lowering to entites, types.
2001-06-19 Götz Lindenmaierchanged bounds of arrays from plain ints to irnode*s.
2001-05-28 Götz LindenmaierRimproved interface to type array.
2001-05-25 Götz Lindenmaieraadded commentsdded commentsdded some
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-12-18 Götz Lindenmaier*** empty log message ***
2000-11-30 Götz Lindenmaier*** empty log message ***
2000-11-21 Christian Schäfer*** empty log message ***
next