From: <fa...@us...> - 2012-08-28 22:41:23
|
Revision: 225 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=225&view=rev Author: faluco Date: 2012-08-28 22:41:15 +0000 (Tue, 28 Aug 2012) Log Message: ----------- - Disable jump tables for now. - Introduce a workaround for an shl node getting introduced by DAGCombiner after legalization. With the above changes I'm able to compile the paranoia floating point test suite. - Rename register pairs to match the gcc convention. Modified Paths: -------------- llvm/trunk/AVR/AVRISelLowering.cpp llvm/trunk/AVR/AVRInstrInfo.td llvm/trunk/AVR/AVRRegisterInfo.td llvm/trunk/AVR/InstPrinter/AVRInstPrinter.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |