aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PowerPC
Commit message (Expand)AuthorAgeFilesLines
* DAGCombiner: Constant folding around pre-increment loads/storesHal Finkel2013-02-081-0/+47
* Disable a couple more vector splat optimizations on PPC.Benjamin Kramer2013-02-041-1/+41
* SelectionDAG: Teach FoldConstantArithmetic how to deal with vectors.Benjamin Kramer2013-02-041-0/+1
* Remove the (apparently) unnecessary debug info metadata indirection.David Blaikie2013-02-021-4/+2
* LLVM enablement for some older PowerPC CPUsBill Schmidt2013-02-011-0/+14
* PPC QPX requires a 32-byte aligned stackHal Finkel2013-01-301-0/+23
* Add definitions for the PPC a2q core marked as having QPX availableHal Finkel2013-01-301-0/+10
* This patch addresses bug 15031.Bill Schmidt2013-01-281-0/+370
* Restore reverted test case, this time with REQUIRES: assertsBill Schmidt2013-01-171-0/+19
* Remove bad test caseBill Schmidt2013-01-171-18/+0
* This patch fixes PR13626 by providing i128 support in the returnBill Schmidt2013-01-171-0/+18
* This patch fixes the PPC calling convention to handle returns ofBill Schmidt2013-01-171-0/+55
* This patch addresses an incorrect transformation in the DAG combiner.Bill Schmidt2013-01-141-0/+34
* When lowering an inreg sext first shift left, then right arithmetically.Benjamin Kramer2013-01-121-3/+3
* PPC: Implement efficient lowering of sign_extend_inreg.Nadav Rotem2013-01-111-87/+9
* Simplify writing floating types to assembly.Tim Northover2013-01-112-8/+34
* MIsched: add an ILP window property to machine model.Andrew Trick2013-01-091-0/+55
* Specify complete triple for fp128 tests.Tim Northover2013-01-081-1/+1
* Allow the asm printer to print fp128 values properly.Tim Northover2013-01-081-0/+8
* This patch addresses bug 14678 by fixing two problems in medium code modelBill Schmidt2013-01-072-0/+51
* Support ppcf128 in SelectionDAG::getConstantFPHal Finkel2012-12-301-0/+15
* Loosen scheduling restrictions on the PPC dcbt intrinsicHal Finkel2012-12-251-0/+22
* Expand PPC64 atomic load and storeHal Finkel2012-12-251-0/+20
* Simplify the testcase a bit.Rafael Espindola2012-12-201-15/+4
* PowerPC: Expand VSELECT nodes.Benjamin Kramer2012-12-191-0/+7
* Check multiple register classes for inline asm tied registersHal Finkel2012-12-181-0/+22
* This patch removes some nondeterminism from direct object file outputBill Schmidt2012-12-141-4/+0
* This patch improves the 64-bit PowerPC InitialExec TLS support by providingBill Schmidt2012-12-142-3/+8
* The ordering of two relocations on the same instruction is apparently notBill Schmidt2012-12-121-3/+8
* This patch implements local-dynamic TLS model support for the 64-bitBill Schmidt2012-12-122-0/+73
* This patch implements the general dynamic TLS model for 64-bit PowerPC.Bill Schmidt2012-12-112-0/+64
* Use GetUnderlyingObjects in mischedHal Finkel2012-12-101-0/+101
* This patch introduces initial-exec model support for thread-local storageBill Schmidt2012-12-042-0/+53
* test/CodeGen/PowerPC/vec_mul.ll: Add a triple. Thanks, Hal.Chad Rosier2012-11-301-3/+3
* test/CodeGen/PowerPC/vec_mul.ll: Fix register operands.Chad Rosier2012-11-301-2/+2
* test/CodeGen/PowerPC: Add explicit -march=ppc32.NAKAMURA Takumi2012-11-302-2/+2
* This patch fixes the Altivec addend construction for the fused multiply-addAdhemerval Zanella2012-11-302-10/+33
* This patch makes medium code model the default for 64-bit PowerPC ELF.Bill Schmidt2012-11-271-0/+26
* This patch implements medium code model support for 64-bit PowerPC.Bill Schmidt2012-11-278-0/+403
* Rewrite test to not use a FileCheck variable and redefine it on the same line.Eli Bendersky2012-11-261-5/+5
* PPC: MCize most of the darwin PIC emission.Benjamin Kramer2012-11-242-11/+49
* Use a full triple for a PPC test case for asm syntax.Andrew Trick2012-11-181-3/+3
* Silence the buildbots for this test while I figure out the tripleAndrew Trick2012-11-171-2/+2
* Broaden isSchedulingBoundary to check aliases of SP.Andrew Trick2012-11-171-0/+33
* PowerPC: Lowering floor intrinsic for AltivecAdhemerval Zanella2012-11-151-0/+172
* This patch is in preparation for adding medium code model support to theBill Schmidt2012-11-144-4/+4
* Do not consider a machine instruction that uses and defines the sameUlrich Weigand2012-11-131-0/+18
* Fix assertions in updateRegMaskSlots().Jakob Stoklund Olesen2012-11-091-0/+45
* On PowerPC64, integer return values (as well as arguments) are supposedUlrich Weigand2012-11-052-1/+99
* Add support for the PowerPC-specific inline asm Z constraint and y modifier.Hal Finkel2012-11-051-0/+14