becopyheur2: Avoid unnecessary copies of the admissible registers.
[libfirm] / ir / tr / entity.c
2012-12-12 Matthias Braunremove license stuff from files
2012-12-12 Christoph Mallontr: Remove the unused type_info from class types.
2012-12-12 Christoph Mallontr: Ensure that all entities have an owner.
2012-12-04 Matthias Braunremove Cast node
2012-10-24 Matthias Braunreorgranize method properties
2012-10-24 Matthias Braunadd some missing cases for copy_const_value
2012-07-19 Christoph MallonLet panic() print file, line and function.
2012-06-14 Christoph MallonRemove compound path initializers.
2012-05-04 Matthias BraunIntroduce IR_LINKAGE_NO_CODEGEN
2012-05-04 Matthias Braunir_visibility cleanup
2012-05-04 Matthias Braunfix entity_has_definition
2012-04-26 Matthias Brauntrverify: cleanup, check irg.entity == entity.irg
2011-12-15 Matthias Braunmake unique types/entities part of irprog
2011-12-15 Matthias Braunadd is_unknown_entity(), is_unknown_type(), is_none_type()
2011-12-14 Matthias Braunremove unnecessary comments before functions
2011-11-17 Matthias Braundifferntiate entity kinds
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-10-27 Matthias Braunfix missing PTR_TO_INT macros in release mode
2011-08-05 Matthias Braunrework taking of parameter addresses
2011-08-04 Matthias Brauncall hook_new_entity after copying entity so the firm...
2011-05-27 Sebastian BuchwaldFixed some warning about unused variables.
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-09 Christoph MallonFix typos in comments: s/it's/its/ and related corrections.
2011-03-01 Michael BeckFurther pushed size_t: ir_initializer_t uses size_t...
2011-02-09 Matthias Braunfurther spread size_t (all warnings on linux/gcc fixed)
2010-11-17 Matthias Braunadd entity_has_ld_ident function
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-08 Matthias Braunrename tarval to ir_tarval
2010-10-06 Matthias Braunremove irsimpletype stuff (unused/broken)
2010-10-06 Matthias Braunforbid calls of new_XXX and new_d_XXX when not in phase...
2010-06-21 Matthias Braunmove VTABLE_NUM_NOT_SET constant to public header
2010-06-16 Matthias Braunfix some bugs that prevented repeated calling of ir_ini...
2010-05-21 Michael BeckUpdated for new libFirm: array types have an entity...
2010-05-21 Matthias Braunsimplify confusing entity/owner interfaces. There is...
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
next