fixed indents
[libfirm] / ir / be / ia32 / ia32_emitter.c
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
2006-03-09 Christian Würdigfixed some bugs
2006-03-09 Sebastian HackFixed some bugs
2006-03-09 Christian Würdigfixed some bugs
2006-03-09 Christian Würdigadded after_ra hook
2006-03-09 Christian Würdigreset all generic function pointer before registering...
2006-03-09 Christian Würdigfixed some minor bugs
2006-03-08 Michael Becksimplifyed emitter initialization
2006-03-07 Michael Beckuses the generic pointer in ir_op to register the emitters
2006-03-07 Christian Würdigremoved unused variable
2006-03-07 Christian Würdigchanged attribute structure
2006-03-05 Michael Beckclean up a bit
2006-03-03 Christian Würdigfixed some bugs
2006-03-03 Christian Würdigremoved some unncessary nodes (Stackparam, return,...
2006-03-01 Christian Würdigchanged codegen interface
2006-02-24 Christian Würdigfixed some bugs concerning am_offs
2006-02-24 Christian Würdigadded AM emitter
2006-02-20 Christian Würdigcode refactoring for full addressmode support and more...
2006-02-09 Christian Würdigfixed call generation
2006-01-30 Christian Würdigfixed stack layout modelling
2006-01-28 Christian Würdigfixed emit
2006-01-27 Christian Würdigemit code for alloca
2006-01-27 Christian Würdigchanged c/malloc to xc/malloc
2006-01-27 Christian Würdigadded call emit
2006-01-23 Christian Würdigadded if layer for irn_ops
2006-01-20 Christian Würdigassign esp to special stack node (frame_base Proj)
2006-01-19 Christian Würdigadded missing include
2006-01-18 Christian Würdigremoved mulh emit
2006-01-13 Christian Würdigrefactored nodes interface, completed set/get attr...
2006-01-12 Christian Würdigchanged emit format description, so firm-libcore-ir_pri...
2006-01-11 Christian Würdigfixed register name print
2006-01-09 Christian Würdigfixed indents
2005-12-20 Daniel GrundChanged ir_printf environment
2005-12-16 Christian Würdigadded comments
2005-12-13 Christian Würdigfixed indent
2005-11-22 Christian Würdigregister allocator interface implemented