<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Mar 8, 2016, at 5:44 PM, Roman Levenstein via cfe-commits <<a href="mailto:cfe-commits@lists.llvm.org" class="">cfe-commits@lists.llvm.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html charset=us-ascii" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Forgot to add the mailing list when I created a patch.<br class=""></div></div></blockquote>You don’t have cfe-commits in phabricator subscribers, so you probably won’t get notifications when someone replies there. It might make sense to resubmit the patch.</div><div><br class=""></div><div>Michael<br class=""><blockquote type="cite" class=""><div class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class=""><br class=""><blockquote type="cite" class=""><div class="">Begin forwarded message:</div><br class="Apple-interchange-newline"><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, 'Helvetica Neue', Helvetica, sans-serif;" class=""><b class="">From: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class="">Roman Levenstein <<a href="mailto:rlevenstein@apple.com" class="">rlevenstein@apple.com</a>><br class=""></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, 'Helvetica Neue', Helvetica, sans-serif;" class=""><b class="">Subject: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class=""><b class="">[PATCH] D17976: Add attributes for preserve_mostcc/preserve_allcc calling conventions to the C/C++ front-end</b><br class=""></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, 'Helvetica Neue', Helvetica, sans-serif;" class=""><b class="">Date: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class="">March 8, 2016 at 5:17:02 PM PST<br class=""></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, 'Helvetica Neue', Helvetica, sans-serif;" class=""><b class="">To: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class=""><a href="mailto:rlevenstein@apple.com" class="">rlevenstein@apple.com</a>, <a href="mailto:juergen@apple.com" class="">juergen@apple.com</a><br class=""></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, 'Helvetica Neue', Helvetica, sans-serif;" class=""><b class="">Cc: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class=""><a href="mailto:amara.emerson@arm.com" class="">amara.emerson@arm.com</a><br class=""></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, 'Helvetica Neue', Helvetica, sans-serif;" class=""><b class="">Reply-To: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class=""><a href="mailto:reviews+D17976+public+93264263cdbda32a@reviews.llvm.org" class="">reviews+D17976+public+93264263cdbda32a@reviews.llvm.org</a><br class=""></span></div><br class=""><div class=""><div class="">swiftix created this revision.<br class="">swiftix added a reviewer: ributzka.<br class="">Herald added a subscriber: aemerson.<br class=""><br class="">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.<br class=""><br class="">The code was mostly written by Juergen Ributzka. I just added support for the AArch64 target.<br class=""><br class=""><a href="http://reviews.llvm.org/D17976" class="">http://reviews.llvm.org/D17976</a><br class=""><br class="">Files:<br class="">  include/clang-c/Index.h<br class="">  include/clang/AST/Type.h<br class="">  include/clang/Basic/Attr.td<br class="">  include/clang/Basic/Specifiers.h<br class="">  lib/AST/ItaniumMangle.cpp<br class="">  lib/AST/Type.cpp<br class="">  lib/AST/TypePrinter.cpp<br class="">  lib/Basic/Targets.cpp<br class="">  lib/CodeGen/CGCall.cpp<br class="">  lib/Sema/SemaDeclAttr.cpp<br class="">  lib/Sema/SemaType.cpp<br class="">  test/CodeGen/preserve_all.c<br class="">  test/CodeGen/preserve_most.c<br class="">  tools/libclang/CXType.cpp<br class=""><br class=""></div></div></blockquote></div></div><span id="cid:2DD23AF5-936F-4C58-8C32-F7D2EDF8172D@apple.com"><D17976.50092.patch></span><meta http-equiv="Content-Type" content="text/html charset=us-ascii" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class=""><blockquote type="cite" class=""><div class=""><div class=""></div></div></blockquote></div><br class=""></div>_______________________________________________<br class="">cfe-commits mailing list<br class=""><a href="mailto:cfe-commits@lists.llvm.org" class="">cfe-commits@lists.llvm.org</a><br class="">http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits<br class=""></div></blockquote></div><br class=""></body></html>