aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC
AgeCommit message (Expand)Author
2012-11-19Merging r167855 into 3.2 relase branchPawel Wodnicki
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
2012-10-10XFAIL for all targets pending investigationBill Schmidt
2012-10-10When generating spill and reload code for vector registers on PowerPC,Bill Schmidt
2012-10-10The PowerPC VRSAVE register has been somewhat of an odd beast sinceBill Schmidt
2012-10-08PR12716: PPC crashes on vector compareAdhemerval Zanella
2012-10-08Add floating-point to and from integer conversionAdhemerval Zanella
2012-10-05Convert to unix line endings.Rafael Espindola
2012-09-24Specify MachinePointerInfo as refering to the argument value and offset of theRoman Divacky
2012-09-20Specify cpu to get the correct instruction ordering. Remove XFAIL.Roman Divacky
2012-09-19Really XFAIL test/CodeGen/PowerPC/structsinregs.ll.Jordan Rose
2012-09-19XFAIL test/CodeGen/PowerPC/structsinregs.llBill Schmidt
2012-09-19Small structs for PPC64 SVR4 must be passed right-justified in registers.Bill Schmidt
2012-09-18Add test for r164155 and remove two tests superseded by ppc64-calls.ll.Roman Divacky
2012-09-18Avoid symbol name clash when filling TOC.Roman Divacky
2012-09-18On PPC64 emit the environment pointer. Patch by Adhemerval Zanella.Roman Divacky
2012-09-18Optimize local func calls to not emit nop for TOC restoration.Roman Divacky
2012-09-12This patch corrects logic in PPCFrameLowering for save and restore of ...Roman Divacky
2012-09-06Allow overlaps between virtreg and physreg live ranges.Jakob Stoklund Olesen
2012-09-04Move tie checks into MachineVerifier::visitMachineOperand.Jakob Stoklund Olesen
2012-08-29Reserve space for the mandatory traceback fields on PPC64.Hal Finkel
2012-08-28Emit word of zeroes after the last instruction as a start of the mandatoryRoman Divacky
2012-08-28Add PPC Freescale e500mc and e5500 subtargets.Hal Finkel
2012-08-28Allow remat of LI on PPC.Hal Finkel
2012-08-28Eliminate redundant CR moves on PPC32.Hal Finkel
2012-08-28Optimize zext on PPC64.Hal Finkel
2012-08-24Lower constant pools and jump tables via TOC on PPC64/SVR4.Roman Divacky
2012-08-14During the CodeGenPrepare we often lower intrinsics (such as objsize)Nadav Rotem
2012-08-06MFTB on PPC64 should really be encoded using MFSPR.Hal Finkel
2012-08-04Add readcyclecounter lowering on PPC64.Hal Finkel
2012-08-03Refactor and check "onlyReadsMemory" before optimizing builtins.Bob Wilson
2012-07-02Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth
2012-07-02Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth