Removed alternative assign: borders are too present in the stuff
[libfirm] / ir / stat /
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
2006-04-07 Christian Würdigadded addtitional ia32 backend statistics
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-03-07 Christian Würdigadded new optimization cases
2006-01-12 Michael Beck2 new cases added
2005-10-21 Michael Beckrenamed OPT_ENC_GRAPH into OPT_ENC_DAG
2005-10-21 Michael Beckremoved deleted hooks
2005-10-19 Michael Beckallow to set STAT_CNT_NUM before include
2005-10-06 Michael BeckBugFix: the recalc_cnts obstack must reside in a graph...
2005-09-12 Michael BeckAdded extended block statistic
2005-09-01 Michael Becked PTR_TO_INT() and INT_TO_PTR() macros for 64bit safety
2005-09-01 Michael Beckused HASH_PTR() now
2005-09-01 Michael Beckrenamed function (clashed with buildin)
2005-08-31 Michael Beckfixes for gcc 4.0: void * and pointer to function are...
2005-07-26 Götz Lindenmaierrenamed remove_outs,
2005-07-22 Michael Beckused irtools
2005-07-22 Daniel Grund*** empty log message ***
2005-07-20 Daniel Grundsome .cvsignore files
2005-06-30 Michael Beckcheck file handle, so it does not crash if the file...
2005-06-30 Michael Beckstat_dump_snapshot() now takes phase parameter
2005-06-30 Michael Beckbeware of 64bit constants, cannot be handled yet
2005-06-22 Michael Beckadded new flags for arithmetic simplifivations
2005-06-22 Michael Beckadded new flags for arithmetic simplifications
2005-06-22 Michael Beckuses new flags for arithmetic simplifications
2005-06-21 Michael BeckConfirm: detect a replacement by a Const
2005-06-21 Michael Beckmake opt_names more rebust, added more flags
2005-06-17 Michael Beckdump information for float constants
2005-06-17 Michael Becktypos fixed
2005-06-17 Michael Beckadded data for floating point constant statistics
2005-06-17 Michael Beckadded statistics for float constants
2005-06-15 Götz Lindenmaiercast to avoid warning
2005-06-07 Michael Beckinitial implementation of constant statistics
2005-06-06 Michael Beckadded constant table support
2005-06-06 Michael Beckfixed cnt_add() function, simplify and correctly docume...
2005-06-06 Michael Beckadded dumping of constant tables
next