updated commments
[libfirm] / ir / be / ia32 / ia32_optimize.c
2006-05-11 Christian Würdigupdated commments
2006-04-27 Christian Würdigfixed am
2006-04-27 Christian Würdigfixed am candidate function
2006-04-25 Michael BeckFixed output for x87 instructions with Const input...
2006-04-24 Christian Würdigfixed addressmode
2006-04-21 Christian Würdigcheck if load/store can cosume the lea before consuming it
2006-04-21 Christian Würdigfixed address mode optimization
2006-04-21 Christian Würdigfixed addressmode
2006-04-21 Christian Würdigmade address mode optimizer more modular
2006-04-12 Michael Beckdeactivate IncSP peephole optimization, crashes HeapSort
2006-04-11 Christian Würdigadded blank lines
2006-04-11 Michael BeckFixed Push with immediate creation
2006-04-11 Christian Würdigfixed am optimizer
2006-04-11 Michael BeckBugFixes:
2006-04-11 Christian Würdigfixed am optimizer
2006-04-11 Christian Würdigfixed Source AM
2006-04-11 Michael Beckadd a memory input to all constants, needed for the...
2006-04-07 Michael Beckused new "outs" feature
2006-04-07 Christian Würdigadded addtional statistics
2006-04-06 Michael BeckHandle new ia32_isa_t type
2006-04-05 Christian Würdigadded ia32 optimization options libcore conform
2006-04-04 Christian Würdigskip optimized IncSPs
2006-04-04 Christian Würdigadded CJmp statistics
2006-04-04 Christian Würdigfixed address mode
2006-04-04 Michael BeckAdd peephole optimization to create Push & Pop, might...
2006-04-03 Michael Beckadd missing FP_USED()
2006-04-03 Michael Beckadded DBG_OPT_LEA( to report Lea craetion to the firm...
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