Revision: 41
http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=41&view=rev
Author: atomicdog407
Date: 2009-11-28 06:29:04 +0000 (Sat, 28 Nov 2009)
Log Message:
-----------
AVR.td: add AVRInstPrinter. include AVRCallingConv.td
AVRCallingConv.td: now compiles
Modified Paths:
--------------
trunk/AVR/AVR.td
trunk/AVR/AVRCallingConv.td
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 43
http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=43&view=rev
Author: atomicdog407
Date: 2009-11-28 07:23:49 +0000 (Sat, 28 Nov 2009)
Log Message:
-----------
created stub files to match refactoring of trunk src
Added Paths:
-----------
trunk/AVR/AVRMachineFunctionInfo.h
trunk/AVR/AsmPrinter/AVRInstPrinter.cpp
trunk/AVR/AsmPrinter/AVRInstPrinter.h
trunk/AVR/AsmPrinter/AVRMCInstLower.cpp
trunk/AVR/AsmPrinter/AVRMCInstLower.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 46
http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=46&view=rev
Author: atomicdog407
Date: 2009-11-28 21:25:46 +0000 (Sat, 28 Nov 2009)
Log Message:
-----------
Add 'Machine Code'/'Asm' printer class info
Modified Paths:
--------------
trunk/AVR/AVR.h
trunk/AVR/AVRTargetMachine.cpp
trunk/AVR/AsmPrinter/AVRAsmPrinter.cpp
trunk/AVR/AsmPrinter/CMakeLists.txt
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: John M. <ato...@gm...> - 2009-11-28 06:45:21
I forget I had commented out the include of AVRCallingConv.td inside AVR.td.
There were a few tablegen compile errors. I fixed some but just commented
out others so we will still need to fix some parts of this file.