add context parameter for create_intrinsic_fkt
[libfirm] / ir / be / ia32 / bearch_ia32.c
2006-05-15 Michael Beckadd context parameter for create_intrinsic_fkt
2006-05-11 Michael Beckadd the new get_param() function
2006-05-11 Christian Würdigfixed some bugs inverse calculation
2006-05-11 Michael Beckadd call to hadnle 64bit arithmetic lowering
2006-05-11 Christian Würdigcalculate inverse operation of Add, Sub, Not, Minus...
2006-05-11 Christian Würdigupdated comments
2006-05-10 Christian Würdigcompute dominance information because they are used...
2006-05-05 Christian Würdigfixed address mode for CmpSet and xCmpSet
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-03 Michael Becksupress warnung under GCC
2006-05-03 Christian Würdigdo not emit contraint copy for set
2006-05-03 Christian Würdigdo not insert copy CMov in finish walker
2006-04-27 Christian Würdigtemporary disabled lea->add transformation
2006-04-25 Michael BeckFixed output for x87 instructions with Const input...
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 Beckadded option to set the GAS mode
2006-04-12 Michael Beckuse push for CPU's older that P6, always use leave
2006-04-11 Michael BeckBugFixes:
2006-04-11 Christian Würdigfixed copy insertion
2006-04-07 Michael Beckused new "outs" feature
2006-04-07 Christian Würdigadded addtional statistics
2006-04-07 Michael BeckAdd some Processor specific instruction selections
2006-04-06 Michael Beckcreate push ebp/pop ebp for frame pointer setups
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-04 Christian Würdigfixed indents, typos
2006-04-04 Michael Beckia32_finish_irg_walker() now always calls peephole...
2006-04-03 Michael Beckfixed prolog & epilog for ebp usage
2006-04-02 Michael Beckinterface changed: outfile is transmitted to the isa...
2006-04-02 Michael Beckplaced register_options() last in the interface
2006-03-31 Michael Beckadd ia32 command line handler for fp-unit and architecture
2006-03-31 Christian Würdigfixed addressmode bug
2006-03-31 Christian Würdigfixed copy inserter
2006-03-30 Michael Beckrestructured to allow peephole optimization of IncSP
2006-03-30 Michael BeckAdd get_reg_class_alignment() implementation
2006-03-30 Christian Würdigwrapped debugging modules with DEBUG_ONLY
2006-03-30 Christian Würdigfixed indents
2006-03-30 Michael Beckfixed transform_to_Load() and *_to_Store()
2006-03-29 Michael BeckBugFix: create ProjM after Store
2006-03-28 Michael Beckadded used_x87 flag, so the x87 simulator runs only...
2006-03-28 Michael Beckused new FIRM_DBG_REGISTER macro
2006-03-28 Christian Würdigfixed spill lowering
2006-03-27 Christian Würdigadded 8Bit Store work around
2006-03-27 Michael Beckadd support for x87 floating point unit.
2006-03-27 Christian Würdigfixed variable type bug
2006-03-27 Christian Würdigchanged defined constant names for be_stack_dir
2006-03-24 Christian Würdigcreate register slots in attributes on irg obstack
2006-03-24 Christian Würdigadapted to beabi interface changes
2006-03-23 Christian Würdigadded feature to register additional opcodes
2006-03-23 Christian Würdigadded peephole optimization for test/cmp
2006-03-22 Sebastian HackAdapted to changes in beabi
2006-03-22 Christian Würdigfixed register requirements
2006-03-20 Christian Würdigadded use extbb walker option
2006-03-17 Daniel GrundBugfixes.
2006-03-17 Christian Würdigmade emit more nasm compatible
2006-03-17 Christian Würdigfixed several bugs
2006-03-17 Daniel Grundadded missing attribute init
2006-03-17 Sebastian HackImplemented prologue/epilogue
2006-03-16 Christian Würdigadded 16bit and 8bit register name emits
2006-03-16 Christian Würdigadded new dump wrapper
2006-03-15 Sebastian HackAdded abi callbacks for beabi
2006-03-15 Christian Würdigfixed some minor bugs
2006-03-14 Christian Würdigcode cleanups
2006-03-14 Christian Würdigadded new attribute res_mode
2006-03-13 Christian Würdigfixed several bugs
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-10 Christian Würdigfixed several bugs
2006-03-09 Christian Würdigfixed register requirements
2006-03-09 Christian Würdigfixed some bugs
2006-03-09 Christian Würdigcopy register on benode lowering to Load
2006-03-09 Christian Würdigadded after_ra hook
2006-03-09 Sebastian HackFixed a type and a small bug
2006-03-09 Christian Würdigfixed some minor bugs
2006-03-07 Michael Beckuses the generic pointer in ir_op to register the emitters
2006-03-07 Christian Würdigadapted to new abi calls
2006-03-07 Christian Würdigchanged attribute structure
2006-03-03 Sebastian HackAdapted to changes in ABI handling
2006-03-01 Christian Würdigchanged codegen interface
2006-02-28 Christian Würdigremoved unnecessary phases and functions which are...
2006-02-28 Christian Würdigadapted to new abi interface
2006-02-24 Christian Würdigfixed some bugs concerning am_offs
2006-02-24 Michael Beckpseudo irgs are NOT visited in the backend at all
2006-02-23 Christian Würdigfixed spill/reload lowering
2006-02-23 Christian Würdigremoved not yet implemented function call
2006-02-23 Christian Würdigfixed again
2006-02-23 Christian Würdigadded NoReg nodes per irg as cg attributes
2006-02-22 Christian Würdigimplemented new beabi interface
2006-02-21 Michael Beckuse maps to prevent teh generation of double types...
2006-02-20 Christian Würdigcode refactoring for full addressmode support and more...
2006-02-09 Christian Würdigfixed some requirements
2006-01-31 Christian Würdigimproved irg finishing
2006-01-31 Christian Würdigfixed irg finishing
next