Re: [PATCH] D15321: [OpenMP 4.0]Parsing and Sema support for 'omp declare target' directive (accelerator support)

2015-12-29 Thread Alexey Bataev via cfe-commits
ABataev added a comment. Hello Michael, Thanks for working on this. I still think we don't need OMPDeclareTargetDecl here and we can handle everything with an attribute. Try to implement everything just with an attribute and without OMPDeclareTargetDecl. http://reviews.llvm.org/D15321 _

r256619 - Fix alignment issue in CodeGenFunction::PopCleanupBlock.

2015-12-29 Thread James Y Knight via cfe-commits
Author: jyknight Date: Tue Dec 29 21:58:33 2015 New Revision: 256619 URL: http://llvm.org/viewvc/llvm-project?rev=256619&view=rev Log: Fix alignment issue in CodeGenFunction::PopCleanupBlock. It was copying an EHCleanupStack::Cleanup object into a SmallVector, with a comment saying that SmallVect

[libcxx] r256621 - Fix locale feature testing in test suite.

2015-12-29 Thread Eric Fiselier via cfe-commits
Author: ericwf Date: Tue Dec 29 22:45:42 2015 New Revision: 256621 URL: http://llvm.org/viewvc/llvm-project?rev=256621&view=rev Log: Fix locale feature testing in test suite. Modified: libcxx/trunk/test/libcxx/test/target_info.py Modified: libcxx/trunk/test/libcxx/test/target_info.py URL: h

Re: [PATCH] D15813: [libcxx] Refactoring target_info.py used by lit tests

2015-12-29 Thread Eric Fiselier via cfe-commits
EricWF added a comment. I re-added the feature myself in r256621. http://reviews.llvm.org/D15813 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

r256622 - [MS ABI] Improve our mangling of pass_object_size

2015-12-29 Thread David Majnemer via cfe-commits
Author: majnemer Date: Tue Dec 29 23:13:03 2015 New Revision: 256622 URL: http://llvm.org/viewvc/llvm-project?rev=256622&view=rev Log: [MS ABI] Improve our mangling of pass_object_size We didn't add the artificial pass_object_size arguments to the backreference map which bloated the size of mangl

r256623 - [MS ABI] Add variable templates to the NameBackReferences

2015-12-29 Thread David Majnemer via cfe-commits
Author: majnemer Date: Tue Dec 29 23:40:32 2015 New Revision: 256623 URL: http://llvm.org/viewvc/llvm-project?rev=256623&view=rev Log: [MS ABI] Add variable templates to the NameBackReferences Only function template specializations are exempt from being added to the NameBackReferences. Redundant

r256629 - [ptr-traits] Some compilers (older Clang? unsure) on build bots need

2015-12-29 Thread Chandler Carruth via cfe-commits
Author: chandlerc Date: Wed Dec 30 00:21:02 2015 New Revision: 256629 URL: http://llvm.org/viewvc/llvm-project?rev=256629&view=rev Log: [ptr-traits] Some compilers (older Clang? unsure) on build bots need this constructor to be out of line in order to not require the complete type of TemplateDecl.

r256630 - [ptr-traits] Add another complete type that is necessary for at least

2015-12-29 Thread Chandler Carruth via cfe-commits
Author: chandlerc Date: Wed Dec 30 00:38:29 2015 New Revision: 256630 URL: http://llvm.org/viewvc/llvm-project?rev=256630&view=rev Log: [ptr-traits] Add another complete type that is necessary for at least some of the build bots. Still can't reproduce these failures locally. Modified: cfe/tru

Re: [PATCH] D15524: [GCC] Attribute ifunc support in clang

2015-12-29 Thread Dmitry Polukhin via cfe-commits
DmitryPolukhin updated this revision to Diff 43775. DmitryPolukhin marked 8 inline comments as done. DmitryPolukhin added a comment. Fixed comments. http://reviews.llvm.org/D15524 Files: include/clang/AST/DeclBase.h include/clang/Basic/Attr.td include/clang/Basic/AttrDocs.td include/cla

<    1   2