aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC
AgeCommit message (Expand)Author
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
2012-11-24PPC: MCize most of the darwin PIC emission.Benjamin Kramer
2012-11-18Use a full triple for a PPC test case for asm syntax.Andrew Trick
2012-11-17Silence the buildbots for this test while I figure out the tripleAndrew Trick
2012-11-17Broaden isSchedulingBoundary to check aliases of SP.Andrew Trick
2012-11-15PowerPC: Lowering floor intrinsic for AltivecAdhemerval Zanella
2012-11-14This patch is in preparation for adding medium code model support to theBill Schmidt
2012-11-13Do not consider a machine instruction that uses and defines the sameUlrich Weigand
2012-11-09Fix assertions in updateRegMaskSlots().Jakob Stoklund Olesen
2012-11-05On PowerPC64, integer return values (as well as arguments) are supposedUlrich Weigand
2012-11-05Add support for the PowerPC-specific inline asm Z constraint and y modifier.Hal Finkel
2012-11-05[PATCH] PowerPC: Expand load extend vector operationsAdhemerval Zanella
2012-10-31This patch addresses an ABI compatibility issue with empty aggregateBill Schmidt
2012-10-30PowerPC: Expand FSRQT for vector typesAdhemerval Zanella
2012-10-30PowerPC: More support for Altivec compare operationsAdhemerval Zanella
2012-10-29This patch solves a problem with passing varargs parameters under the PPC64Bill Schmidt
2012-10-29In various places throughout the code generator, there were specialUlrich Weigand
2012-10-29Allow i32/i64 for 'f' constraint on PowerPC.Ulrich Weigand
2012-10-29This patch adds alignment information for long double to the 64-bit PowerPCBill Schmidt
2012-10-25This patch addresses a PPC64 ELF issue with passing parameters consisting ofBill Schmidt
2012-10-18This patch fixes failures in the SingleSource/Regression/C/uint64_to_floatUlrich Weigand
2012-10-16This patch addresses PR13949.Bill Schmidt
2012-10-12llvm/test/CodeGen/PowerPC/2012-10-12-bitcast.ll: Try to fix failure on non-pp...NAKAMURA Takumi
2012-10-12Fix big-endian codegen bug in DAGTypeLegalizer::ExpandRes_BITCASTUlrich Weigand
2012-10-11This patch addresses PR13947.Bill Schmidt
2012-10-10Add -mattr=+altivec and remove XFAIL.Bill Schmidt