renamed is_subclass* to is_SubClass*, is_superclass* to is_SuperClass* as is newer...
[libfirm] / ir / tr / tr_inheritance.c
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