Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [X86] Use -ffreestanding instead of using the mm_malloc.h include guard hack ↵ | Craig Topper | 2017-10-12 | 1 | -2/+2 |
| | | | | | | on more of the builtin tests. llvm-svn: 315594 | ||||
* | [X86] Fix copy and paste bug in clzero test from r294559. | Craig Topper | 2017-02-09 | 1 | -1/+1 |
| | | | | llvm-svn: 294560 | ||||
* | [X86] Clzero flag addition and inclusion under znver1 | Craig Topper | 2017-02-09 | 1 | -0/+9 |
1. Adds the command line flag for clzero. 2. Includes the clzero flag under znver1. 3. Defines the macro for clzero. 4. Adds a new file which has the intrinsic definition for clzero instruction. Patch by Ganesh Gopalasubramanian with some additional tests from me. Differential revision: https://reviews.llvm.org/D29386 llvm-svn: 294559 |