summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vector.ll
AgeCommit message (Expand)Author
2017-08-02X86: Do not use llc -march in tests.Matthias Braun
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2013-05-01Avoid generating tempfile(s) never usedMichael Liao
2011-07-30Revert "Don't check liveness of unallocatable registers."Jakob Stoklund Olesen
2011-07-29Don't check liveness of unallocatable registers.Jakob Stoklund Olesen
2011-07-09test/CodeGen/X86/vector.ll: Tweak temporary output to appease Win32 hosts.NAKAMURA Takumi
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-06-04Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman
2009-05-16Help DejaGnu avoid pipe-jam by producing less output from certain test cases.Jakob Stoklund Olesen
2008-02-21Remove llvm-upgrade and update tests.Tanya Lattner
2007-09-05Change all floating constants that are not exactlyDale Johannesen
2007-05-01Split target dependent test portions to target-specific directories.Reid Spencer