fixed typedef
[libfirm] / ir / be / ia32 /
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...
2006-04-03 Michael Beckadded missing include
2006-04-03 Christian Würdigfixed function param type into const
2006-04-02 Michael Beckinterface changed: outfile is transmitted to the isa...
2006-04-02 Michael Beckremoved ia32_register_additional_opcodes(), not needed...
2006-04-02 Michael Beckused entity ld_name
2006-04-02 Michael Beckplaced register_options() last in the interface
2006-04-02 Michael Beckinclude "obst.h" instead of hand generated code
2006-03-31 Christian Würdigfixed Jump Tables
2006-03-31 Michael Beckremoved IncSP schedule before me work-around (did not...
2006-03-31 Michael Beckadd ia32 command line handler for fp-unit and architecture
2006-03-31 Christian Würdigchanged SwitchJmp emitter (but still broken in some...
2006-03-31 Christian Würdigfixed addressmode
2006-03-31 Christian Würdigfixed addressmode bug
2006-03-31 Christian Würdigfixed copy inserter
2006-03-31 Christian Würdigadded src and tgt mode attributes for conversions
2006-03-31 Michael Beckfixed peephole optimization for IncSP nodes
2006-03-30 Michael Beckfixed fxch emitter
2006-03-30 Michael Beckpreliminary peephole optimizer for IncSP added
2006-03-30 Michael Beckrestructured to allow peephole optimization of IncSP
2006-03-30 Michael BeckAdd get_reg_class_alignment() implementation
next