fixed some bugs
[libfirm] / ir / be / ia32 / ia32_transform.c
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