From: <fa...@us...> - 2012-07-16 23:59:28
|
Revision: 209 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=209&view=rev Author: faluco Date: 2012-07-16 23:59:20 +0000 (Mon, 16 Jul 2012) Log Message: ----------- - Add the earlyclobber flag to instructions that cannot have the same register in the source and destination operands like postinc/predec memory instrs. This change exposed a bug in llvm's spiller, so include a workaround until it gets fixed. - Implement register masks for call instructions. - Add more asserts to the instruction pseudo expander. - Implement 8bit push/pop for saving/restoring callee-saved registers. This means that there's no need anymore to save a whole register pair when only one part is used. Modified Paths: -------------- llvm/trunk/AVR/AVRCallingConv.td llvm/trunk/AVR/AVRExpandPseudoInsts.cpp llvm/trunk/AVR/AVRFrameLowering.cpp llvm/trunk/AVR/AVRISelLowering.cpp llvm/trunk/AVR/AVRInstrInfo.cpp llvm/trunk/AVR/AVRInstrInfo.td llvm/trunk/AVR/AVRRegisterInfo.cpp llvm/trunk/AVR/AVRRegisterInfo.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |