becopyopt: Remove the unnecessary attribute name from struct copy_opt_t.
[libfirm] / ir / tr / type.c
2012-12-12 Matthias Braunremove license stuff from files
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-03 Christoph Malloncleanup: Remove pointless assert(is_${NODE}(x)) just...
2012-11-24 Christoph Mallontr: Remove if from set_type_size(), which would lead...
2012-10-24 Matthias Braunreorgranize method properties
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-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 unnecessary comments before functions
2011-12-07 Matthias Braundon't change size for spillslots because of align.
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-09-27 Matthias Braunfix frame_alloc_area not setting a type size
2011-09-08 Matthias BraunChange "associated type" logic to a single linked list...
2011-08-22 Matthias Brauna const parameter is enough for get_method_XXX()
2011-08-05 Matthias Braunrework taking of parameter addresses
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-04-24 Michael BeckFixed some size_t related warnings.
2011-04-20 Andreas ZwinkauRemove type lower functions from API
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-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-01-28 Michael BeckFixed more size_t related warnings.
2011-01-06 Michael BeckFixed some 64bit warnings because of mixing size_t...
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 Braunforbid calls of new_XXX and new_d_XXX when not in phase...
2010-06-16 Matthias Braunfix some bugs that prevented repeated calling of ir_ini...
2010-05-25 Matthias Braunchange firm API so the firm_parameter_t struct becomes...
2010-05-21 Matthias Braunsimplify confusing entity/owner interfaces. There is...
2010-05-03 Matthias Braunfix a bunch of warnings reported by cparser
2010-03-16 Matthias Braunallow unnamed structs
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-04 Matthias Braun- representing the 3-state visibility (default,local...
2010-02-03 Matthias Braunfix some assertions; correctly handle weak symbols
2010-02-03 Matthias BraunRework linkage types in firm.
2010-01-22 Matthias Braunadd a default_layout_compound_type; the backend layouts...
2010-01-15 Christoph Mallonstruct types still require names.
2010-01-13 Matthias Brauncleanup and fix some bugs in ir reader/writer
2010-01-05 Matthias BraunPrimitive, Pointer, Array and Method types are anonymou...
2010-01-02 Matthias Braunreally remove type_id
2009-12-29 Matthias Braunmove compound_graph path stuff into own files and add...
2009-08-24 Sebastian BuchwaldSummary is not a doxygen tag
2009-06-01 Matthias Braunfix a bunch of bugs in my last commit (no idea why...
2009-06-01 Matthias BraunRework Block labels: They are entities now so we don...
2009-04-06 Michael Beck- constify
2009-02-21 Moritz KrollFixed set_method_value_param_type()
2009-02-21 Moritz Krollirio: Fixed handling of frame types and value types
2009-01-20 Michael Beck- renamed variadicity to ir_variadicity
2008-11-28 Christoph MallonUnconditionally include string.h
2008-11-28 Christoph MallonUnconditionally include stdlib.h.
2008-11-27 Moritz KrollRemoved mode parameter from Const and Const_type constr...
2008-11-14 Matthias Braunrename mangling stuff to avoid name clashes
2008-10-27 Michael Beck- more irp_resource_reserved()
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...
next