summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/palignr.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 VPERMILPS and VPSHUFD.Craig Topper
2017-06-29[X86][SSE] Dropped -mcpu from palignr testsSimon Pilgrim
2016-12-15[x86] use a single shufps when it can save instructionsSanjay Patel
2015-11-23Make utils/update_llc_test_checks.py note that the assertions areJames Y Knight
2015-02-17[x86] Teach the unpack lowering to try wider element unpacks.Chandler Carruth
2014-11-19[X86][SSE] pslldq/psrldq byte shifts/rotation for SSE2Simon Pilgrim
2014-10-04[x86] Enable the new vector shuffle lowering by default.Chandler Carruth
2014-10-03[x86] Regenerate a number of FileCheck assertions with my script forChandler Carruth
2013-08-12Fix FileCheck --check-prefix lines.Tim Northover
2013-07-13Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin
2011-09-10Really un-XFAIL the testcase, like I said I would in r139458.Eli Friedman
2011-09-10Fixed an assert from:Richard Trieu
2011-07-25Attempt to fix test failure reported on llvm-commits.Eli Friedman
2011-07-25Get rid of an incorrect optimization for shuffles with PALIGNR and simplify i...Eli Friedman
2009-10-19Add support for matching shuffle patterns with palignr.Nate Begeman