added DBG_OPT_LEA( to report Lea craetion to the firm statistic module
[libfirm] / ir / be / ia32 /
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
2006-03-30 Christian Würdigwrapped debugging modules with DEBUG_ONLY
2006-03-30 Christian Würdigfixed indents
2006-03-30 Christian Würdigremoved define
2006-03-30 Michael Beckmore x87 emitters updated
2006-03-30 Michael Beckhandle be_Call
2006-03-30 Michael Beckfixed get_ia32_reg_name() and ia32_get_ia32_reg_name...
2006-03-30 Michael Beckfixed transform_to_Load() and *_to_Store()
2006-03-29 Christian Würdigremoved some unused variables and functions
2006-03-29 Christian Würdigremoved FIRMBE_ARCH
2006-03-29 Michael Beckdebug output updated
2006-03-29 Michael Beckfixed emitters for most nodes
2006-03-29 Michael Beckadded declaration for ia32_emit_x87_binop()
2006-03-29 Michael BeckBugFix: is_ia32_Ld() and is_ia32_St() must handle real...
2006-03-29 Michael Beckimplemented ia32_emit_x87_binop()
2006-03-29 Michael BeckBugFix: create ProjM after Store
2006-03-28 Michael Beckadded debugging support, implemented shuffle (Perm...
2006-03-28 Michael Beckset the used_x87 flag when a virtual x87 instruction...
2006-03-28 Michael Beckremoved useless virtual instructions nd freed vf7 which...
2006-03-28 Michael Beckadded used_x87 flag, so the x87 simulator runs only...
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-28 Michael Becknon-strict x87 float<->float conversion support
2006-03-28 Michael Beckimplemented register liveness analysis
2006-03-28 Michael Beckadded x87 opcodes for pop operations and load/store...
2006-03-28 Michael Beckfixed warning
2006-03-27 Christian Würdigadded 8Bit Store work around
2006-03-27 Christian Würdigremoved unused constructors
2006-03-27 Michael Beckadded support for x87 fp unit
2006-03-27 Michael Beckadd support for x87 fp unit
2006-03-27 Michael Beckadd support for x87 fp unit
2006-03-27 Michael Beckrenamed fp to xmm registers
2006-03-27 Michael Beckadded support for x87 fp unit
2006-03-27 Michael Beckadded support for x87 fp unit
2006-03-27 Michael Beckadded new files
2006-03-27 Michael Beckinitial version of the x87 stack simulator
2006-03-27 Michael Beckadded support for x87 fp unit
2006-03-27 Michael Beckadded support for x87 fp unit
2006-03-27 Michael Beckadd support for x87 floating point unit.
2006-03-27 Michael Beckadd virtual floating point and st registers
2006-03-27 Christian Würdigplace transformed StackParam nodes in the user Block
2006-03-27 Christian Würdigfixed variable type bug
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-25 Michael BeckBugFix: use new get_ia32_immop_type() instead of get_ia...
2006-03-25 Michael BeckBugFix: test can only be created for a&b == 0 or a...
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ürdigcreate register slots in attributes on irg obstack
2006-03-24 Christian Würdigadded copy attr function
2006-03-24 Christian Würdigadditional debug output
2006-03-24 Christian Würdigadded 8Bit Conv_I2I node
2006-03-24 Christian Würdigadapted to beabi interface changes
2006-03-23 Christian Würdigcleanup
2006-03-23 Christian Würdigclear remat flag in AM nodes
2006-03-23 Christian Würdigadded feature to register additional opcodes
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 Sebastian HackAdapted to changes in beabi
2006-03-22 Christian Würdigfixed SymConst address handling (stores and moves)
2006-03-22 Christian Würdigfixed register requirements
2006-03-21 Sebastian HackAdded "none" to TestJmp. It was missing
2006-03-21 Christian Würdigfixed Const to Reg move
2006-03-21 Christian Würdigadded missing const
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 Christian Würdigchanged comments back to C style
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 Cmp(And(x,y) != 0) ==> Test(x,y)
2006-03-18 Michael BeckHandle TestJmp with Immediate
2006-03-18 Michael Beckcopy_ia32_Immop_attr() added, needed to copy Immediates...
2006-03-18 Michael Beckreplaced == mode_P by mode_is_reference() call
next