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

Anton Korobeynikov anton at korobeynikov.info
Sun May 16 02:03:38 PDT 2010


Hello, Charles

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

Given
> +    /// X86_ThisCall - Similar to X86_StdCall. 

Shouldn't is delegate to stdcall in:
> +  // Otherwise, same as everything else.
> +  CCDelegateTo<CC_X86_32_Common>
> +]>;

?

-- 
With best regards, Anton Korobeynikov.

Faculty of Mathematics & Mechanics, Saint Petersburg State University.




More information about the llvm-commits mailing list