[llvm-commits] [llvm] r129858 - in /llvm/trunk: include/llvm/CodeGen/CallingConvLower.h include/llvm/Target/TargetLowering.h lib/CodeGen/CallingConvLower.cpp lib/Target/ARM/ARMCallingConv.td lib/Target/ARM/ARMISelLowering.cpp lib/Target/ARM/ARMIS
Stuart Hastings
stuart at apple.com
Wed Apr 20 11:23:23 PDT 2011
On Apr 20, 2011, at 10:21 AM, Eli Friedman wrote:
> On Wed, Apr 20, 2011 at 9:47 AM, Stuart Hastings <stuart at apple.com> wrote:
>> Author: stuart
>> Date: Wed Apr 20 11:47:52 2011
>> New Revision: 129858
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=129858&view=rev
>> Log:
>> ARM byval support. Will be enabled by another patch to the FE. <rdar://problem/7662569>
>
> Oh, wow; I didn't realize clang was still using my nasty fake-byval hack. :)
Honestly, it was a good hack; it's been trouble-free for a long time.
Now ARM is trading one hack (yours) for another (byval)!
:-)
stuart
More information about the llvm-commits
mailing list