updated for new hooks
[libfirm] / ir / stat / firmstat.c
2005-02-10 Michael Beckupdated for new hooks
2005-01-11 Michael Beckstat_finish must always exist
2005-01-11 Michael Beckused new hooks instead of firmstat
2004-12-28 Michael Beckfixed typos
2004-12-21 Michael Beckdags implemented, ProjM, COUNT_DELETED
2004-12-07 Michael BeckAdded DAG statistic calculation
2004-12-02 Michael Beckfixed config.h include
2004-12-01 Michael BeckFixed coloring of address expressions
2004-11-29 Michael Beckimplemented address calculation identification
2004-11-17 Michael Beckmoved the status dumper to stat_dmp
2004-11-10 Michael BeckAdded counter for calls
2004-11-08 Michael BeckAdded STAT_OPT_RC and STAT_OPT_POLY_CALL
2004-11-08 Michael BeckAdded statistic code for reassociation
2004-10-22 Michael Beckchanged architecture dependant function names
2004-10-14 Michael Beckenabled global output again
2004-10-06 Michael BeckAdded graph identifiction: leaf, recursive, chain
2004-10-04 Michael BeckAdded statistics hook for arch dependand opt
2004-10-04 Michael BeckAdded support for Mul/Div with constant detection
2004-09-30 Michael BeckAdded Read after Read optimization
2004-09-30 Michael Beckadded statistics for strenght reduction
2004-09-06 Michael BeckAdded support for DAG's and distribution tables
2004-09-02 Michael Beckforget one change :-(
2004-09-02 Michael Beckadded options to statistic functions
2004-08-13 Beyhannormalized names of functions, enums ...
2004-07-20 Götz Lindenmaierbugfix for undefined state
2004-07-20 Michael Beckadded option bitmask to init function
2004-07-19 Michael Beckadded statistics for blocks
2004-07-08 Michael Beckadded constant for Read-After-Write optimization
2004-06-29 Michael BeckAdded block info calculation (output only in .txt file...
2004-06-22 Michael Beckremoved counter, added pattern_history, added enable...
2004-06-15 Michael BeckNew inlining schema implemented:
2004-06-08 Michael BeckMore functionality added
2004-06-01 Michael BeckMore fixes :-(
2004-06-01 Michael BeckFixed compile WITHOUT statistics
2004-06-01 Michael Becknodes count implemented
2004-05-27 Michael BeckAdded counters for inlining
2004-05-27 Michael BeckFixed compiling without statistics
2004-05-27 Michael Beckadded hook for free_ir_graph(), explicitely transmit...
2004-05-26 Michael BeckAdded lowering hook
2004-05-26 Michael BeckMore functionality implemented, used pset for hash...
2004-05-17 Michael Beckconfig.h added
2004-04-19 Michael BeckInitial statistic implementations