Add ALLOCAN() and ALLOCANZ().
[libfirm] / ir / tr / type.c
2008-10-18 Christoph MallonAdd ALLOCAN() and ALLOCANZ().
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-09-22 Michael Beck- all visited flags use the ir_visited_t type now
2008-09-22 Matthias Brauncorrecly increase frame alignment when adding types...
2008-09-11 Christoph Mallons/get_irn_op(x) {==,!=} op_FOO/{,!}is_FOO(x)/.
2008-03-10 Matthias Braunassert that fixed structs/unions/classes aren
2008-02-28 Michael Beckclone_frame_type() now links old entities to new once...
2008-02-28 Michael Beckclone_frame_type() implemented
2008-02-18 Matthias Brauncopy associated type instead of removing the lowered_flag
2008-02-17 Matthias Braunremove tf_lowered_type flag when cloning method types...
2008-01-04 Matthias Braunfix for last commit
2008-01-04 Matthias Braunfix some warnings, represent mode size as unsigned...
2008-01-02 Michael Beckupdate copyright message
2007-12-14 Michael Beckfinally fixed clone_type_method()
2007-12-14 Michael Beckclone method can add a prefix
2007-12-11 Michael Beckadded missing allocation
2007-12-10 Michael BeckAdd clone_type_method()
2007-11-28 Michael Becksize/aligment of types is now unsigned and in bytes...
2007-10-19 Michael Beckrenamed type_state to ir_type_state
2007-10-13 Michael Beckused set_type_size_bytes() instead of *_bits() where...
2007-10-12 Matthias Braunfixed/warnings make it possible to build without interp...
2007-08-01 Michael Beckadd base type for primitive types to better represent...
2007-07-06 Michael Beckmoved get_*_dbg_info() and set_*_dbg_info() to logical...
2007-07-06 Michael Beckfixed indentation, minor code improvements
2007-06-01 Matthias Braunmoved external headers into include dir
2007-04-27 Michael BeckChanged header
2007-04-27 Christian Würdigadded new licence header
2007-04-06 Matthias Brauncheck that alignment of frame_type is set before using...
2007-04-02 Matthias Braunalloca is now declared in xmalloc.h
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-22 Matthias Brauna bunch of fixes to make firm work with NDEBUG and...
2006-12-13 Michael Beck- renamed access offset functions\n- renamed entity...
2006-10-05 Michael BeckMade frame types final classes.
2006-09-20 Michael Beckget_entity_repr_class() added, needed to get a class...
2006-09-13 Michael BeckBitfields in entity need one more bits because of signess,
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-07-01 Michael BeckFixed indentation
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-01 Michael BeckBugFix: all flags where deleted when layout state was set
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-09 Michael Beckfixed memory leak
2006-03-22 Christoph MallonBugged a fix
2006-03-22 Michael BeckBugFix: used tp instead of frame_type
2006-03-22 Michael Beckframe_alloc_area() added
2006-03-05 Michael Beckclean up code
2006-03-03 Michael BeckBugFix: = was erronously used instead of ==
2006-02-21 Michael Beckfixed the type of the type number
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
next