Fixed default modes, all members must be initialized.
[libfirm] / ir / tr /
2003-04-10 Till RiedelFirst part of commit removing xprintf to make later...
2003-04-04 Michael BeckMore doxygen documentation added.
2003-03-28 Götz Lindenmaierfurther adaptions in irmode.h
2003-03-26 Götz LindenmaierAdapted to changes in tv and irmode
2003-03-25 FIRM Projekt Accountadded test whether constant entity belongs to descripti...
2003-03-25 FIRM Projekt AccountAdded initialization of fields
2003-03-25 Michael BeckChecks now for "const not on const graph" problem
2003-03-25 Michael Becktr_vrfy() checks now for "const not n cost IRG" problem
2003-03-25 Götz Lindenmaierbugfixes
2003-03-24 Götz LindenmaierAdded test whether constants are on proper obstack
2003-03-11 Götz Lindenmaierbugfix: free_entity removed entity that still was...
2003-02-28 Götz Lindenmaierequal types compares idents, not strings
2003-02-27 Michael BeckMore doxygen comments. get_compound_*() functions added...
2003-02-26 Michael BeckFixed type_walk_irg() function: Must set current_ir_graph !
2003-02-25 Götz LindenmaierFixed entity_nr in copy methods
2003-02-24 Götz LindenmaierRemoved comment within ifdef
2003-02-19 Till Riedelinit nr field for debug dump output
2003-02-18 Götz LindenmaierChanged type_walk_irg: now visits frame type.
2003-02-18 Michael BeckMore doxygen docu.
2003-02-18 Michael BeckTypo fixed
2003-02-18 Michael BeckChecks wheater names contains spaces (not allowed in...
2003-02-17 Michael BeckFixed prototypes to compile with -Wstrict-prototypes.
2003-02-04 Michael BeckConverted comments to doxygen
2003-02-04 Michael BeckConverted comments to doxygen
2003-02-04 Michael BeckMore doxygen comments
2003-02-04 Michael BeckMore doxygen comments
2003-02-03 Michael Beckfixed doxygen comments
2003-02-03 Michael BeckFixed doxygen comments
2003-02-03 Michael BeckMore doxygen comments
2003-02-03 Michael Beckconverted comments to doxygen
2003-01-31 Michael Beckdoxygen comments added
2003-01-31 Michael BeckMore doxygen comments
2003-01-31 Michael BeckMore doxygen comments
2003-01-31 Michael Beckmore doxygen comments
2003-01-31 Michael BeckMore doxygen comments
2003-01-31 Michael Beckconverted comments to doxygen
2003-01-31 Michael BeckConvert comments to doxygen
2003-01-31 Michael BeckFixed comments and convert them to doxygen.
2003-01-30 Götz Lindenmaiernew.
2003-01-30 Götz Lindenmaierremoved warnings
2003-01-14 Michael BeckTypo fixed.
2003-01-14 Michael BeckConvert field descriptions into doxygen style comments.
2003-01-14 Sebastian Hackadded flag variadicity to type method
2003-01-14 Michael BeckFixed doxygen docu.
2003-01-13 Michael BeckFixed Prototypes: Must use function pointers
2003-01-13 Sebastian Felisadded doxygen comments
2002-12-30 Götz LindenmaierChanged assertin in set_ent_visibility.
2002-12-19 Götz LindenmaierRemoved bool.h, replaced by stdboo.h
2002-12-19 Götz LindenmaierAdded static to many static routines
2002-11-26 Matthias HeilModi umbenannt
2002-11-05 Götz Lindenmaiersyntactic changes for jni generator / crecoder
2002-11-04 Götz Lindenmaiernormalized various syntactic constructs for firm jni.
2002-10-30 Götz LindenmaierBugfix
2002-10-30 Götz LindenmaierAdded new flag for marameters to allocation enum
2002-10-28 Götz LindenmaierBugfix
2002-10-09 Götz LindenmaierAdded access routines to external variables.
2002-09-26 Götz Lindenmaierfixed bug
2002-09-26 Götz Lindenmaieradded debug support constructors
2002-09-11 Götz Lindenmaierremoved entity_visited flag - use type_visited instead
2002-09-02 Götz LindenmaierAdded walker to walk entities within a type
2002-08-23 Boris Boeslercompileable with -Wall and bugfixing
2002-08-22 Götz LindenmaierAdd access functions to entity visited flag,
2002-08-07 Götz Lindenmaierfreeing types, otehr stuff i don't remember
2002-07-18 Götz Lindenmaierimplemented typecheck, called in inline_method.
2002-07-17 Boris Boesler*** empty log message ***
2002-07-11 Götz LindenmaierNormalisierung der Zugriffsfunktionen,
2002-07-05 Götz LindenmaierCode review to compile with -ansi
2002-07-03 Götz LindenmaierAvoiding more warnings.
2002-07-03 Götz LindenmaierChanges to avoid compiler warnings.
2002-06-28 Götz LindenmaierAdded support for prculiarity "inherited"
2002-06-25 Florian LiekwegAdded iro_InstOf operator --flo
2002-06-19 Götz LindenmaierAdded interprocedural view.
2002-06-18 Boris Boesler*** empty log message ***
2002-06-18 Götz LindenmaierIt makes no sense to assert on a get, the default...
2002-06-11 Götz Lindenmaierremovde unused var
2002-06-06 Götz Lindenmaierbugfix in add_entity_val
2002-05-15 Götz LindenmaierNew constant array constructor.
2002-04-23 Götz LindenmaierImplemented debug support.
2002-04-22 Florian Liekwegadded ir/ana and ir/st to Makefile.in --flo
2002-04-16 Boris Boeslerentity.c: bug fix
2002-04-11 Götz LindenmaierAdded overwrittenby relation: inverse of overwrites...
2002-03-19 Götz Lindenmaier*** empty log message ***
2002-03-19 Götz Lindenmaier*** empty log message ***
2002-03-19 Götz LindenmaierAdded flag "peculiarity" to entity.h, type.h.
2002-02-22 Götz Lindenmaier irgopt: inline_small_irgs implemented
2002-02-14 Götz Lindenmaierminor changes to help with making the ajacs-jikes backend
2002-01-31 Götz Lindenmaier New directory: ana for analyses. Adapted configure...
2002-01-22 Götz Lindenmaiera
2001-12-21 Götz LindenmaierAsserts in irvrfy that verify the mode of Proj nodes...
2001-12-20 Götz Lindenmaier Some access routines for visited flags in entity...
2001-12-17 Boris Boeslerthis file is not needed
2001-12-10 Götz LindenmaierAdded support for constant entities. A new example...
2001-12-03 Götz Lindenmaierextended "coCV
2001-11-28 Boris Boesleradded Id tag
2001-11-19 Götz Lindenmaier Addded method to replace in array os a node in irnode
2001-11-09 Boris Boesler*** empty log message ***
2001-11-07 Götz Lindenmaiercomments added
2001-10-19 Boris Boeslerrenamed get_type_nameid to get_type_ident
2001-09-19 Boris Boesleradded new function to traverse the type and entity...
2001-08-29 Götz Lindenmaier*** empty log message ***
next