don't mention LIBCORE in public headers
[libfirm] / include / libfirm / firmstat.h
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