remove #ifdef HAVE_CONFIG_Hs
[libfirm] / ir / tr / tr_inheritance.c
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