eliminate the unnecessary and especially confusing concept of a 'code_generator'...
[libfirm] / ir / tr /
2008-03-10 Michael Beckcopy_entity_own(): assert if the new type has already...
2008-02-28 Michael Beckclone_frame_type() now links old entities to new once...
2008-02-28 Michael Beckadd some comment
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-14 Michael BeckC99 features removed
2008-01-11 Matthias Braunintroduce new mode for initializer
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-31 Michael Beckimproved _get_entity_irg() implementation
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-12-07 Michael BeckAdd an ir_mode * parameter to all SymConst constructors...
2007-11-28 Michael Becksize/aligment of types is now unsigned and in bytes...
2007-11-20 Matthias Braunno need to set the entity for array entries in compound...
2007-11-16 Matthias Braunported to modern debug interface
2007-11-14 Matthias Braunassert that no entity with wrong mode is used as initia...
2007-11-07 Michael Beck- removed useless spaces
2007-11-06 Michael Beckadd missing \n at end
2007-11-06 Michael Beckfixed svn properties
2007-11-06 Michael Becktype finalization added
2007-11-06 Michael Beckcleanup a bit: remove unnecessary calculations
2007-11-04 Matthias Braunfixed a bunch of warnings (in OPTIMIZE mode)
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-09-12 Michael Beckdeteled empty "info" files
2007-08-02 Michael Beckadded support for unaligned entities
2007-08-02 Michael Beckadd unaligned Load/Stores
2007-08-02 Michael Beckreverse loop for speed
2007-08-01 Michael Beckadd base type for primitive types to better represent...
2007-07-19 Matthias Braunuse automake instead of homebrewn makefiles
2007-07-19 Michael Becktypo fixed
2007-07-11 Michael Beckremoved character modes, use integer modes instead
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-30 Matthias Braunmakefile updates
2007-06-22 Michael Beckadd the backend_marked flag
2007-06-17 Matthias Braunfixed warnings
2007-06-17 Matthias Braunfix warnings
2007-06-01 Matthias Braunmoved external headers into include dir
2007-04-30 Matthias Braunsmall cleanups
2007-04-27 Michael BeckChanged header
2007-04-27 Michael BeckUpdated header
2007-04-27 Christian Würdigadded new licence header
2007-04-23 Michael Beckdecorate_win32_c_fkt() now gets the initial id as a...
2007-04-06 Matthias Brauncheck that alignment of frame_type is set before using...
2007-04-06 Christoph MallonRemove the obsolete .cvsignore files.
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...
2007-02-06 Matthias Brauncompute_compound_graph_indices is no more
2007-01-07 Michael Beckget_address_taken_state_name() added
2007-01-07 Michael Beckis_SubClass_of() check only once for transitive closure...
2007-01-07 Michael Beckaddress_taken frag added
2006-12-22 Michael Beck- get_entity_nr() now takes an cont entity
2006-12-18 Michael Beckfixed doxygen output
2006-12-18 Michael BeckFixed warnings (the bad way)
2006-12-18 Michael BeckFixed doxygen output
2006-12-13 Michael Beckrename type entity into ir_entity
2006-12-13 Michael Beck- renamed access offset functions\n- renamed entity...
2006-12-13 Michael Beck- add an extra filed for the bit offset\n- renamed...
2006-12-12 Michael Beckused the new ir_entity type
2006-12-11 Matthias Braun- Several warning fixes
2006-12-10 Matthias Brauncleanup/fix some compound entity stuff
2006-12-10 Matthias Braunadded several missing #include config.h
2006-12-10 Matthias Braunfix spelling - indices not indicees
2006-10-12 Michael Beckresolve_ent_polymorphy() now can handle non-flat inheri...
2006-10-05 Michael BeckMade frame types final classes.
2006-10-02 Michael BeckAdd the final property to entities
2006-09-27 Michael Beckrestructured to allow easier debug
2006-09-20 Michael Beckget_entity_repr_class() added, needed to get a class...
2006-09-15 Michael Beckremoved some redundant assertions
2006-09-15 Michael BeckAdd a performance warning to the add_compound_ent_valu...
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-09-06 Michael Beckadd section support
2006-09-06 Michael Beckadded support for image sections, currently only for...
2006-08-10 Michael BeckFixed memory leak
2006-07-31 Michael Beckchanged enum type again: dynamic addition of constants...
2006-07-31 Michael Beckdoxygen comment added
2006-07-31 Michael Beckadded more assertions
2006-07-31 Michael Beckchanged implementation of enum types
2006-07-13 Michael Beckimprove error report
2006-07-01 Michael BeckFixed indentation
2006-06-12 Michael BeckFixed return type of _set_entity_ident()
2006-06-12 Michael Beckaet_entity_ident() added
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 Beckadded prototype for mangle_dot()
2006-06-05 Michael BeckFixed type of _get_tpop_attr_size()
2006-06-05 Michael Beckupdated doxygen docu
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()
next