aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC
AgeCommit message (Expand)Author
2013-03-08Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung
2013-02-26Fix PR15332 (patch by Florian Zeitz).Bill Schmidt
2013-02-26Fix PR15359.Bill Schmidt
2013-02-25Fix missing relocation for TLS addressing peephole optimization.Bill Schmidt
2013-02-21Large code model support for PowerPC.Bill Schmidt
2013-02-21PPCDAGToDAGISel::PostprocessISelDAG()Bill Schmidt
2013-02-20Stabilize vec_constants.llBill Schmidt
2013-02-20Additional fixes for bug 15155.Bill Schmidt
2013-02-20Fix bug 14779 for passing anonymous aggregates [patch by Kai Nacke].Bill Schmidt
2013-02-20Fix PR15155: lost vadd/vsplat optimization.Bill Schmidt
2013-02-08DAGCombiner: Constant folding around pre-increment loads/storesHal Finkel
2013-02-04Disable a couple more vector splat optimizations on PPC.Benjamin Kramer
2013-02-04SelectionDAG: Teach FoldConstantArithmetic how to deal with vectors.Benjamin Kramer
2013-02-02Remove the (apparently) unnecessary debug info metadata indirection.David Blaikie
2013-02-01LLVM enablement for some older PowerPC CPUsBill Schmidt
2013-01-30PPC QPX requires a 32-byte aligned stackHal Finkel
2013-01-30Add definitions for the PPC a2q core marked as having QPX availableHal Finkel
2013-01-28This patch addresses bug 15031.Bill Schmidt
2013-01-17Restore reverted test case, this time with REQUIRES: assertsBill Schmidt
2013-01-17Remove bad test caseBill Schmidt
2013-01-17This patch fixes PR13626 by providing i128 support in the returnBill Schmidt
2013-01-17This patch fixes the PPC calling convention to handle returns ofBill Schmidt
2013-01-14This patch addresses an incorrect transformation in the DAG combiner.Bill Schmidt
2013-01-12When lowering an inreg sext first shift left, then right arithmetically.Benjamin Kramer
2013-01-11PPC: Implement efficient lowering of sign_extend_inreg.Nadav Rotem
2013-01-11Simplify writing floating types to assembly.Tim Northover
2013-01-09MIsched: add an ILP window property to machine model.Andrew Trick
2013-01-08Specify complete triple for fp128 tests.Tim Northover
2013-01-08Allow the asm printer to print fp128 values properly.Tim Northover
2013-01-07This patch addresses bug 14678 by fixing two problems in medium code modelBill Schmidt
2012-12-30Support ppcf128 in SelectionDAG::getConstantFPHal Finkel
2012-12-25Loosen scheduling restrictions on the PPC dcbt intrinsicHal Finkel
2012-12-25Expand PPC64 atomic load and storeHal Finkel
2012-12-20Simplify the testcase a bit.Rafael Espindola
2012-12-19PowerPC: Expand VSELECT nodes.Benjamin Kramer
2012-12-18Check multiple register classes for inline asm tied registersHal Finkel
2012-12-14This patch removes some nondeterminism from direct object file outputBill Schmidt
2012-12-14This patch improves the 64-bit PowerPC InitialExec TLS support by providingBill Schmidt
2012-12-12The ordering of two relocations on the same instruction is apparently notBill Schmidt
2012-12-12This patch implements local-dynamic TLS model support for the 64-bitBill Schmidt
2012-12-11This patch implements the general dynamic TLS model for 64-bit PowerPC.Bill Schmidt
2012-12-10Use GetUnderlyingObjects in mischedHal Finkel
2012-12-04This patch introduces initial-exec model support for thread-local storageBill Schmidt
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
2012-11-27This patch makes medium code model the default for 64-bit PowerPC ELF.Bill Schmidt
2012-11-27This patch implements medium code model support for 64-bit PowerPC.Bill Schmidt
2012-11-26Rewrite test to not use a FileCheck variable and redefine it on the same line.Eli Bendersky