made code C89 compliant (changed unnamed union in attributes)
[libfirm] / ir / be / ia32 /
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
2006-03-18 Michael Beckreplaced hash table by simple array access
2006-03-18 Michael BeckImplemented emitter for the basic case of TestJmp ...
2006-03-18 Michael Beckused xmalloc instaed of xcalloc ehere appropiate
2006-03-18 Michael Beckadded TestJmp for test, r, r, jcc combination
2006-03-17 Christian Würdigfixed 8bit Store bugs
2006-03-17 Christian Würdigremoved assert
2006-03-17 Christian Würdigfixed DivMod stuff
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 Christian Würdigadded comment sign
2006-03-17 Daniel Grund*** empty log message ***
2006-03-17 Christian Würdigfixed bug
2006-03-17 Sebastian HackImplemented prologue/epilogue
2006-03-16 Christian Würdigadded 16bit and 8bit register name emits
2006-03-16 Christian Würdigfixed indents
2006-03-16 Christian Würdigadded new dump wrapper
2006-03-16 Christian Würdigfixed conditional expr
2006-03-15 Sebastian HackAdded abi callbacks for beabi
2006-03-15 Michael Beckcleaned up a bit
2006-03-15 Christian Würdigfixed conversion
2006-03-15 Christian Würdigfixed register requirements
2006-03-15 Christian Würdigfixed some minor bugs
next