allocate memory for overwrites/overwrittenby on demand
[libfirm] / ir / tr / entity.c
2010-05-21 Matthias Braunallocate memory for overwrites/overwrittenby on demand
2010-03-10 Matthias Braun- fix most of the -Wunreachable-code and -Wlogical...
2010-03-06 Michael BeckBugFix: allow method entities to be initialized by...
2010-02-26 Matthias Braunthis assert seems to be wrong for the java frontend...
2010-02-14 Christoph MallonSome more cleanup: Put the return type and other specif...
2010-02-13 Christoph MallonPut a space after if/for/switch/while.
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2010-02-11 Matthias Braunallow several odd weak combinations
2010-02-04 Matthias Braun- representing the 3-state visibility (default,local...
2010-02-03 Matthias Braunbackend_marked was a buggy/wrong concept, removed it
2010-02-03 Matthias Braunfix some assertions; correctly handle weak symbols
2010-02-03 Matthias BraunRework linkage types in firm.
2009-12-29 Matthias Braunmove compound_graph path stuff into own files and add...
2009-06-29 Matthias BraunCleanup: remove firm_common_t.h (and the PRECISE_EXC_CO...
2009-06-01 Matthias BraunRework Block labels: They are entities now so we don...
2009-05-11 Matthias Braun- generate more stuff from ir_spec.py
2009-03-02 Matthias Braunadd missing non-inline implementation of get/set_entity...
2009-03-02 Matthias Braunadd alignment to entities
2009-02-21 Moritz Krolltypo
2009-02-18 Moritz Krollirio: Fixed importing entities with atomic values
2009-02-17 Moritz KrollAdded has_entity_initializer() and get_initializer_kind...
2009-02-06 Moritz Kroll- Added ir_export which is supposed to export the whole irp
2008-12-12 Michael Beck- skip_Id nodes when returning the entity initializer...
2008-11-27 Moritz KrollRemoved mode parameter from Const and Const_type constr...
2008-11-24 Andreas ZwinkauFixing r23914
2008-11-24 Christoph MallonUse simple assignment instead of memcpy().
2008-11-23 Michael Beck- using deep copy in copy_entity_own() and copy_entity_...
2008-11-23 Michael Beck- remove artifacts of old initializer implementation
2008-11-22 Michael Beck- BugFix: do not try to free compound_graph_pathes...
2008-10-14 Christoph Mallons/\<\(LC_\)\?INLINE\>/inline/.
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-09-24 Matthias Braunfix the assert(0)->panic commit
2008-09-23 Michael Beck- replace a lot of assert(0) by panic()
2008-09-22 Michael Beck- all visited flags use the ir_visited_t type now
2008-09-21 Matthias BraunExtend the address_taken concept: We now have an ir_ent...
2008-09-19 Michael Beck- fixed equal_path()
2008-09-18 Michael Beck- add get_compound_graph_path_type()
2008-08-12 Matthias Braunadd some more assert to make sure we don't use compound...
2008-04-03 Matthias Braunremove img_section stuff and create a new constructors_type
2008-03-10 Michael Beckcopy_entity_own(): assert if the new type has already...
2008-02-28 Michael Beckadd some comment
2008-01-14 Michael BeckC99 features removed
2008-01-11 Matthias Braunintroduce new mode for initializer
2008-01-02 Michael Beckupdate copyright message
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-14 Matthias Braunassert that no entity with wrong mode is used as initia...
2007-11-06 Michael Beckcleanup a bit: remove unnecessary calculations
2007-08-02 Michael Beckadded support for unaligned entities
2007-08-02 Michael Beckadd unaligned Load/Stores
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-06-22 Michael Beckadd the backend_marked flag
2007-06-17 Matthias Braunfixed warnings
2007-06-01 Matthias Braunmoved external headers into include dir
2007-04-27 Michael BeckUpdated header
2007-04-27 Christian Würdigadded new licence header
2007-04-02 Matthias Braunalloca is now declared in xmalloc.h
2007-03-29 Matthias Braunmove backend into libfirm
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 Beckaddress_taken frag added
2006-12-22 Michael Beck- get_entity_nr() now takes an cont entity
2006-12-18 Michael BeckFixed warnings (the bad way)
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-10 Matthias Brauncleanup/fix some compound entity stuff
2006-12-10 Matthias Braunfix spelling - indices not indicees
2006-10-02 Michael BeckAdd the final property to entities
2006-09-20 Michael Beckget_entity_repr_class() added, needed to get a class...
2006-09-15 Michael Beckremoved some redundant assertions
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-06 Michael Beckadded support for image sections, currently only for...
2006-08-10 Michael BeckFixed memory leak
2006-07-31 Michael Beckadded more assertions
2006-06-12 Michael Beckaet_entity_ident() added
2006-05-31 Michael Beckrenamed get_peculiarity_string() to get_peculiarity_name()
2006-05-19 Michael Beckadded vtable size attribute to class types
2006-05-19 Michael Beckplaced method and compound entities into private attributes
2006-02-21 Michael Beckmade get_entity_nr() 64bit safe
2006-01-13 Michael Beckrenamed all types 'type' to 'ir_type'
2005-11-24 Sebastian HackFixed a typo
2005-11-17 Michael Beckremoved bool type and depency from stdbool.h (not C89)
2005-11-08 Michael Beckcalling conventions are now stored in the method type
2005-11-04 Michael Beckparam_weight and param_access must be flexible arrays
2005-10-31 Michael Becknew_d_Unknown did not take a dbg_info parameter
2005-10-30 Michael Beckcopy_const_value() now takes a dbg_info parameter
2005-10-24 Michael Becknew entity hook added
2005-10-17 Michael Beckadded calling conventions to entities
2005-10-11 Michael Beckuse INT_TO_PTR( macros for clean 64 bit compile
2005-09-08 Michael Beckadded additional graph properties, these can be set...
2005-08-23 Michael BeckBugFix: add_compound_ent_value() did not generate right...
2005-08-17 Michael Beckresreuctures compound path to make allocation/deallocat...
2005-07-26 Michael Beckbugfix
2005-07-26 Michael Beckfixed some typos
2005-06-15 Götz Lindenmaieradded visibility flag for types.
next