Use foreach_pset().
[libfirm] / ir / stat / stat_dmp.c
2012-07-13 Christoph MallonUse foreach_pset().
2012-06-13 Matthias Braunremove extended basic block support
2011-12-14 Matthias Braunmove iterator/fourcc to private API
2011-12-06 Christoph MallonUse ARRAY_SIZE(x) and size_t instead of sizeof(x) ...
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-04-08 Andreas Zwinkaumerge kaps
2011-02-09 Matthias Braunfurther spread size_t (all warnings on linux/gcc fixed)
2011-01-19 Christoph MallonCorrect signed/unsigned mismatches due to size_t.
2011-01-18 Michael BeckFixed some size_t related warnings.
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-09-06 Matthias Braunremove Abs node, backends can match the abs patterns...
2010-05-19 Matthias Braunmove util.h to private API, harmonize SIZ(array) vs...
2010-05-03 Matthias Braunfix a bunch of warnings reported by cparser
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2009-07-15 Sebastian Buchwaldcondeval is called jump threading now
2009-05-08 Michael Beck- changed handling of Mux nodes: these are now optimize...
2009-01-14 Michael Beck- add support for cond_eval statistics
2009-01-03 Michael Beck- add intrinsic lowerer for strcpy(), mempcpy(), memmov...
2008-10-24 Michael Beck- fixed output
2008-10-24 Michael Beck- add a hook for normalizing a node
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-10 Michael Beck- detect non-strict functions
2008-08-26 Michael Beckmore DBG_OPT cases
2008-08-26 Michael Beckfixed meanings of optimizations
2008-08-19 Michael Beckadd first statistic support for GVN-PRE and combo
2008-08-14 Michael Beckadded FS_OPT_SUB_TO_NOT and FS_OPT_SUB_TO_CONV
2008-08-02 Michael Beckrevised equivalent_node() functions:
2008-06-06 Michael Beckrenamed node type Rot to Rotl to make clear that this...
2008-05-18 Michael Beckadd missing DBG_OPT calls
2008-05-12 Michael Beckadd missing dbg hooks for boolean simplifications
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-03 Matthias Braunfix warnings
2008-01-02 Michael Beckupdate copyright message
2007-11-22 Michael Beckadd statistic to runtime call mapper
2007-11-21 Michael Beckadd Abs(-x) = Abs(x)
2007-10-10 Michael Beckcount executed optimization
2007-10-10 Michael Beckadded statistic events for Cmp optimizations
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-08-20 Michael BeckAdd - (a - b) = b - a transformation
2007-07-23 Michael BeckFS_OPT_FP_INV_MUL added
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-18 Matthias Braunfixed warnings
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-03-29 Matthias Braunmove backend into libfirm
2007-03-02 Michael Beckadd dumper for call parameter disatribution table
2007-01-17 Michael Beckadded Load/Store addres counter
2006-12-13 Michael Beckfixed output
2006-12-06 Michael Beckformat the code
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-04-28 Michael Beckdon't create extended block info for const code irg
2006-04-18 Christian Würdigfixed chain/cycle distribution statistic output
2006-04-11 Christian Würdigextended permutation statistics
2006-04-11 Michael Beckrenamed cnt_to_int() into cnt_to_uint()
2006-04-11 Christian Würdigadded cnt_to_int function for counter
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ürdigfixed indents
2006-04-08 Christian Würdigfixed scheduling 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-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
2005-09-12 Michael BeckAdded extended block statistic
2005-06-30 Michael Beckcheck file handle, so it does not crash if the file...
2005-06-22 Michael Beckadded new flags for arithmetic simplifivations
2005-06-21 Michael Beckmake opt_names more rebust, added more flags
2005-06-17 Michael Beckdump information for float constants
2005-06-06 Michael Beckadded dumping of constant tables
2005-06-06 Michael Beckadded dumper for the const_tbl
2005-04-15 Götz LindenmaierChanged comments,
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-02-24 Michael Beckadded code for if-conversion
2004-12-28 Michael Beckfixed typos
2004-12-21 Michael Beckdags implemented, ProjM, COUNT_DELETED
2004-11-17 Michael Beckmoved the status dumper to stat_dmp