used new assure_doms() function
[libfirm] / ir / be / ia32 /
2006-05-05 Christian Würdigadded special nodes for Psi condition trees, so we...
2006-05-05 Christian Würdigfixed address mode for CmpSet and xCmpSet
2006-05-05 Christian Würdigfixed Psi condition tree transformation (int Psi but...
2006-05-05 Christian Würdigrenamed Set to CmpSet and CMov to CmpCMov
2006-05-05 Christian Würdigadded transformation of psi condition trees
2006-05-05 Christian Würdigmake use of generated proj nums
2006-05-05 Christian Würdigadded vfp CMov (x87) node
2006-05-04 Christian Würdigfixed psi transform (use negated instead of inverted...
2006-05-04 Christian Würdigadded addtional nodes needed for psi transformation
2006-05-04 Christian Würdigfixed indent
2006-05-03 Michael Becksupress warnung under GCC
2006-05-03 Christian Würdigadded xCmp node (SSE compare with result in register)
2006-05-03 Christian Würdigadded Set node
2006-05-03 Christian Würdigfixed CMov emit again
2006-05-03 Christian Würdigchanged return type to const
2006-05-03 Christian Würdigdo not emit contraint copy for set
2006-05-03 Christian Würdigfixed unknown handling
2006-05-03 Christian Würdigfixed CMov emitter
2006-05-03 Christian Würdigdo not insert copy CMov in finish walker
2006-05-03 Christoph MallonCode for emitting cmov for Psi nodes by chriswue
2006-04-28 Michael Beckfixed initialization
2006-04-27 Christian Würdigfixed am
2006-04-27 Christian Würdigtemporary disabled lea->add transformation
2006-04-27 Christian Würdigfixed am candidate function
2006-04-26 Christian Würdigadded Lea statistics
2006-04-25 Michael BeckFixed output for x87 instructions with Const input...
2006-04-25 Michael BeckFixed operation with address mode (hopefully)
2006-04-24 Michael BeckFixed xConst
2006-04-24 Christian Würdigfixed addressmode
2006-04-21 Michael BeckBugFix: creation of Div/Mod nodes
2006-04-21 Christian Würdigcheck if load/store can cosume the lea before consuming it
2006-04-21 Christian Würdigadded new flag to indicate if node already consumed...
2006-04-21 Christian Würdigswitched of address mode for CondJmp temporary
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-21 Christian Würdigadded nolea option to switch of LEA optimization
2006-04-20 Michael Beckremoved unnecessary functions handle the slots
2006-04-20 Michael Beckregister slots are now automatically allocated together...
2006-04-20 Michael Beckadded option to set the GAS mode
2006-04-19 Michael Beckfixed output for local uninitialized entities in MinGW...
2006-04-19 Michael BeckHandle CondJmp' with memory Proj's right
2006-04-14 Christian Würdigcopy result mode on final transformations (lea->add...
2006-04-14 Christian Würdigfixed mode suffix emitter
2006-04-12 Michael Beckfactor out: ia32_emit_align()
2006-04-12 Michael Beckdeactivate IncSP peephole optimization, crashes HeapSort
2006-04-12 Michael Beckdefine IS_P6_ARCH
2006-04-12 Michael Beckuse push for CPU's older that P6, always use leave
2006-04-12 Christian Würdigfixed define
2006-04-11 Christian Würdigadd processor specific gas alignment instructions for...
2006-04-11 Christian Würdigfixed inc generation/emitter
2006-04-11 Christian Würdigadded blank lines
2006-04-11 Michael BeckInc (a misused Add :-) is not commutative
2006-04-11 Michael BeckFixed Push with immediate creation
2006-04-11 Christian Würdigfixed am optimizer
2006-04-11 Christian Würdigfixed gen_Store: take immediate addresses
2006-04-11 Christian Würdigfixed dumper
2006-04-11 Michael BeckBugFixes:
2006-04-11 Christian Würdigset add with immediate commutative
2006-04-11 Christian Würdigfixed am optimizer
2006-04-11 Christian Würdigadded cast to avoid warning
2006-04-11 Christian Würdigfixed copy insertion
2006-04-11 Christian Würdigfixed Source AM
2006-04-11 Michael Beckadd a memory input to all constants, needed for the...
2006-04-10 Michael Beckadd a Keep of the vfCom eax output
2006-04-10 Michael BeckFixed be_Return simulation: pop the stack only if float...
2006-04-10 Christian Würdigchanged function variables type
2006-04-10 Christian Würdigchanged labels back to block number instead of lokal...
2006-04-09 Michael BeckAdd floating point compares
2006-04-07 Michael Beckused new "outs" feature
2006-04-07 Adam Szalkowskifixed wrong dependencies which caused recompilation...
2006-04-07 Christian Würdigadded addtional statistics
2006-04-07 Michael BeckAdd some Processor specific instruction selections
2006-04-06 Michael BeckHandle new ia32_isa_t type
2006-04-06 Michael Beckadd code for MinGW gas support
2006-04-06 Michael Beckcreate push ebp/pop ebp for frame pointer setups
2006-04-06 Christian Würdigadded attr compare function for converts (fixed Conv...
2006-04-06 Christian Würdigfixed binop emitter for Source AM
2006-04-05 Christian Würdigfixed ia32_emit_binop
2006-04-05 Christian Würdigfixed DivMods
2006-04-05 Christian Würdigfixed prologue
2006-04-05 Christian Würdigadded ia32 optimization options libcore conform
2006-04-05 Michael Beckused generic function for the transformers
2006-04-05 Michael Beckadd support for fp to gp convert
2006-04-04 Christian Würdigfixed commutative flag for adds
2006-04-04 Michael Beckimplemented basic int<->fp conversion
2006-04-04 Michael Beckhandle vfild and vfist needed for mode conversion
2006-04-04 Michael Beckfixed fist/fistp emit
2006-04-04 Christian Würdigskip optimized IncSPs
2006-04-04 Christian Würdigadded CJmp statistics
2006-04-04 Christian Würdigdebug statistic macros
2006-04-04 Christian Würdigfixed address mode
2006-04-04 Christian Würdigfixed indents, typos
2006-04-04 Michael Beckused new machine user bit 0 to detect x87 instructions
2006-04-04 Michael BeckAdd peephole optimization to create Push & Pop, might...
2006-04-04 Michael Beckia32_finish_irg_walker() now always calls peephole...
2006-04-04 Michael BeckPush, Pop, Enter and Leave added
2006-04-03 Michael Beckfixed prolog & epilog for ebp usage
2006-04-03 Michael Beckadd missing FP_USED()
2006-04-03 Michael Beckadded DBG_OPT_LEA( to report Lea craetion to the firm...
next