becopyheur2: Cache the admissible registers eagerly.
[libfirm] / ir / tr /
2012-12-12 Matthias Braunremove license stuff from files
2012-12-12 Christoph Mallontr: Remove unnecessary test.
2012-12-12 Christoph Mallondocumentation: Remove explicit filename after @file.
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-12 Christoph Mallontr: Add and use new_type_segment().
2012-12-04 Matthias Braunremove Cast node
2012-12-04 Matthias Braunremove class cast optimization
2012-12-03 Christoph Malloncleanup: Remove pointless assert(is_${NODE}(x)) just...
2012-11-26 Matthias Braunremove a bunch of pointless asserts for non-NULL pointers
2012-11-26 Matthias Braunmove all inline #defines to the begin of their headers
2012-11-24 Christoph Mallontr: Remove if from set_type_size(), which would lead...
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-07-13 Christoph MallonAdd wrapper macros for pset_first() and pset_next(...
2012-07-13 Christoph MallonLet foreach_set() declare the iterator variable.
2012-07-13 Christoph MallonAdd the return type as parameter to the macros set_find...
2012-07-13 Christoph MallonUse foreach_set() instead of reimplementing it.
2012-06-14 Christoph MallonRemove compound path initializers.
2012-05-04 Matthias Braunimprove entity verifier
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
2012-04-21 Christoph MallonMake new_type() static.
2012-03-12 Matthias Braunsupport for variable sized compound/array types
2012-01-19 Matthias Braunfix frame_alloc_area not always updating alignment
2012-01-18 Andreas Zwinkaucondition instead of assert
2012-01-18 Andreas Zwinkaucondition instead of assert
2012-01-10 Matthias Braundo not cache types in global variables
2011-12-21 Matthias Brauntyperep: freeing a type frees contained entities
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 class_inheritance verifier
2011-12-14 Matthias Braunmove set_entity_irg to private API
2011-12-14 Matthias Braunhashptr.h: use inline functions instead of #define
2011-12-14 Matthias BraunMove current_ir_graph from ir_graph to ir_cons
2011-12-14 Matthias Braunremove unnecessary comments before functions
2011-12-07 Matthias Braundon't change size for spillslots because of align.
2011-11-17 Matthias Braundifferntiate entity kinds
2011-11-17 Matthias Brauntype list fixes
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-10-27 Matthias Braunremove a bunch of comments marking end of blocks
2011-09-27 Matthias Braunfix frame_alloc_area not setting a type size
2011-09-15 Sebastian BuchwaldFixed inconsistent uses of DEBUG_ONLY.
2011-09-08 Matthias BraunChange "associated type" logic to a single linked list...
2011-09-06 Matthias Braunremove has_compound_ret_parameter, we already had cc_co...
2011-08-22 Matthias Brauna const parameter is enough for get_method_XXX()
2011-08-15 Matthias Braunimplement aggregate returns according to sparc ABI
2011-08-10 Matthias Braunallow setting primitive type size so we can model thing...
2011-08-05 Matthias Braunrework taking of parameter addresses
2011-08-04 Matthias Brauncall hook_new_entity after copying entity so the firm...
2011-08-04 Matthias Braunsplit irg and irp resources, add IRP_RESOURCE_TYPE_LINK
2011-06-24 Andreas ZwinkauMerge Fix: Spills have ProjMs now
2011-06-21 Matthias Braunfix more cparser warnings, cleanup some libcore code
2011-05-30 Christoph MallonUse XMALLOCF*().
2011-05-27 Sebastian BuchwaldFixed some warning about unused variables.
2011-05-10 Christoph MallonUse simple assignment instead of memcpy() when possible.
2011-04-25 Michael BeckBugFix: fixed broken refactoring, associated link canno...
2011-04-24 Michael BeckFixed some size_t related warnings.
2011-04-20 Andreas ZwinkauRemove type lower functions from API
2011-04-20 Andreas ZwinkauUse get_type_[un]lowered instead of get_associated_type
2011-04-20 Andreas ZwinkauHandle chains of lowerings correctly
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-30 Matthias Braunremove the deprecated and unused construct of a value_r...
2011-03-30 Matthias Braunremove names from parameters of method_types - it is...
2011-03-30 Matthias Braunremove pointless first_variadic_param attribute from...
2011-03-16 Eduard Frankmethods need no offset
2011-03-15 Michael BeckMake remove_compound_member() an official API method.
2011-03-15 Michael BeckImproved 21ff67fb03f6a597f78ea76b77af206d8ad17e1a.
2011-03-14 Julian OppermannFix polymorphic entity lookup in case method entities...
2011-03-14 Julian OppermannDisabled broken check on the inheritance representation.
2011-03-09 Christoph MallonFix typos in comments: s/it's/its/ and related corrections.
2011-03-03 Michael BeckFixed size_t related warnings.
2011-03-01 Michael BeckFixed size_t related warnings.
2011-03-01 Michael BeckFurther pushed size_t: ir_initializer_t uses size_t...
2011-02-17 Michael BeckFixed iterations broken with size_t refactoring.
2011-02-11 Michael BeckFurther spread size_t.
2011-02-11 Michael BeckRemoved C99 feature.
2011-02-09 Matthias Braunfurther spread size_t (all warnings on linux/gcc fixed)
2011-02-09 Michael BeckFurther spread size_t.
2011-02-08 Matthias Braunfurther spread size_t
2011-01-28 Michael BeckFixed more size_t related warnings.
2011-01-24 Michael BeckFixed a lot of size_t related warnings, most of them...
2011-01-08 Matthias Braunadd type verifier: entities in global types must have...
2011-01-06 Michael BeckFixed some 64bit warnings because of mixing size_t...
2010-11-17 Matthias Braunadd entity_has_ld_ident function
2010-11-04 Matthias Braunfix for c++ commit
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-28 Matthias Braunremove set_.*_member type functions, as you can too...
2010-10-08 Matthias Braunrename tarval to ir_tarval
2010-10-08 Matthias Braunfix wrong types
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-10-06 Matthias Braunfix trailing whitespaces and tabulators in the middle...
2010-08-12 Matthias Braunidentifiers starting with _ are reserved; remove this...
2010-07-28 Matthias Braunno unnecessary and cryptic abreviations: rename vrfy...
2010-07-15 Matthias Braunchange backend node specification to use whole words...
next