- removed old if 0'ed code
[libfirm] / ir / be / ia32 / ia32_optimize.c
2006-08-31 Matthias Braunbugfix
2006-08-31 Matthias Braun- Refactored finish/after_ra phases a bit, stacknode...
2006-08-29 Christian Würdigadapted create_Push to new IncSP
2006-08-28 Sebastian HackSeveral bug fixes
2006-08-28 Matthias Braunrevert commit that placed consts in startblock, the...
2006-08-27 Matthias Braun- Simply place Constants into the start block, spilling...
2006-08-24 Matthias Braun- New callback to ask nodes about constant stack pointe...
2006-08-21 Christian Würdigfixed am again
2006-08-18 Christian Würdigfixed lea shift consuming
2006-08-14 Christian Würdigcreate all convs, remember those to be killed and kill...
2006-08-04 Matthias Braun- warning fixes
2006-08-02 Christian Würdigspare SSE siple store from AM
2006-08-02 Christian Würdigomit GetST0 and SetST0 in am check
2006-07-24 Christian Würdigaddresmode optimizer can now handle scheduled nodes
2006-07-23 Christian WürdigIncSP optimizer re-activated
2006-07-22 Christian Würdigprevent 8bit loads from being used as addressmode operands
2006-07-16 Christian Würdigchanged conmstants transformation:
2006-07-10 Christian Würdigfixed am candidate checker (handle special case loops...
2006-07-07 Christian Würdigadded new util module
2006-07-06 Christian Würdigadded extra finish module
2006-07-04 Christian Würdigfixed const generation: create const+load for fp symconsts
2006-07-03 Christian Würdigdo not try to kill compares on AMD architectures
2006-06-30 Christian WürdigBugFix: variable was used before initialized
2006-06-29 Christian WürdigBugFix: create_push: sync memories of IncSP and Store
2006-06-28 Christian Würdigadded some special cases for addrmode optimizer
2006-06-07 Christian Würdigannotate mode to Store link field, to prevent loss...
2006-06-02 Christian Würdigfixed Push optimizer
2006-06-01 Christian Würdigfixed address mode optimizer
2006-05-29 Christian Würdigadded check for some virtual fp loads
2006-05-18 Christian Würdigset Lea type to O if addressmode const found
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