summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/sse-align-12.ll
AgeCommit message (Expand)Author
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-09-18[X86] Teach execution domain fixing to convert between FP and int unpack inst...Craig Topper
2017-08-02X86: Do not use llc -march in tests.Matthias Braun
2015-11-23Make utils/update_llc_test_checks.py note that the assertions areJames Y Knight
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2014-10-04[x86] Enable the new vector shuffle lowering by default.Chandler Carruth
2014-10-03[x86] Add triples to these tests so that we see fewer calling conventionChandler Carruth
2014-10-03[x86] Cleanup and generate precise FileCheck assertions for a bunch ofChandler Carruth
2013-07-14Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin
2012-04-27Add mcpu to tests to prevent them from using AVX instructions on Sandy Bridge...Craig Topper
2010-03-30Not all platforms start symbols with _Jakob Stoklund Olesen
2010-03-30Enable -sse-domain-fix by default. Now with tests!Jakob Stoklund Olesen
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2008-06-10Convert several tests to use temporary files instead of redundantlyDan Gohman
2008-05-13Instead of a vector load, shuffle and then extract an element. Load the eleme...Evan Cheng
2008-05-07Add nounwind.Evan Cheng
2007-08-15Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman
2007-08-02Fix the alignment requirements of several unpck and shuf instructions.Dan Gohman