added missing initialization
[libfirm] / ir / tr / type.c
2006-02-20 Michael Beckadded missing initialization
2006-02-14 Michael Becktypo fixed
2006-02-14 Michael Beckadd type flags replacing old frame_type and type state...
2006-02-02 Michael Beckadded type info and final flag to class types
2006-01-27 Michael BeckBugFix: wrong op called
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
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-14 Michael Beckcheck calling conventions for method types in equal_typ...
2005-11-08 Michael Becka method type now has calling conventions and additiona...
2005-10-28 Michael Beckused new tp_op_ops: removed most switches in tpop
2005-08-18 Michael Beckenabled type_visited() function again
2005-08-12 Michael Beckcurrent_ir_graph must be set EVEN iff the raw interface...
2005-08-11 Michael BeckBugfix: unset debug info is now initialized with NULL
2005-08-03 Michael Beckchanged mode_P_mach into mode_P_code
2005-08-01 Michael Beckadd new_frame_type() and is_frame_type() functions
2005-07-20 Michael Beckadding assertion to prevent recursive compound types
2005-07-11 Michael Beckfixed doxygen docu
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-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 unknown_type and none_type to prevent name...
2005-01-04 Michael Beckremoved <stdbool.h> include
2004-12-28 Götz Lindenmaierdebug routines not in _t files
2004-12-23 Michael Beckmake the tpop constant
2004-12-23 Michael Beckfixed indentation
2004-12-23 Michael Beckc_name debug field removed
2004-12-22 Michael Beckmade allocations C-like
2004-12-02 Michael Beckfixed config.h include
2004-11-09 Florian Liekwegadded comment
2004-10-29 Florian LiekwegAdded c_name for debugging
2004-10-19 Michael BeckAdded a alignment to types.
2004-09-25 Götz Lindenmaierinitialization,
2004-09-02 Götz Lindenmaiermoved dumpers to irdumptxt.c
2004-08-13 Beyhannormalized names of functions, enums ...
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-13 Beyhanremoved empty entries from arrays
2004-07-08 Götz Lindenmaiervarious changes to get firm faster
2004-07-08 Götz Lindenmaierinlinening of functions
2004-07-07 Michael Beckstructs and classes can have a mode, iff they are layou...
2004-06-30 Michael Beckallow to set negative values for type sizes
2004-06-30 Götz Lindenmaierbugfix
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-15 Michael Beckfixed ifdef
2004-06-14 Michael BeckEnhanced type dumper
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-27 Götz Lindenmaierdebug output
2004-04-26 Götz Lindenmaiermore debug output
2004-04-17 Götz Lindenmaiernew access routine
2004-03-29 Götz Lindenmaierresored old original flag setting
2004-03-26 Michael BeckBugFix: enum items idents fixed
2004-03-23 Till Riedelremoved assertion
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-09 Michael Beckadded assertions to get_method_param_type() and get_met...
2003-11-20 Götz Lindenmaiernew accesss routines
2003-08-29 Götz Lindenmaiertypes for constants (optional)
2003-08-25 Götz Lindenmaierbetter name, new access routine
2003-08-22 Götz Lindenmaieradded types none and unknown for analyses
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-19 Götz Lindenmaieradded copyright information
2003-08-11 Götz Lindenmaieradded output of array bound nodes to vcg
2003-08-01 Rubino Geißassert: lower/upper_bound node may not be NULL.
2003-08-01 Götz Lindenmaierunspecified array bounds now represented by "Unknown"
2003-07-25 Götz Lindenmaierbugfix, comments...
2003-07-11 Michael Beckfixed:
2003-07-08 Götz Lindenmaiernew type pointer constructor that requires mode
2003-06-24 Till Riedelreturns after assert(0) inserted
2003-06-18 Götz LindenmaierAdded support for passing compound types by value.
2003-03-28 Götz Lindenmaierfurther adaptions in irmode.h
2003-03-26 Götz LindenmaierAdapted to changes in tv and irmode
2003-02-28 Götz Lindenmaierequal types compares idents, not strings
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-18 Michael BeckTypo fixed
2003-02-18 Michael BeckChecks wheater names contains spaces (not allowed in...
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-11-26 Matthias HeilModi umbenannt
2002-11-04 Götz Lindenmaiernormalized various syntactic constructs for firm jni.
2002-10-30 Götz LindenmaierBugfix
2002-10-28 Götz LindenmaierBugfix
2002-10-09 Götz LindenmaierAdded access routines to external variables.
2002-09-26 Götz Lindenmaieradded debug support constructors
2002-09-02 Götz LindenmaierAdded walker to walk entities within a type
2002-08-23 Boris Boeslercompileable with -Wall and bugfixing
next