added ia32 backend statistics
[libfirm] / ir / stat / firmstat.h
2006-04-05 Christian Würdigadded ia32 backend statistics
2006-04-04 Christian Würdigadded IA32 backend dbg statistics
2006-04-03 Michael Beckopt reasons updated
2006-01-12 Michael Beck2 new cases added
2005-09-12 Michael BeckAdded extended block statistic
2005-06-30 Michael Beckstat_dump_snapshot() now takes phase parameter
2005-06-22 Michael Beckadded new flags for arithmetic simplifications
2005-06-17 Michael Becktypos fixed
2005-06-06 Michael Beckrenamed stat_term() into stat_dump_snapshot()
2005-03-23 Michael Beckadded Florians Sel(Sel(..)) counter
2005-01-11 Michael Beckinit_stat must be empty if statistics is not enabled
2005-01-11 Michael Beckused new hooks instead of firmstat
2004-12-28 Michael Beckfixed typos
2004-12-21 Michael Becktypos fixed
2004-12-21 Michael Beckdags implemented, ProjM, COUNT_DELETED
2004-12-07 Michael BeckAdded DAG statistic calculation
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-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 Beckadded options to statistic functions
2004-08-13 Beyhannormalized names of functions, enums ...
2004-07-20 Michael Beckadded option bitmask to init function
2004-07-19 Michael Beckadded statistics for blocks
2004-07-09 Michael Beckfixed max value
2004-07-08 Götz Lindenmaiervarious changes to get firm faster
2004-07-08 Michael Beckadded constant for Read-After-Write optimization
2004-06-22 Michael Beck*** empty log message ***
2004-06-08 Michael BeckMore functionality added
2004-06-01 Matthias Heilfixed typo (stat_dead_node_elim_start -> ..._stop)
2004-06-01 Michael Becknodes count implemented
2004-05-27 Michael BeckAdded counters for inlining
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-04-19 Michael BeckInitial statistic implementations