added get/set for CopyKeep operand
[libfirm] / ir / be / beabi.c
2006-06-02 Christian Würdigfixed indent
2006-05-02 Sebastian HackAdded modify_sp flag
2006-04-24 Michael BeckDo not create be_Return for "dead" ends
2006-04-11 Michael Beckfixed creation of sequential stores (again :-( )
2006-04-10 Michael Beckbe_Return nodes now have an attribute telling the numbe...
2006-04-10 Sebastian HackFixed a typo
2006-04-10 Sebastian HackMake keep nodes in return blocks dead if there are any
2006-04-06 Michael Beckmoved be_return creation to it's own function, allowein...
2006-04-05 Sebastian HackFixed some bugs
2006-04-05 Christian Würdigmade omitfp default, option is now noomitfp
2006-04-04 Michael BeckBugFix: Check that the frame_pointer is a Proj(Barrier...
2006-04-03 Michael BeckFixed register allocation for fp != sp
2006-04-03 Michael Beckimplemented nodeset: a pointer set using node numbers...
2006-03-31 Michael Beckmore comments added
2006-03-30 Christian Würdigwrapped debugging modules with DEBUG_ONLY
2006-03-30 Christian Würdigremoved some unused variables
2006-03-30 Michael Becksome comments added
2006-03-28 Michael Beckused new FIRM_DBG_REGISTER macro
2006-03-28 Michael Beckbe_Return constructor now takes a debug info
2006-03-25 Michael Beckmake the names of the be_stack_dir_t more understandable
2006-03-24 Michael Beckcopy the debug info when craeting a be_Call form a...
2006-03-24 Sebastian HackFixed bug with modes of the Projs from the Barrier
2006-03-23 Sebastian HackAdded alignment/space before and after for stack args
2006-03-22 Sebastian HackSet the register class of the call pointer
2006-03-22 Sebastian HackAdded alignment for stack params
2006-03-22 Michael Beckreplaced malloc by xmalloc
2006-03-21 Sebastian HackFixed bug with in constraints of Calls
2006-03-20 Sebastian HackCaller-save should get saved now.
2006-03-20 Sebastian HackCorrected setting register classes of Return and Barrie...
2006-03-17 Sebastian HackPrologue barriers have also memory now
2006-03-16 Sebastian HackHandled RegParams and Barriers better in constraint...
2006-03-16 Sebastian HackAdded leaf function test
2006-03-16 Sebastian HackSeveral changes
2006-03-15 Sebastian HackThe bad, the evil and the ugly
2006-03-15 Michael Beckadded changes for new survice_dce code
2006-03-10 Sebastian HackFixed a bug
2006-03-10 Sebastian Hackfixed some bugs
2006-03-10 Sebastian HackCalls can have entities now
2006-03-09 Sebastian HackFixed a bug
2006-03-09 Sebastian HackProper ordering of stack insns inside the basic block
2006-03-09 Christoph Mallonfixed type mismatch
2006-03-08 Christian Würdigadded missing handler pop
2006-03-07 Sebastian HackFixed several bugs
2006-03-05 Michael Beckconfig.h fixed
2006-03-03 Sebastian HackAdapted to changes in ABI handling
2006-03-02 Sebastian HackSeveral bugfixes
2006-03-01 Christian Würdigfixed function name
2006-03-01 Christian Würdigfixed typo
2006-03-01 Sebastian HackFixed some bugs
2006-03-01 Sebastian HackRestructured
2006-02-28 Sebastian HackAlpha version of ABI handling
2006-02-24 Sebastian HackSeparated dominance frontier calculations again
2006-02-23 Sebastian HackChanged API of RegParams
2006-02-23 Sebastian HackFixed some bugs
2006-02-23 Sebastian HackInitial check-in