some simple optimizations for execution speed
[libfirm] / ir / ana /
2004-02-27 Götz Lindenmaiersome simple optimizations for execution speed
2004-02-26 Götz Lindenmaieradded routines to free memory
2004-02-18 Andreas SchösserImplemented "compute_ip_outs" which computes out edges...
2004-01-20 Götz Lindenmaierlink field for debug
2004-01-19 Götz Lindenmaierbugfix: properly treat Unknown nodes
2004-01-16 Götz Lindenmaierfixed bug in construct_ip_... : not all nodes collected...
2004-01-15 Götz Lindenmaierdebug routine added
2004-01-15 Götz Lindenmaierimprovements for loop dumper
2004-01-14 Andreas SchösserWrote dumper for standalone loop trees
2004-01-13 Michael BeckMake C89 compatible
2003-12-19 Götz Lindenmaierfaster irn-loop access
2003-12-19 Götz Lindenmaier faster irn_loop access
2003-12-17 Götz Lindenmaierfreeing of loop information added
2003-12-15 Andreas SchösserCorrected creation of the loop tree:
2003-11-21 Michael BeckAdded config.h
2003-11-21 Michael BeckMake C89 compatible
2003-11-21 Michael Beckadded config.h
2003-09-05 Götz Lindenmaieranalyse array types better
2003-08-29 Götz Lindenmaiertypes for constants (optional)
2003-08-19 Michael BeckMake prefixes for most (hopefully all) enum values...
2003-08-19 Götz Lindenmaieradded copyright information
2003-08-19 Götz LindenmaierAdded copyright headers
2003-08-19 Michael BeckTypo fixed.
2003-07-25 Götz Lindenmaiermore verbose assertion
2003-07-11 Michael Beckfixed:
2003-06-26 Till RiedelWe now conform to iso-c99
2003-06-24 Till Riedelreturns after assert(0) inserted
2003-06-23 Till Riedeleliminated warnings
2003-05-01 Till Riedelremoved xprint stuff completely
2003-04-22 Götz LindenmaierChanges to make firmjni compatible
2003-04-17 Michael BeckDoxygen docu updated.
2003-04-10 Till RiedelFirst part of commit removing xprintf to make later...
2003-03-28 Götz Lindenmaierfixed bug
2003-03-27 Andreas SchösserRemoved separation of nodes and sons in ir_loop
2003-03-26 Götz LindenmaierAdapted to changes in tv and irmode
2003-03-25 Götz Lindenmaieradded header
2003-03-19 Götz LindenmaierAdded new compilation flags
2003-03-04 Götz LindenmaierChanged comments, formatting
2003-02-28 Götz LindenmaierAdded debug support
2003-02-26 Michael BeckRemoved german umlauts from comments, they sometimes...
2003-02-17 Michael BeckFixed prototypes to compile with -Wstrict-prototypes.
2003-02-04 Götz Lindenmaierremoved warnings
2003-02-04 Michael BeckConverted comments to doxygen
2003-02-04 Michael BeckConverted comments to doxygen
2003-01-31 Michael BeckMore doxygen comments
2003-01-31 Michael Beckcomments converted to doxygen
2003-01-31 Michael Beckconverted comments to doxygen
2003-01-30 Götz Lindenmaierremoved warnings
2003-01-27 Michael BeckFixed function pointer declarations (and make identical...
2003-01-13 Sebastian Felis*** empty log message ***
2002-12-19 Götz LindenmaierAdded static to many static routines
2002-12-13 Götz LindenmaierAdded routine to update backedge array if in array...
2002-11-26 Götz LindenmaierUmstellung der Modi,
2002-11-05 Götz Lindenmaiersyntactic changes for jni generator / crecoder
2002-11-04 Götz Lindenmaiernormalized various syntactic constructs for firm jni.
2002-09-11 Götz Lindenmaierisolated optimizations in cgana to run them separately.
2002-08-23 Boris Boeslercompileable with -Wall and bugfixing
2002-08-07 Götz Lindenmaier Implemented scc algorithm. Added datastructure to...
2002-07-18 Boris Boesler*** empty log message ***
2002-07-11 Götz LindenmaierNormalisierung der Zugriffsfunktionen,
2002-07-05 Götz Lindenmaierremoved debug output
2002-07-05 Götz LindenmaierCode review to compile with -ansi
2002-07-03 Götz LindenmaierChanges to avoid compiler warnings.
2002-07-03 Götz LindenmaierBugfix: If inherited entities impl was added before...
2002-06-28 Götz LindenmaierImproved support for multiple inheritance
2002-06-20 Götz LindenmaierAdded warning if method without implementation is called.
2002-06-19 Götz LindenmaierAdded interprocedural view.
2002-06-19 Götz LindenmaierAddded interprocedureal view.
2002-06-11 Götz Lindenmaierunused var removed
2002-04-26 Götz LindenmaierBugfix in get_Block_cfg_out: treatment of keep alive...
2002-04-16 Florian LiekwegAdded Exception marking support --flo
2002-03-18 Götz LindenmaierCan't remember ... comment?
2002-03-04 Götz Lindenmaier Bugfix in irdom.
2002-02-28 Götz Lindenmaierblock walk in irouts.
2002-02-14 Götz Lindenmaierminor changes to help with making the ajacs-jikes backend
2002-02-13 Florian Liekwegfixed bug in equivalent_node (store/store elimination...
2002-01-31 Götz Lindenmaier New directory: ana for analyses. Adapted configure...