Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | X86 intrinsics: cmpge|gt|nge|ngt_ss|_sd | Manman Ren | 2013-06-17 | 1 | -0/+48 |
| | | | | | | | | | | | | | These intrinsics should return the comparision result in the low bits and keep the high bits of the first source operand. When calling to builtin functions, the source operands are swapped and the high bits of the second source operand are kept. To fix the issue, an extra shufflevector is used. rdar://14153896 llvm-svn: 184110 | ||||
* | Test case for some AVX builtins. Patch by Syoyo Fujita! | John McCall | 2011-06-03 | 1 | -0/+46 |
| | | | | llvm-svn: 132518 | ||||
* | I can't figure out any reasonable way to make this test non-host-dependent, | John McCall | 2011-04-06 | 1 | -47/+0 |
| | | | | | | so I'm killing it. llvm-svn: 129026 | ||||
* | Make this a -cc1 test with a triple and a target feature. | John McCall | 2011-04-06 | 1 | -1/+1 |
| | | | | llvm-svn: 128993 | ||||
* | Anonymify this test. | John McCall | 2011-04-06 | 1 | -6/+6 |
| | | | | llvm-svn: 128987 | ||||
* | Implement the AVX cmp builtins as macros instead of static inlines. | John McCall | 2011-04-06 | 1 | -0/+47 |
Patch by Syoyo Fujita! Reviewed by Chris Lattner! Checked in by me! llvm-svn: 128984 |