methods need no offset
[libfirm] / ir / tr / type.c
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...
2007-07-06 Michael Beckfixed indentation, minor code improvements
2007-06-01 Matthias Braunmoved external headers into include dir
2007-04-27 Michael BeckChanged header
2007-04-27 Christian Würdigadded new licence header
2007-04-06 Matthias Brauncheck that alignment of frame_type is set before using...
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...
2006-12-13 Michael Beck- renamed access offset functions\n- renamed entity...
2006-10-05 Michael BeckMade frame types final classes.
2006-09-20 Michael Beckget_entity_repr_class() added, needed to get a class...
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-07-31 Michael Beckchanged enum type again: dynamic addition of constants...
2006-07-31 Michael Beckchanged implementation of enum types
2006-07-01 Michael BeckFixed indentation
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-01 Michael BeckBugFix: all flags where deleted when layout state was set
2006-05-31 Michael Beckrenamed get_peculiarity_string() to get_peculiarity_name()
2006-05-31 Michael BeckAdd interface and abstract flags to class types.
2006-05-19 Michael Beckadded vtable size attribute to class types
2006-05-09 Michael Beckfixed memory leak
2006-03-22 Christoph MallonBugged a fix
2006-03-22 Michael BeckBugFix: used tp instead of frame_type
2006-03-22 Michael Beckframe_alloc_area() added
2006-03-05 Michael Beckclean up code
2006-03-03 Michael BeckBugFix: = was erronously used instead of ==
2006-02-21 Michael Beckfixed the type of the type number
2006-02-20 Michael Beckadded missing initialization
2006-02-14 Michael Becktypo fixed
2006-02-14 Michael Beckadd type flags replacing old frame_type and type state...
next