Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [X86] Correct the value of MaxAtomicInlineWidth for pre-586 cpus | Craig Topper | 2019-03-21 | 1 | -2/+10 |
| | | | | | | | | | | Use the new cx8 feature flag that was added to the backend to represent support for cmpxchg8b. Use this flag to set the MaxAtomicInlineWidth. This also assumes all the cmpxchg instructions are enabled for CK_Generic which is what cc1 defaults to when nothing is specified. Differential Revision: https://reviews.llvm.org/D59566 llvm-svn: 356709 | ||||
* | [X86] Add clang support for X86 flag output parameters. | Nirav Dave | 2019-02-14 | 1 | -3/+10 |
| | | | | | | | | | | | | | | Summary: Add frontend support and expected flags for X86 inline assembly flag parameters. Reviewers: craig.topper, rnk, echristo Subscribers: eraman, nickdesaulniers, void, llvm-commits Differential Revision: https://reviews.llvm.org/D57394 llvm-svn: 354053 | ||||
* | [MS] Update _MSVC_LANG values for C++17 and C++2a | Reid Kleckner | 2018-07-23 | 1 | -0/+110 |
Fixes PR38262 llvm-svn: 337715 |