From: <fa...@us...> - 2012-08-22 01:22:43
|
Revision: 220 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=220&view=rev Author: faluco Date: 2012-08-22 01:22:35 +0000 (Wed, 22 Aug 2012) Log Message: ----------- - Add support for variadic functions, this includes the macros in stdarg.h. There is a codegen bug when passing arguments to a variadic function that is not yet fixed (noted with a FIXME). - Fixed crash in AVRDAGToDAGISel::Select when a load has a NULL source value. Modified Paths: -------------- llvm/trunk/AVR/AVRCallingConv.td llvm/trunk/AVR/AVRISelDAGToDAG.cpp llvm/trunk/AVR/AVRISelLowering.cpp llvm/trunk/AVR/AVRISelLowering.h llvm/trunk/AVR/AVRMachineFunctionInfo.h llvm/trunk/AVR/AVRRegisterInfo.cpp Added Paths: ----------- llvm/trunk/test/CodeGen/AVR/varargs.ll This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |