summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/builtinshufflevector2.c
AgeCommit message (Expand)Author
2024-11-06[LLVM][IR] Use splat syntax when printing Constant[Data]Vector. (#112548)Paul Walker
2023-04-27[IR] Change shufflevector undef mask to poisonManuelJBrito
2022-12-11[Clang] Use poison instead of undef where its used as placeholder [NFC]Manuel Brito
2022-10-07[CodeGen] Convert tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-04-05[Test] Use cc1 interface in more tests (NFC)Nikita Popov
2015-06-29Account for calling convention specifiers in function definitions in IR test ...David Blaikie
2014-05-31[CodeGen] Don't cast and use SizeTy instead of Int32Ty when constructing {ext...Michael J. Spencer
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2013-08-03Add support for passing -1 to __builtin_shufflevector to signify an undefined...Craig Topper
2012-12-01Fix a test that was redefining FileCheck variables while referencing old ones.Eli Bendersky
2012-04-05Make the variant of __builtin_shufflevector that takes the shuffle indexes as...Eli Friedman