From: <fa...@us...> - 2012-03-03 17:57:31
|
Revision: 137 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=137&view=rev Author: faluco Date: 2012-03-03 17:57:25 +0000 (Sat, 03 Mar 2012) Log Message: ----------- AVRInstrInfo.td: - Add missing instruction properties in STS/LDS - Fix ROL and ROR not using SREG AVRExpandPseudoInsts.cpp: - Fix all pseudo instrs taking two input registers operands not propagating the kill flag in the first operand - Transfer implicit SREG dependencies in all expansions - Copy memory ops in memory instructions - Implement missing pseudo expansions: cp, cpc, st/ldd predec and postinc Modified Paths: -------------- llvm/trunk/AVR/AVRExpandPseudoInsts.cpp llvm/trunk/AVR/AVRInstrInfo.td This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |