properly mark symbols in the public API to be exported. This allows us to use -fvisib...
[libfirm] / include / libfirm / firmstat.h
2010-05-20 Matthias Braunproperly mark symbols in the public API to be exported...
2009-08-24 Sebastian BuchwaldFixed more doxygen warnings and typos.
2009-08-23 Michael Beck- fixed pass manager
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-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 Beckremoved superfluous /*
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-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 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-06-01 Matthias Braunmoved external headers into include dir