Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revamp llvm::once_flag to be closer to std::once_flag | Kamil Rytarowski | 2017-02-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | Summary: Make this interface reusable similarly to std::call_once and std::once_flag interface. This makes porting LLDB to NetBSD easier as there was in the original approach a portable way to specify a non-static once_flag. With this change translating std::once_flag to llvm::once_flag is mechanical. Sponsored by <The NetBSD Foundation> Reviewers: mehdi_amini, labath, joerg Reviewed By: mehdi_amini Subscribers: emaste, clayborg Differential Revision: https://reviews.llvm.org/D29566 llvm-svn: 294143 | ||||
* | [X86] Fix some Clang-tidy modernize and Include What You Use warnings; other ↵ | Eugene Zelenko | 2017-02-02 | 1 | -0/+3 |
| | | | | | | minor fixes (NFC). llvm-svn: 293949 | ||||
* | Reduce global namespace pollution. NFC. | Benjamin Kramer | 2016-10-18 | 1 | -0/+1 |
| | | | | llvm-svn: 284521 | ||||
* | X86-FMA3: Implemented commute transformation for EVEX/AVX512 FMA3 opcodes. | Vyacheslav Klochkov | 2016-08-11 | 1 | -0/+284 |
This helped to improved memory-folding and register coalescing optimizations. Also, this patch fixed the tracker #17229. Reviewer: Craig Topper. Differential Revision: https://reviews.llvm.org/D23108 llvm-svn: 278431 |