summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC
Commit message (Expand)AuthorAge
* Merging r167855 into 3.2 relase branchPawel Wodnicki2012-11-19
* Fix assertions in updateRegMaskSlots().Jakob Stoklund Olesen2012-11-09
* On PowerPC64, integer return values (as well as arguments) are supposedUlrich Weigand2012-11-05
* Add support for the PowerPC-specific inline asm Z constraint and y modifier.Hal Finkel2012-11-05
* [PATCH] PowerPC: Expand load extend vector operationsAdhemerval Zanella2012-11-05
* This patch addresses an ABI compatibility issue with empty aggregateBill Schmidt2012-10-31
* PowerPC: Expand FSRQT for vector typesAdhemerval Zanella2012-10-30
* PowerPC: More support for Altivec compare operationsAdhemerval Zanella2012-10-30
* This patch solves a problem with passing varargs parameters under the PPC64Bill Schmidt2012-10-29
* In various places throughout the code generator, there were specialUlrich Weigand2012-10-29
* Allow i32/i64 for 'f' constraint on PowerPC.Ulrich Weigand2012-10-29
* This patch adds alignment information for long double to the 64-bit PowerPCBill Schmidt2012-10-29
* This patch addresses a PPC64 ELF issue with passing parameters consisting ofBill Schmidt2012-10-25
* This patch fixes failures in the SingleSource/Regression/C/uint64_to_floatUlrich Weigand2012-10-18
* This patch addresses PR13949.Bill Schmidt2012-10-16
* llvm/test/CodeGen/PowerPC/2012-10-12-bitcast.ll: Try to fix failure on non-pp...NAKAMURA Takumi2012-10-12
* Fix big-endian codegen bug in DAGTypeLegalizer::ExpandRes_BITCASTUlrich Weigand2012-10-12
* This patch addresses PR13947.Bill Schmidt2012-10-11
* Add -mattr=+altivec and remove XFAIL.Bill Schmidt2012-10-10
* XFAIL for all targets pending investigationBill Schmidt2012-10-10
* When generating spill and reload code for vector registers on PowerPC,Bill Schmidt2012-10-10
* The PowerPC VRSAVE register has been somewhat of an odd beast sinceBill Schmidt2012-10-10
* PR12716: PPC crashes on vector compareAdhemerval Zanella2012-10-08
* Add floating-point to and from integer conversionAdhemerval Zanella2012-10-08
* Convert to unix line endings.Rafael Espindola2012-10-05
* Specify MachinePointerInfo as refering to the argument value and offset of theRoman Divacky2012-09-24
* Specify cpu to get the correct instruction ordering. Remove XFAIL.Roman Divacky2012-09-20
* Really XFAIL test/CodeGen/PowerPC/structsinregs.ll.Jordan Rose2012-09-19
* XFAIL test/CodeGen/PowerPC/structsinregs.llBill Schmidt2012-09-19
* Small structs for PPC64 SVR4 must be passed right-justified in registers.Bill Schmidt2012-09-19
* Add test for r164155 and remove two tests superseded by ppc64-calls.ll.Roman Divacky2012-09-18
* Avoid symbol name clash when filling TOC.Roman Divacky2012-09-18
* On PPC64 emit the environment pointer. Patch by Adhemerval Zanella.Roman Divacky2012-09-18
* Optimize local func calls to not emit nop for TOC restoration.Roman Divacky2012-09-18
* This patch corrects logic in PPCFrameLowering for save and restore of ...Roman Divacky2012-09-12
* Allow overlaps between virtreg and physreg live ranges.Jakob Stoklund Olesen2012-09-06
* Move tie checks into MachineVerifier::visitMachineOperand.Jakob Stoklund Olesen2012-09-04
* Reserve space for the mandatory traceback fields on PPC64.Hal Finkel2012-08-29
* Emit word of zeroes after the last instruction as a start of the mandatoryRoman Divacky2012-08-28
* Add PPC Freescale e500mc and e5500 subtargets.Hal Finkel2012-08-28
* Allow remat of LI on PPC.Hal Finkel2012-08-28
* Eliminate redundant CR moves on PPC32.Hal Finkel2012-08-28
* Optimize zext on PPC64.Hal Finkel2012-08-28
* Lower constant pools and jump tables via TOC on PPC64/SVR4.Roman Divacky2012-08-24
* During the CodeGenPrepare we often lower intrinsics (such as objsize)Nadav Rotem2012-08-14
* MFTB on PPC64 should really be encoded using MFSPR.Hal Finkel2012-08-06
* Add readcyclecounter lowering on PPC64.Hal Finkel2012-08-04
* Refactor and check "onlyReadsMemory" before optimizing builtins.Bob Wilson2012-08-03
* Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth2012-07-02
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-02