I resubmitted the patch as http://reviews.llvm.org/D18025 
<http://reviews.llvm.org/D18025> and included the mailing list as a subscriber, 
so that the replies are not getting lost.
Sorry for the inconvenience.

-Roman

> On Mar 8, 2016, at 5:44 PM, Roman Levenstein via cfe-commits 
> <[email protected]> wrote:
> 
> Forgot to add the mailing list when I created a patch.
> 
>> Begin forwarded message:
>> 
>> From: Roman Levenstein <[email protected] <mailto:[email protected]>>
>> Subject: [PATCH] D17976: Add attributes for preserve_mostcc/preserve_allcc 
>> calling conventions to the C/C++ front-end
>> Date: March 8, 2016 at 5:17:02 PM PST
>> To: [email protected] <mailto:[email protected]>, [email protected] 
>> <mailto:[email protected]>
>> Cc: [email protected] <mailto:[email protected]>
>> Reply-To: [email protected] 
>> <mailto:[email protected]>
>> 
>> swiftix created this revision.
>> swiftix added a reviewer: ributzka.
>> Herald added a subscriber: aemerson.
>> 
>> Till now, preserve_mostcc/preserve_allcc calling convention attributes were 
>> only available at the LLVM IR level. This patch adds attributes for 
>> preserve_mostcc/preserve_allcc calling conventions to the C/C++ front-end.
>> 
>> The code was mostly written by Juergen Ributzka. I just added support for 
>> the AArch64 target.
>> 
>> http://reviews.llvm.org/D17976 <http://reviews.llvm.org/D17976>
>> 
>> Files:
>>  include/clang-c/Index.h
>>  include/clang/AST/Type.h
>>  include/clang/Basic/Attr.td
>>  include/clang/Basic/Specifiers.h
>>  lib/AST/ItaniumMangle.cpp
>>  lib/AST/Type.cpp
>>  lib/AST/TypePrinter.cpp
>>  lib/Basic/Targets.cpp
>>  lib/CodeGen/CGCall.cpp
>>  lib/Sema/SemaDeclAttr.cpp
>>  lib/Sema/SemaType.cpp
>>  test/CodeGen/preserve_all.c
>>  test/CodeGen/preserve_most.c
>>  tools/libclang/CXType.cpp
>> 
> <D17976.50092.patch>
> 
> _______________________________________________
> cfe-commits mailing list
> [email protected]
> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to