fixed doxygen output
[libfirm] / ir / stat /
2004-11-18 Michael BeckAdded status to the dumper struct
2004-11-17 Michael Beckmoved the status dumper to stat_dmp
2004-11-11 Michael BeckNeed external
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 flags for graph characterization: leaf, recursive...
2004-10-06 Michael BeckAdded graph identifiction: leaf, recursive, chain
2004-10-06 Michael BeckAdded cnt_eq() and cnt_gt() to compare conters with...
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-30 Michael Beck*_nodes_Block -> *_nodes_block
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-09-02 Michael Beckrenamed tarval function for new naming scheme
2004-08-13 Beyhannormalized names of functions, enums ...
2004-07-27 Michael Beckinvisible line style for ordering edges
2004-07-20 Götz Lindenmaierbugfix for undefined state
2004-07-20 Michael Beckadded option bitmask to init function
2004-07-20 Michael Beckremoved single node pattern
2004-07-20 Michael Beckadded mode_code parameter to edges
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-30 Michael Beckused right include for memset
2004-06-29 Michael Beckstdlib.h include added
2004-06-29 Michael BeckAdded block info calculation (output only in .txt file...
2004-06-29 Michael Beckadded ump_new_pattern, finish_new_pattern
2004-06-25 Michael BeckAdded pattern_dmp to separate the pattern dumper
2004-06-22 Michael Beckfirst working version of pattern history
2004-06-22 Michael Beck*** empty log message ***
2004-06-22 Michael Beckadded pattern history
2004-06-22 Michael Beckremoved counter, added pattern_history, added enable...
2004-06-22 Michael BeckAdded cnt_cmp() function
2004-06-21 Michael Beckmoved counter functions to own file
2004-06-15 Michael BeckNew inlining schema implemented:
2004-06-08 Michael BeckMore functionality added
2004-06-01 Matthias Heilfixed typo (stat_dead_node_elim_start -> ..._stop)
2004-06-01 Michael Beckpattern.c is included only if statistics is enabled
2004-06-01 Michael BeckAdded
2004-06-01 Michael Beckadd pattern.c
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