aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PowerPC
Commit message (Expand)AuthorAgeFilesLines
* 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
* This patch adds alignment information for long double to the 64-bit PowerPCBill Schmidt2012-10-291-0/+26
* This patch addresses a PPC64 ELF issue with passing parameters consisting ofBill Schmidt2012-10-252-7/+51
* This patch fixes failures in the SingleSource/Regression/C/uint64_to_floatUlrich Weigand2012-10-181-0/+27
* This patch addresses PR13949.Bill Schmidt2012-10-162-18/+257
* llvm/test/CodeGen/PowerPC/2012-10-12-bitcast.ll: Try to fix failure on non-pp...NAKAMURA Takumi2012-10-121-1/+1
* Fix big-endian codegen bug in DAGTypeLegalizer::ExpandRes_BITCASTUlrich Weigand2012-10-121-0/+20
* This patch addresses PR13947.Bill Schmidt2012-10-111-0/+97
* Add -mattr=+altivec and remove XFAIL.Bill Schmidt2012-10-101-3/+2
* XFAIL for all targets pending investigationBill Schmidt2012-10-101-2/+3
* When generating spill and reload code for vector registers on PowerPC,Bill Schmidt2012-10-101-0/+19
* The PowerPC VRSAVE register has been somewhat of an odd beast sinceBill Schmidt2012-10-101-0/+15
* PR12716: PPC crashes on vector compareAdhemerval Zanella2012-10-081-0/+191
* Add floating-point to and from integer conversionAdhemerval Zanella2012-10-081-0/+57
* Convert to unix line endings.Rafael Espindola2012-10-051-68/+68
* Specify MachinePointerInfo as refering to the argument value and offset of theRoman Divacky2012-09-241-0/+27
* Specify cpu to get the correct instruction ordering. Remove XFAIL.Roman Divacky2012-09-201-6/+1
* Really XFAIL test/CodeGen/PowerPC/structsinregs.ll.Jordan Rose2012-09-191-1/+1
* XFAIL test/CodeGen/PowerPC/structsinregs.llBill Schmidt2012-09-191-0/+6
* Small structs for PPC64 SVR4 must be passed right-justified in registers.Bill Schmidt2012-09-191-0/+204
* Add test for r164155 and remove two tests superseded by ppc64-calls.ll.Roman Divacky2012-09-183-32/+14
* Avoid symbol name clash when filling TOC.Roman Divacky2012-09-181-0/+27
* On PPC64 emit the environment pointer. Patch by Adhemerval Zanella.Roman Divacky2012-09-182-0/+2
* Optimize local func calls to not emit nop for TOC restoration.Roman Divacky2012-09-181-0/+49
* This patch corrects logic in PPCFrameLowering for save and restore of ...Roman Divacky2012-09-121-0/+49
* Allow overlaps between virtreg and physreg live ranges.Jakob Stoklund Olesen2012-09-061-3/+2
* Move tie checks into MachineVerifier::visitMachineOperand.Jakob Stoklund Olesen2012-09-041-1/+8
* Reserve space for the mandatory traceback fields on PPC64.Hal Finkel2012-08-291-0/+1