aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PowerPC
Commit message (Expand)AuthorAgeFilesLines
* 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
* [PATCH] PowerPC: Expand load extend vector operationsAdhemerval Zanella2012-11-051-0/+155
* This patch addresses an ABI compatibility issue with empty aggregateBill Schmidt2012-10-311-0/+51
* PowerPC: Expand FSRQT for vector typesAdhemerval Zanella2012-10-301-0/+71
* PowerPC: More support for Altivec compare operationsAdhemerval Zanella2012-10-301-14/+350
* This patch solves a problem with passing varargs parameters under the PPC64Bill Schmidt2012-10-291-0/+23
* In various places throughout the code generator, there were specialUlrich Weigand2012-10-291-1/+2
* Allow i32/i64 for 'f' constraint on PowerPC.Ulrich Weigand2012-10-291-0/+14