remove #ifdef HAVE_CONFIG_Hs
[libfirm] / ir / stat / firmstat.c
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-10 Michael Beck- detect non-strict functions
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-09-11 Christoph Mallons/get_irn_op(x) {==,!=} op_FOO/{,!}is_FOO(x)/.
2008-08-26 Michael Beckdo NOT allocate an entry for Constants if they are...
2008-08-24 Michael Beckbetter count constants as operands of instructions
2008-08-24 Michael Beck- add QuotC
2008-05-07 Michael Beckdo not count Const/SymConst CSE
2008-05-07 Michael Beck- add dumping of indirect/external calls
2008-05-06 Michael Beckmark start end end blocks
2008-01-02 Michael Beckupdate copyright message
2007-10-10 Michael Beckcount executed optimization
2007-07-11 Michael Beckremoved character modes, use integer modes instead
2007-06-18 Matthias Braunfixed warnings
2007-04-29 Michael Beckupdated Header
2007-04-27 Christian Würdigadded new licence header
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-02 Michael Beckanalyse kind of Call parameters
2007-01-17 Michael Beckadded Load/Store addres counter
2007-01-16 Michael Beckrenamed type opcode to ir_opcode
2007-01-09 Michael BeckFixed a bad bug in stat_merge_nodes: was NOT counting...
2006-12-13 Michael Beckrename type entity into ir_entity
2006-12-06 Michael Beckformat the code
2006-11-27 Michael BeckFixed a really nasty bug when computing the hash value...
2006-11-22 Michael Beckupdated doxygen docu
2006-09-13 Matthias Braunwarning fixes
2006-08-01 Christoph MallonMake parameter list void
2006-05-19 Christian Würdigadded ability to register additional dumper functions...
2006-05-18 Michael Beckstat_strength_red() updated
2006-05-18 Michael Beckused assure_*() functions
2006-04-28 Michael Beckdon't create extended block info for const code irg
2006-04-27 Christian Würdigadded function to determine if statistics are active
2006-04-19 Christian Würdigremoved backend statistics hooks, functions are called...
2006-04-18 Christian Würdigadded comment
2006-04-11 Michael Beckstat_be_block_regpressure() and stat_be_block_ready...
2006-04-11 Christian Würdigadded inc and insert functions for distribution tables
2006-04-11 Christian Würdigchanged class name type from ident to const char*
2006-04-10 Christian Würdigadded permutations statistics
2006-04-08 Christian Würdigadded statistics for scheduling
2006-04-07 Christian Würdigmoved reg pressure statistics into sepearete be_block_hash
2006-04-07 Christian Würdigadded register pressure statistics
2006-04-03 Michael Beckopt reasons updated
2005-10-21 Michael Beckremoved deleted hooks
2005-10-06 Michael BeckBugFix: the recalc_cnts obstack must reside in a graph...
2005-09-12 Michael BeckAdded extended block statistic
2005-08-31 Michael Beckfixes for gcc 4.0: void * and pointer to function are...
2005-07-26 Götz Lindenmaierrenamed remove_outs,
2005-06-30 Michael Beckstat_dump_snapshot() now takes phase parameter
2005-06-21 Michael BeckConfirm: detect a replacement by a Const
2005-06-06 Michael Beckrenamed some functions to more canonical names
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 hook for real function call optimization
2005-02-24 Michael Beckadded code for if-conversion
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