- at blockstart emit list of predblocks in comment
[libfirm] / ir / be / ia32 / ia32_emitter.c
2006-08-22 Matthias Braun- at blockstart emit list of predblocks in comment
2006-08-18 Christian Würdigadded support for unordered fp compare
2006-08-15 Christian Würdigfixed xCmp emitter
2006-08-11 Christian Würdigadded ia32_AddSP emitter
2006-08-10 Christian Würdigadded AddSP emitter
2006-08-09 Matthias Braun- Don't perform memory operands merging too early
2006-08-02 Christian Würdigfixed mode suffix emitter
2006-08-02 Christian Würdigemit pointer size for GetST0 and SetST0 as well
2006-07-17 Christian Würdigfixed SSE compare emit
2006-07-14 Christian Würdigfixed emitter for Cmp + Set (use correct mode to determ...
2006-07-10 Christian Würdigemit correct condition codes for xmm compares
2006-07-07 Michael BeckRemoved some warnings due to missing const
2006-07-06 Christian Würdigadded extra finish module
2006-07-04 Christian Würdigfixed Set emitter: clear target after compare
2006-07-03 Christian Würdigemit missing OFFSET FLAT for symconsts (otherwise gas...
2006-07-03 Christian Würdigfixed Mulh/MulS emitter (support AM source)
2006-07-02 Michael BeckFixed warning
2006-07-01 Michael BeckFixed indentation
2006-06-29 Christian Würdigfixed CopyB emitter
2006-06-29 Christian Würdigfixed perm emitter for XMM registers
2006-06-28 Christian Würdigadded missing "call" statement
2006-06-08 Michael BeckBugFix: CLD was emitted twice
2006-06-02 Christian Würdigadded missing emitter for CopyKeep
2006-05-30 Christian Würdigadded xCondJmp emitter
2006-05-30 Christian Würdigadded missing % for fucom instruction
2006-05-18 Christian Würdigfixed PsiCondCMov emitter
2006-05-11 Christian Würdigupdated commments
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ürdigrenamed Set to CmpSet and CMov to CmpCMov
2006-05-04 Christian Würdigadded addtional nodes needed for psi transformation
2006-05-03 Christian Würdigadded xCmp node (SSE compare with result in register)
2006-05-03 Christian Würdigfixed CMov emit again
2006-05-03 Christian Würdigfixed CMov emitter
2006-05-03 Christoph MallonCode for emitting cmov for Psi nodes by chriswue
2006-04-25 Michael BeckFixed output for x87 instructions with Const input...
2006-04-19 Michael BeckHandle CondJmp' with memory Proj's right
2006-04-14 Christian Würdigfixed mode suffix emitter
2006-04-12 Michael Beckfactor out: ia32_emit_align()
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ürdigfixed Source AM
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 Christian Würdigadded addtional statistics
2006-04-07 Michael BeckAdd some Processor specific instruction selections
2006-04-06 Michael Beckadd code for MinGW gas support
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ürdigadded ia32 optimization options libcore conform
2006-04-04 Michael Beckused new machine user bit 0 to detect x87 instructions
2006-04-02 Michael Beckused entity ld_name
2006-03-31 Christian Würdigfixed Jump Tables
2006-03-31 Christian Würdigchanged SwitchJmp emitter (but still broken in some...
2006-03-31 Christian Würdigfixed copy inserter
2006-03-31 Christian Würdigadded src and tgt mode attributes for conversions
2006-03-30 Christian Würdigwrapped debugging modules with DEBUG_ONLY
2006-03-30 Christian Würdigfixed indents
2006-03-30 Michael Beckfixed get_ia32_reg_name() and ia32_get_ia32_reg_name...
2006-03-29 Christian Würdigremoved some unused variables and functions
2006-03-29 Michael Beckimplemented ia32_emit_x87_binop()
2006-03-28 Christian Würdigfixed symconsts in address mode
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 fp unit
2006-03-27 Michael Beckmake all emitters static
2006-03-27 Christian Würdigchanged defined constant names for be_stack_dir
2006-03-27 Christian Würdigfixed immediate operation handling
2006-03-25 Michael Beckmake the names of the be_stack_dir_t more understandable
2006-03-24 Michael Beckcreate sub esp, imm instead off add esp -imm instructions
2006-03-24 Christian Würdigchanged ia32 attribute structure and switched to idents
2006-03-24 Christian Würdigadditional debug output
2006-03-23 Christian Würdigfixed mode handling
2006-03-23 Christian Würdigadded peephole optimization for test/cmp
2006-03-22 Christian Würdigfixed convs
2006-03-22 Christian Würdigfixed SymConst address handling (stores and moves)
2006-03-20 Christian Würdigadded use extbb walker option
2006-03-20 Christian Würdigadded work around for block_walk_graph
2006-03-20 Christian Würdigfixed indents
2006-03-20 Michael BeckFixed BLOCK_PREFIX macro last time
2006-03-20 Michael Beckfixed Preprocessor token
2006-03-20 Michael Beckreplaced unneeded irg_walk_blkwise_graph() by irg_block...
2006-03-19 Michael BeckFixed finish_CondJmp() and add preliminary support...
2006-03-18 Michael BeckHandle TestJmp with Immediate
2006-03-18 Michael BeckImplemented emitter for the basic case of TestJmp ...
2006-03-17 Christian Würdigremoved assert
2006-03-17 Christian Würdigmade emit more nasm compatible
2006-03-17 Christian Würdigfixed several bugs
2006-03-17 Christian Würdigadded comment sign
2006-03-16 Christian Würdigadded 16bit and 8bit register name emits
2006-03-15 Christian Würdigbeautified emitter
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-10 Christian Würdigfixed some bugs
2006-03-10 Christian Würdigfixed frame entity handling in am optimizer
2006-03-10 Christian Würdigfixed several bugs
next