|
From: <fa...@us...> - 2013-01-10 02:03:12
|
Revision: 246
http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=246&view=rev
Author: faluco
Date: 2013-01-10 02:03:05 +0000 (Thu, 10 Jan 2013)
Log Message:
-----------
- Added a new patch as a workaround to PR14879. Up to now we weren't able to compile functions with lots of pointer variables when only the Z register was available, instead, the regalloc would give up triggering an assertion. This patch should be valid until the official fix is published.
- While there, updated other patches.
Modified Paths:
--------------
llvm/trunk/patches/AsmPrinter.diff
llvm/trunk/patches/LLVMBuild.diff
llvm/trunk/patches/RegAllocGreedy.diff
llvm/trunk/patches/Triple.diff
llvm/trunk/patches/interrupt.diff
Added Paths:
-----------
llvm/trunk/patches/CalcSpillWeights.diff
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|