create register slots in attributes on irg obstack
[libfirm] / ir / be / ia32 / bearch_ia32.c
2006-03-24 Christian Würdigcreate register slots in attributes on irg obstack
2006-03-24 Christian Würdigadapted to beabi interface changes
2006-03-23 Christian Würdigadded feature to register additional opcodes
2006-03-23 Christian Würdigadded peephole optimization for test/cmp
2006-03-22 Sebastian HackAdapted to changes in beabi
2006-03-22 Christian Würdigfixed register requirements
2006-03-20 Christian Würdigadded use extbb walker option
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 Sebastian HackImplemented prologue/epilogue
2006-03-16 Christian Würdigadded 16bit and 8bit register name emits
2006-03-16 Christian Würdigadded new dump wrapper
2006-03-15 Sebastian HackAdded abi callbacks for beabi
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-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 register requirements
2006-03-09 Christian Würdigfixed some bugs
2006-03-09 Christian Würdigcopy register on benode lowering to Load
2006-03-09 Christian Würdigadded after_ra hook
2006-03-09 Sebastian HackFixed a type and a small bug
2006-03-09 Christian Würdigfixed some minor bugs
2006-03-07 Michael Beckuses the generic pointer in ir_op to register the emitters
2006-03-07 Christian Würdigadapted to new abi calls
2006-03-07 Christian Würdigchanged attribute structure
2006-03-03 Sebastian HackAdapted to changes in ABI handling
2006-03-01 Christian Würdigchanged codegen interface
2006-02-28 Christian Würdigremoved unnecessary phases and functions which are...
2006-02-28 Christian Würdigadapted to new abi interface
2006-02-24 Christian Würdigfixed some bugs concerning am_offs
2006-02-24 Michael Beckpseudo irgs are NOT visited in the backend at all
2006-02-23 Christian Würdigfixed spill/reload lowering
2006-02-23 Christian Würdigremoved not yet implemented function call
2006-02-23 Christian Würdigfixed again
2006-02-23 Christian Würdigadded NoReg nodes per irg as cg attributes
2006-02-22 Christian Würdigimplemented new beabi interface
2006-02-21 Michael Beckuse maps to prevent teh generation of double types...
2006-02-20 Christian Würdigcode refactoring for full addressmode support and more...
2006-02-09 Christian Würdigfixed some requirements
2006-01-31 Christian Würdigimproved irg finishing
2006-01-31 Christian Würdigfixed irg finishing
2006-01-30 Christian Würdigfixed stack layout modelling
2006-01-27 Christian Würdigchanged c/malloc to xc/malloc
2006-01-27 Christian Würdigadded call emit
2006-01-27 Christian Würdigchanged handle_proj callback
2006-01-26 Christian Würdigadded irg finish
2006-01-25 Christian Würdigcall belower (call lowering)
2006-01-25 Christian Würdigadded optimization module
2006-01-24 Christian Würdigfixed assignement of stack register
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-20 Christian Würdigadded scheduling function (to_be_scheduled)
2006-01-19 Christian Würdigadded call-projnum-requirement magic
2006-01-19 Christian Würdigfxed bugs and missing inlcude
2006-01-18 Sebastian HackFixed some bugs
2006-01-18 Christian Würdigadapted new requirement attribute structure
2006-01-13 Christian Würdigfixed getting reg requirements
2006-01-13 Christian Würdigrefactored nodes interface, completed set/get attr...
2006-01-12 Christian Würdigfixed requirements for Return
2006-01-11 Christian Würdigremoved dummy register requirements
2006-01-09 Christian Würdigchanged codegen interface
2005-12-16 Christian Würdigfixed register requirements for Proj(Start)
2005-12-13 Christian Würdigfixed indent
2005-12-08 Sebastian HackMade everything really kaputt
2005-11-22 Christian Würdigthere are no in-register-slots only for OUT
2005-11-22 Christian Würdigia32 isa implementation