summaryrefslogtreecommitdiff
path: root/test/CodeGen/palignr.c
AgeCommit message (Expand)Author
2015-07-20[CodeGen] Flip lanes when lowering __builtin_palignr with one laneBenjamin Kramer
2011-09-10clang part of r139458; un-XFAIL testcase.Eli Friedman
2011-09-10Revision 139454 fixed a broken assert in LLVM, which causesRichard Trieu
2011-06-03These tests require particular registered targets. Declared as such.Galina Kistanova
2010-09-07Adjust a test that's expecting optimizations to be doneDale Johannesen
2010-09-02Newline at end of file.Bill Wendling
2010-04-15Rewrite handling of 64-bit palignr intrinsics to be vector shuffles.Eric Christopher
2010-03-30Slightly relax test case. An upcoming LLVM commit will change the xor instruc...Jakob Stoklund Olesen
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-14Revert mmx palignr to use an intrinsic, since mmx shuffle patterns are missing.Nate Begeman
2009-12-14Support x86's PALIGNR instruction without the use of a palignr intrinsic.Nate Begeman