[llvm-commits] [PATCH] Support for the thiscall calling convention

Charles Davis cdavis at mymail.mines.edu
Sat May 15 18:36:55 PDT 2010


On 5/15/10 1:29 PM, Anton Korobeynikov wrote:
> Hello
> 
>> The attached patch adds support for Microsoft's __thiscall
>> keyword.
> Patch itself looks ok, but before it can be committed, thiscall CC
> should be implemented in LLVM.
> Otherwise the code will be silently miscompiled (and no error will be
> produced as now).
Ask and ye shall receive.

Attached is a patch to add this support to LLVM--complete with full
Target, AsmWriter, and AsmParser support.

Chip

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: thiscall-support.patch
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100515/d73a8d40/attachment.ksh>


More information about the llvm-commits mailing list