more state handling
[libfirm] / ir / stat /
2005-04-15 Götz LindenmaierChanged comments,
2005-03-23 Michael Beckadded Florians Sel(Sel(..)) counter
2005-03-22 Michael Beckchanged interface for tail recursion
2005-03-14 Michael Beckadded data Phi in block counter
2005-03-14 Michael Beckadded dumper for real function call and tail rec optimi...
2005-03-14 Michael Beckadded counters for real function call optimizations...
2005-03-14 Michael Beckadded hook for real function call optimization
2005-03-14 Michael Becktypo fixed
2005-02-24 Michael Beckadded code for if-conversion
2005-02-10 Michael Beckupdated for new hooks
2005-01-11 Michael Beckinit_stat must be empty if statistics is not enabled
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 Becktypos fixed
2004-12-21 Michael Beckdags implemented, ProjM, COUNT_DELETED
2004-12-07 Michael BeckAdded DAG statistic calculation
2004-12-06 Michael BeckFixed configure: should work now in a build directory...
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-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