summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/vec_mul.ll
AgeCommit message (Expand)Author
2017-08-01PowerPC: Do not use llc -march in tests.Matthias Braun
2016-08-03Adding -verify-machineinstrs option to PowerPC testsEhsan Amiri
2015-03-10Change the generation of the vmuluwm instruction to be based on the MUL opcode.Kit Barton
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2014-10-19[PowerPC] Clean up -mattr=+vsx tests to always specify -mcpuBill Schmidt
2014-10-17[PPC] Adjust some PowerPC tests to account for presence/absence of VSXBill Schmidt
2014-06-09[PPC64LE] Generate correct little-endian code for v16i8 multiplyBill Schmidt
2013-07-13Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin
2012-11-30test/CodeGen/PowerPC/vec_mul.ll: Add a triple. Thanks, Hal.Chad Rosier
2012-11-30test/CodeGen/PowerPC/vec_mul.ll: Fix register operands.Chad Rosier
2012-11-30test/CodeGen/PowerPC: Add explicit -march=ppc32.NAKAMURA Takumi
2012-11-30This patch fixes the Altivec addend construction for the fused multiply-addAdhemerval Zanella
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2008-02-19Remove llvm-upgrade and update tests.Tanya Lattner
2007-04-16For PR1319:Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-04-18Add tests for v8i16 and v16i8Chris Lattner
2006-04-18new testcaseChris Lattner