summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/rdrand.ll
AgeCommit message (Expand)AuthorFilesLines
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie1-1/+1
2013-10-15Enable MI Sched for x86.Andrew Trick1-3/+3
2013-08-23Update test to use rdrnd instead of rdrand.Rafael Espindola1-1/+1
2013-07-14Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin1-5/+5
2013-06-25Revert "Temporarily enable MI-Sched on X86."Andrew Trick1-3/+3
2013-06-24llvm/test/CodeGen/X86: Add explicit -mtriple=x86_64-unknown-unknown.NAKAMURA Takumi1-1/+1
2013-06-24Temporarily enable MI-Sched on X86.Andrew Trick1-3/+3
2012-12-02Fix an invalid regex in the testEli Bendersky1-1/+1
2012-07-19Fix remaining lit tests which were failing when run on an AtomPreston Gurd1-1/+1
2012-07-12Give the rdrand instructions a SideEffect flag and a chain so MachineCSE and ...Benjamin Kramer1-0/+38
2012-07-12llvm/test/CodeGen/X86/rdrand.ll: Relax expression corresponding to Win64 CC.NAKAMURA Takumi1-7/+7
2012-07-12Use %s instead of the explicit name, the latter doesn't work in out-of-tree b...Benjamin Kramer1-1/+1
2012-07-12Add intrinsics for Ivy Bridge's rdrand instruction.Benjamin Kramer1-0/+47