cleanup: Remove pointless assert(is_${NODE}(x)) just before get_${NODE}_${FOO}(x...
[libfirm] / ir / tr / tr_inheritance.c
2012-12-03 Christoph Malloncleanup: Remove pointless assert(is_${NODE}(x)) just...
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.
2011-12-14 Matthias Braunremove class_inheritance verifier
2011-12-14 Matthias Braunhashptr.h: use inline functions instead of #define
2011-12-14 Matthias Braunremove unnecessary comments before functions
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-09-15 Sebastian BuchwaldFixed inconsistent uses of DEBUG_ONLY.
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-27 Sebastian BuchwaldFixed some warning about unused variables.
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-14 Julian OppermannFix polymorphic entity lookup in case method entities...
2011-02-11 Michael BeckFurther spread size_t.
2011-02-09 Matthias Braunfurther spread size_t (all warnings on linux/gcc fixed)
2011-02-09 Michael BeckFurther spread size_t.
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
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 Braunuse more IR_RESOURCE_TYPE_VISITED, remove pointless...
2010-02-03 Matthias BraunRework linkage types in firm.
2010-01-05 Matthias BraunPrimitive, Pointer, Array and Method types are anonymou...
2009-04-06 Michael Beck- constify
2009-04-06 Michael Beck- constify
2008-11-14 Matthias Braunrename mangling stuff to avoid name clashes
2008-10-14 Christoph Mallons/\<\(LC_\)\?INLINE\>/inline/.
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-09-22 Michael Beck- all visited flags use the ir_visited_t type now
2008-09-11 Christoph Mallons/get_irn_op(x) {==,!=} op_FOO/{,!}is_FOO(x)/.
2008-01-02 Michael Beckupdate copyright message
2007-11-16 Matthias Braunported to modern debug interface
2007-11-07 Michael Beck- removed useless spaces
2007-06-17 Matthias Braunfixed warnings
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-03-29 Matthias Braunmove backend into libfirm
2007-01-07 Michael Beckis_SubClass_of() check only once for transitive closure...
2006-12-13 Michael Beckrename type entity into ir_entity
2006-12-10 Matthias Braunadded several missing #include config.h
2006-10-12 Michael Beckresolve_ent_polymorphy() now can handle non-flat inheri...
2006-09-27 Michael Beckrestructured to allow easier debug
2006-01-13 Michael Beckrenamed all types 'type' to 'ir_type'
2005-12-25 Michael Beckrenamed is_subclass* to is_SubClass*, is_superclass...
2005-11-17 Michael Beckremoved bool type and depency from stdbool.h (not C89)
2005-08-31 Michael BeckFixes for GCC 4.0: void * and pointer to function are...
2005-08-14 Götz Lindenmaierbugfix
2005-07-21 Götz Lindenmaierbugfix
2005-07-06 Michael Becktypo fixed
2005-07-01 Götz Lindenmaieradded new check routines
2005-05-22 Götz Lindenmaierbugfix and output in transitive inheritance closure
2005-05-06 Michael Beckfixed type of visited flag and indentation
2005-04-29 Götz Lindenmaierclass cast states implemented
2005-04-04 Götz Lindenmaierbugfix in walking
2005-03-14 Michael Beckfixed the type of the walker flag
2005-03-14 Michael Beckremoved C99 constructs
2005-03-14 Götz Lindenmaiermoved stuff handling inheritance to an own file