prefer arithmethic over pointer constants
[libfirm] / ir / opt / reassoc.c
2006-06-29 Michael Beckprefer arithmethic over pointer constants
2006-06-14 Michael BeckBugFix: SubI(P,P) cannot be transformed into an Add
2006-05-18 Michael Beckrenamed CONST_EXPR into REGION_CONST (a la OSR)
2006-03-30 Christian Würdigwrapped debugging modules with DEBUG_ONLY
2006-03-28 Michael Beckused new FIRM_DBG_REGISTER macro
2006-02-22 Michael BeckAdded a work around for reassociations that are "transl...
2005-12-23 Michael BeckBugFix: apply (a-b)*c --> a*c - b*c only in the mode...
2005-10-19 Michael Beckrefactored for ir_op_ops
2005-06-30 Michael Beckadded assertion if reassociation() is called with nodes...
2005-06-17 Michael Beckfixed loop-invariant nodes: Bad nodes are always loop...
2005-05-27 Michael BeckUpdated: detects loop-invariant codes and handles this...
2005-02-14 Michael BeckDisabled debug
2005-02-10 Sebastian HackFixed a bug.
2005-02-10 Sebastian HackIntroduced proper Firm debugging.
2005-01-11 Michael Beckused new hooks instead of firmstat
2004-12-23 Michael Becktypos fixed
2004-12-02 Michael Beckfixed config.h include
2004-11-16 Beyhanimproved strength reduction
2004-11-08 Michael BeckAdded statistic code
2004-11-03 Michael BeckFixed some border cases:
2004-10-28 Michael BeckImproved Sub rule
2004-10-26 Michael BeckReassoiation optimization added