aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/rdrand.ll
Commit message (Expand)AuthorAgeFilesLines
* Enable MI Sched for x86.Andrew Trick2013-10-151-3/+3
* Update test to use rdrnd instead of rdrand.Rafael Espindola2013-08-231-1/+1
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-141-5/+5
* Revert "Temporarily enable MI-Sched on X86."Andrew Trick2013-06-251-3/+3
* llvm/test/CodeGen/X86: Add explicit -mtriple=x86_64-unknown-unknown.NAKAMURA Takumi2013-06-241-1/+1
* Temporarily enable MI-Sched on X86.Andrew Trick2013-06-241-3/+3
* Fix an invalid regex in the testEli Bendersky2012-12-021-1/+1
* Fix remaining lit tests which were failing when run on an AtomPreston Gurd2012-07-191-1/+1
* Give the rdrand instructions a SideEffect flag and a chain so MachineCSE and ...Benjamin Kramer2012-07-121-0/+38
* llvm/test/CodeGen/X86/rdrand.ll: Relax expression corresponding to Win64 CC.NAKAMURA Takumi2012-07-121-7/+7
* Use %s instead of the explicit name, the latter doesn't work in out-of-tree b...Benjamin Kramer2012-07-121-1/+1
* Add intrinsics for Ivy Bridge's rdrand instruction.Benjamin Kramer2012-07-121-0/+47