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 
> <cfe-commits@lists.llvm.org> wrote:
> 
> Forgot to add the mailing list when I created a patch.
> 
>> Begin forwarded message:
>> 
>> From: Roman Levenstein <rlevenst...@apple.com <mailto:rlevenst...@apple.com>>
>> 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: rlevenst...@apple.com <mailto:rlevenst...@apple.com>, juer...@apple.com 
>> <mailto:juer...@apple.com>
>> Cc: amara.emer...@arm.com <mailto:amara.emer...@arm.com>
>> Reply-To: reviews+d17976+public+93264263cdbda...@reviews.llvm.org 
>> <mailto:reviews+d17976+public+93264263cdbda...@reviews.llvm.org>
>> 
>> 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
> cfe-commits@lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to