interface changed: outfile is transmitted to the isa, not to the code generators
[libfirm] / ir / be / ia32 / ia32_optimize.c
2006-04-02 Michael Beckinterface changed: outfile is transmitted to the isa...
2006-03-31 Michael Beckremoved IncSP schedule before me work-around (did not...
2006-03-31 Christian Würdigfixed addressmode
2006-03-31 Christian Würdigfixed addressmode bug
2006-03-31 Michael Beckfixed peephole optimization for IncSP nodes
2006-03-30 Michael Beckpreliminary peephole optimizer for IncSP added
2006-03-30 Christian Würdigwrapped debugging modules with DEBUG_ONLY
2006-03-29 Christian Würdigremoved some unused variables and functions
2006-03-28 Christian Würdigfixed symconsts in address mode
2006-03-28 Christian Würdigfixed spill lowering
2006-03-27 Michael Beckadd support for x87 fp unit
2006-03-27 Christian Würdigfixed immediate operation handling
2006-03-24 Christian Würdigchanged ia32 attribute structure and switched to idents
2006-03-23 Christian Würdigclear remat flag in AM nodes
2006-03-23 Christian Würdigadded feature to register additional opcodes
2006-03-23 Christian Würdigfixed mode handling
2006-03-23 Christian Würdigadded peephole optimization for test/cmp
2006-03-18 Michael Beckreplaced == mode_P by mode_is_reference() call
2006-03-17 Christian Würdigfixed 8bit Store bugs
2006-03-16 Christian Würdigfixed conditional expr
2006-03-15 Christian Würdigfixed register requirements
2006-03-15 Christian Würdigfixed some minor bugs
2006-03-14 Christian Würdigcode cleanups
2006-03-13 Christian Würdigadded comments
2006-03-11 Christian Würdigremoved some unused variables
2006-03-10 Christian Würdigfixed frame entity handling in am optimizer
2006-03-09 Christian Würdigfixed some minor bugs
2006-03-07 Christian Würdigremoved unused variable
2006-03-03 Christian Würdigfixed some bugs
2006-03-02 Christian Würdigadded missing function
2006-02-27 Christian Würdigfixed addressmode support
2006-02-24 Christian Würdigfixed AM optimization
2006-02-24 Christian Würdigfixed comments
2006-02-24 Christian Würdigfixed some bugs concerning am_offs
2006-02-24 Christian Würdigadded attribute for load/store
2006-02-24 Christian Würdigfixed some bugs
2006-02-23 Christian Würdigfixed some bugs
2006-02-23 Christian Würdigadded adressmode support
2006-02-22 Christian Würdigimplemented new beabi interface
2006-02-21 Michael Beckuse maps to prevent teh generation of double types...
2006-02-06 Michael BeckInitializers for entities must be allocated on the...
2006-01-25 Christian Würdigadded optimization module
2006-01-25 Christian Würdigbackend specific optimization module added