From: <joe...@us...> - 2009-12-01 23:19:49
|
Revision: 48 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=48&view=rev Author: joeezapster Date: 2009-12-01 23:19:40 +0000 (Tue, 01 Dec 2009) Log Message: ----------- avr-llvm compiles plain funktions! - documentation: drafts added - lowering: can lower functions without argument - lowering: can lower return void - instructioninfo: instructions added (ret,call,...) - testcase: testcases added able to compile testcase/retvoid.ll: $ Debug/bin/llvm-as ../avr-llvm/trunk/testcases/retvoid.ll $ Debug/bin/llc ../avr-llvm/trunk/testcases/retvoid.bc Modified Paths: -------------- trunk/AVR/AVRISelLowering.cpp trunk/AVR/AVRInstrInfo.td trunk/AVR/AVRRegisterInfo.cpp trunk/patches/CMake/CMake.diff Added Paths: ----------- trunk/docs/devel.html trunk/docs/gettingstarted.html trunk/docs/style.css trunk/testcases/ trunk/testcases/reti8.ll trunk/testcases/retvoid.ll Removed Paths: ------------- trunk/docs/abi.css trunk/docs/abi.html trunk/docs/img1.png trunk/docs/img2.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |