normalize/fix ProjM numbers, avoid dead code in some instances
[libfirm] / ir / stat /
2008-05-18 Michael Beckadd missing DBG_OPT calls
2008-05-12 Michael Beckadd missing dbg hooks for boolean simplifications
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-05-05 Michael Beckmissing entry added
2008-04-29 Michael Beckfix 64bit warnings
2008-04-29 Michael Beckfix 64bit warnings
2008-04-03 Matthias Braunfix warnings
2008-04-02 Michael Beckfixed Win32 build
2008-03-29 Matthias Braunfix check for posix realtime extensions
2008-02-13 Matthias Braunrename timing* to stat_timing* to avoid name clashes
2008-01-02 Michael Beckupdate copyright message
2007-11-22 Sebastian HackChanged phase node initializer to take const ir_node
2007-11-22 Michael Beckadd statistic to runtime call mapper
2007-11-21 Michael Beckadd Abs(-x) = Abs(x)
2007-11-05 Matthias Braunanother fix for disable statistics
2007-11-03 Matthias Braunfix compilation with statistics disabled
2007-10-10 Michael Beckcount executed optimization
2007-10-10 Michael Beckadded statistic events for Cmp optimizations
2007-10-05 Michael Beckpreliminary added missing *stat_ev_int()
2007-09-15 Sebastian HackFixed a "bug"
2007-09-14 Michael Becka & (a ^ b) ==> a & ~b added
2007-09-14 Michael Beck- added DBG_OPT for various transformations
2007-09-13 Michael Beckadd DeMorgan rules that reduce the number of instructions
2007-09-13 Michael Beckadded -(x >>u 31) and -(x >>s 31)
2007-09-13 Michael Beckadd more algebraic optimizations
2007-09-12 Michael Beckadd code to let it compile under _Win32 (x86)
2007-09-10 Sebastian HackImproved statev stuff:
2007-08-31 Michael Beck- C99 features removed
2007-08-30 Matthias Braunadd support to print some events in a human readable...
2007-08-20 Michael BeckAdd - (a - b) = b - a transformation
2007-08-17 Sebastian HackMinor changes
2007-07-23 Michael BeckFS_OPT_FP_INV_MUL added
2007-07-19 Matthias Braunuse automake instead of homebrewn makefiles
2007-07-19 Matthias Braunfix for disabled statistics
2007-07-11 Sebastian HackAdded an if around a critical place
2007-07-11 Michael Beckremoved character modes, use integer modes instead
2007-07-10 Michael BeckAdd ~x + 1 = -x algebraic simplification
2007-07-10 Michael BeckAdd ~(x-1) = -x algebraic simplification
2007-07-10 Michael BeckAdd -(~x) = x + 1 algebraic simplification
2007-07-09 Michael Beckadd optimizations for Or,And,Eor and Shift
2007-07-06 Michael Beckmissing include added
2007-06-30 Matthias Braunmakefile updates
2007-06-21 Sebastian HackAdded statistic events
2007-06-18 Matthias Braunfixed warnings
2007-06-01 Matthias Braunmoved external headers into include dir
2007-05-11 Christian WürdigBugFix: pass dumper object instead of FILE pointer
2007-04-29 Michael Beckupdated Header
2007-04-27 Christian Würdigadded new licence header
2007-04-19 Christian Würdigfixed signed vs unsigned warning
2007-04-06 Christoph MallonRemove the obsolete .cvsignore files.
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-29 Michael Becknewer version (still seems to be buggy)
2007-03-02 Michael Beckadd dumper for call parameter disatribution table
2007-03-02 Michael Beckanalyse kind of Call parameters
2007-03-02 Michael Beckstat_get_count_distrib_tbl(): uses now counter_t for...
2007-03-02 Michael BeckZERO_CNT initializer added
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-15 Matthias Braunmissing #include config.h
2006-12-13 Michael Beckrename type entity into ir_entity
2006-12-13 Michael Beckfixed output
2006-12-06 Michael Beckformat the code
2006-11-27 Michael BeckFixed a really nasty bug when computing the hash value...
2006-11-23 Michael BeckFixed pattern load/store but
2006-11-22 Michael Beckupdated doxygen docu
2006-11-22 Michael Beckcomments updated
2006-09-13 Matthias Braunwarning fixes
2006-09-08 Matthias Braunwarning fixes
2006-08-01 Christoph MallonMake parameter list void
2006-06-30 Michael BeckFS_OPT_CONST_PHI added
2006-06-28 Michael BeckAdd Sub(Sub(x, y), b) -> Sub(x, Add(y,b)) Transformation
2006-05-19 Christian Würdigadded ability to register additional dumper functions...
2006-05-18 Michael Beckstat_strength_red() updated
2006-05-18 Michael Beckremoved useless includes
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-18 Christian Würdigfixed chain/cycle distribution statistic output
2006-04-11 Christian Würdigextended permutation statistics
2006-04-11 Michael Beckstat_be_block_regpressure() and stat_be_block_ready...
2006-04-11 Michael Beckrenamed cnt_to_int() into cnt_to_uint()
2006-04-11 Christian Würdigmade cnt_to_int unsigned
2006-04-11 Christian Würdigadded cnt_to_int function for counter
2006-04-11 Christian Würdigadded get_count function for distribution tables
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-10 Christian Würdigadded 0 and 1 counter
2006-04-10 Christian Würdigfixed indents
2006-04-10 Christian Würdigadded average calculation of distribution table
2006-04-08 Christian Würdigfixed scheduling statistics
2006-04-08 Christian Würdigadded statistics for scheduling
2006-04-08 Christian Würdigadded environment pointer for distribution table iteration
2006-04-07 Christian Würdigmoved reg pressure statistics into sepearete be_block_hash
2006-04-07 Christian Würdigadded register pressure statistics
next