interface changed: outfile is transmitted to the isa, not to the code generators
[libfirm] / ir / be / ia32 / ia32_transform.c
2006-04-02 Michael Beckinterface changed: outfile is transmitted to the isa...
2006-03-31 Christian Würdigfixed Jump Tables
2006-03-31 Christian Würdigfixed addressmode bug
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-29 Christian Würdigremoved some unused variables and functions
2006-03-29 Michael Beckadded declaration for ia32_emit_x87_binop()
2006-03-28 Michael Beckset the used_x87 flag when a virtual x87 instruction...
2006-03-28 Christian Würdigfixed symconsts in address mode
2006-03-28 Christian Würdigfixed spill lowering
2006-03-28 Michael Becknon-strict x87 float<->float conversion support
2006-03-27 Christian Würdigadded 8Bit Store work around
2006-03-27 Michael Beckadded support for x87 fp unit
2006-03-27 Christian Würdigplace transformed StackParam nodes in the user Block
2006-03-27 Christian Würdigfixed immediate operation handling
2006-03-25 Michael BeckBugFix: test can only be created for a&b == 0 or a...
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 8Bit Conv_I2I node
2006-03-23 Christian Würdigfixed mode handling
2006-03-22 Christian Würdigfixed convs
2006-03-22 Christian Würdigfixed SymConst address handling (stores and moves)
2006-03-21 Christian Würdigadded missing const
2006-03-20 Christian Würdigadded use extbb walker option
2006-03-20 Christian Würdigfixed indents
2006-03-18 Michael BeckHandle Cmp(And(x,y) != 0) ==> Test(x,y)
2006-03-18 Michael Beckreplaced hash table by simple array access
2006-03-17 Christian Würdigfixed 8bit Store bugs
2006-03-17 Christian Würdigfixed DivMod stuff
2006-03-17 Christian Würdigmade emit more nasm compatible
2006-03-17 Daniel Grundadded missing attribute init
2006-03-17 Daniel Grund*** empty log message ***
2006-03-16 Christian Würdigfixed indents
2006-03-15 Michael Beckcleaned up a bit
2006-03-15 Christian Würdigfixed conversion
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-12 Christian Würdigadded new Conv nodes
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 some bugs
2006-03-09 Christian Würdigadded after_ra hook
2006-03-09 Christian Würdigfixed some minor bugs
2006-03-03 Christian Würdigfixed some bugs
2006-03-03 Christian Würdigremoved some unncessary nodes (Stackparam, return,...
2006-02-28 Christian Würdigremoved unnecessary phases and functions which are...
2006-02-24 Christian Würdigadded attribute for load/store
2006-02-24 Christian Würdigfixed some bugs
2006-02-23 Christian Würdigset adressmode support for Load and Store
2006-02-23 Christian Würdiguse ia32 NoReg constructor wrapper
2006-02-22 Christian Würdigimplemented new beabi interface
2006-02-20 Christian Würdigcode refactoring for full addressmode support and more...
2006-02-13 Christian Würdigfixed bug
2006-02-13 Christian Würdigfixed bug
2006-02-09 Christian Würdigfixed call generation
2006-01-31 Christian Würdigfixed DivMod transformation
2006-01-27 Christian Würdigchanged c/malloc to xc/malloc
2006-01-26 Christian Würdigchanged DBG usage
2006-01-25 Christian Würdigadded optimization module
2006-01-24 Christian Würdigignore Unknown
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ürdigfxed bugs and missing inlcude
2006-01-18 Michael Beckrenamed type 'type' to 'ir_type'
2006-01-18 Sebastian HackFixed some bugs
2006-01-18 Christian Würdignew requirements modelling
2006-01-13 Christian Würdigfixed stack param/args generation
2006-01-13 Christian Würdigrefactored nodes interface, completed set/get attr...
2005-12-13 Christian Würdigfixed indent
2005-11-22 Christian Würdigregister allocator interface implemented