From: <fa...@us...> - 2012-03-20 00:21:46
|
Revision: 155 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=155&view=rev Author: faluco Date: 2012-03-20 00:21:40 +0000 (Tue, 20 Mar 2012) Log Message: ----------- - Implement codegen support for flash data: 1) Implement the lpm instruction. 2) Place flash data in the .progmem.data section. 3) Update code with latest llvm trunk. Modified Paths: -------------- llvm/trunk/AVR/AVRISelDAGToDAG.cpp llvm/trunk/AVR/AVRISelLowering.cpp llvm/trunk/AVR/AVRInstrInfo.td llvm/trunk/AVR/CMakeLists.txt Added Paths: ----------- llvm/trunk/AVR/AVRTargetObjectFile.cpp llvm/trunk/AVR/AVRTargetObjectFile.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |