[PATCH] D36580: [OpenCL] Support variable memory scope in atomic builtins

2017-08-12 Thread Yaxun Liu via Phabricator via cfe-commits
yaxunl updated this revision to Diff 110863. yaxunl marked 5 inline comments as done. yaxunl added a comment. Revised by John's and Tony's comments. https://reviews.llvm.org/D36580 Files: include/clang/Basic/DiagnosticSemaKinds.td include/clang/Basic/SyncScope.h lib/CodeGen/CGAtomic.cpp

Re: r309226 - Headers: improve ARM EHABI coverage of unwind.h

2017-08-12 Thread Saleem Abdulrasool via cfe-commits
Yeah, we should adjust that. Technically, it is `_Unwind_Control_Block on ARM EHABI. However, _Unwind_Exception is aliased to that, which is why we can use that in the personality routine. We should adjust the sources for the personality routine. On Fri, Aug 11, 2017 at 1:12 PM, Evgenii

[PATCH] D36580: [OpenCL] Support variable memory scope in atomic builtins

2017-08-12 Thread Yaxun Liu via Phabricator via cfe-commits
yaxunl marked 10 inline comments as done. yaxunl added inline comments. Comment at: include/clang/Basic/SyncScope.h:46 + Scopes.push_back(SyncScope::OpenCLSubGroup); + return Scopes; +} rjmccall wrote: > t-tye wrote: > > Should there be an assert/static_assert

[clang-tools-extra] r310783 - Fix Wdocumentation warning - typo in argument list. NFCI.

2017-08-12 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Sat Aug 12 11:50:53 2017 New Revision: 310783 URL: http://llvm.org/viewvc/llvm-project?rev=310783=rev Log: Fix Wdocumentation warning - typo in argument list. NFCI. Modified: clang-tools-extra/trunk/clang-tidy/android/CloexecCheck.h Modified:

[PATCH] D29660: [OpenMP] Add flag for overwriting default PTX version for OpenMP targets

2017-08-12 Thread Gheorghe-Teodor Bercea via Phabricator via cfe-commits
gtbercea added a comment. In https://reviews.llvm.org/D29660#839736, @alekseyshl wrote: > In https://reviews.llvm.org/D29660#839728, @alekseyshl wrote: > > > In https://reviews.llvm.org/D29660#839550, @alekseyshl wrote: > > > > >

r310778 - clang-format: add an option -verbose to list the files being processed

2017-08-12 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Sat Aug 12 08:15:10 2017 New Revision: 310778 URL: http://llvm.org/viewvc/llvm-project?rev=310778=rev Log: clang-format: add an option -verbose to list the files being processed Reviewers: djasper Reviewed By: djasper Subscribers: klimek, cfe-commits Tags: #clang

[PATCH] D34824: clang-format: add an option -verbose to list the files being processed

2017-08-12 Thread Sylvestre Ledru via Phabricator via cfe-commits
sylvestre.ledru reopened this revision. sylvestre.ledru added a comment. This revision is now accepted and ready to land. actually, arc commit never landed this change :( https://reviews.llvm.org/D34824 ___ cfe-commits mailing list

[PATCH] D36555: Move x86-specific sources to x86-specific source lists.

2017-08-12 Thread Michał Górny via Phabricator via cfe-commits
mgorny requested changes to this revision. mgorny added a comment. This revision now requires changes to proceed. Also, I think that if you're splitting them up, it'd also logical to move them into a subdirectory, `x86-common` maybe. Comment at: