aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCISelLowering.cpp
AgeCommit message (Expand)Author
2012-12-30Remove the Function::getFnAttributes method in favor of using the AttributeSetBill Wendling
2012-12-25Expand PPC64 atomic load and storeHal Finkel
2012-12-19PowerPC: Expand VSELECT nodes.Benjamin Kramer
2012-12-19Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling
2012-12-14This patch improves the 64-bit PowerPC InitialExec TLS support by providingBill Schmidt
2012-12-13This is another cleanup patch for 64-bit PowerPC TLS processing. I hadBill Schmidt
2012-12-13This is just a clean-up patch that simplifies the initial-exec TLS logic byBill Schmidt
2012-12-12This patch implements local-dynamic TLS model support for the 64-bitBill Schmidt
2012-12-12Sorry about the churn. One more change to getOptimalMemOpType() hook. Did IEvan Cheng
2012-12-12- Rename isLegalMemOpType to isSafeMemOpType. "Legal" is a very overloade term.Evan Cheng
2012-12-11This patch implements the general dynamic TLS model for 64-bit PowerPC.Bill Schmidt
2012-12-04This patch introduces initial-exec model support for thread-local storageBill Schmidt
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-11-27This patch implements medium code model support for 64-bit PowerPC.Bill Schmidt
2012-11-15PowerPC: Lowering floor intrinsic for AltivecAdhemerval Zanella
2012-11-15Make a bunch of floating point operations on vectors Expand so that instructi...Craig Topper
2012-11-15Add llvm.ceil, llvm.trunc, llvm.rint, llvm.nearbyint intrinsics.Craig Topper
2012-11-14Set FFLOOR of vectors to expand to keep intruction selection from failing.Craig Topper
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-11-01Revert the series of commits starting with r166578 which introduced theChandler Carruth
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-29Allow i32/i64 for 'f' constraint on PowerPC.Ulrich Weigand
2012-10-25This patch addresses a PPC64 ELF issue with passing parameters consisting ofBill Schmidt
2012-10-24Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow
2012-10-23This is another TLC patch for separating code for the Darwin and ELF ABIsBill 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-11This patch addresses PR13947.Bill Schmidt
2012-10-09Create enums for the different attributes.Bill Wendling
2012-10-08PR12716: PPC crashes on vector compareAdhemerval Zanella
2012-10-08Add floating-point to and from integer conversionAdhemerval Zanella
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-10-05This patch splits apart PPCISelLowering::LowerFormalArguments_Darwin_Or_64SVR4Bill Schmidt
2012-09-26Remove the `hasFnAttr' method from Function.Bill Wendling
2012-09-24Specify MachinePointerInfo as refering to the argument value and offset of theRoman Divacky
2012-09-19Small structs for PPC64 SVR4 must be passed right-justified in registers.Bill Schmidt
2012-09-18Fix the isLocalCall() by checking for linker weakness as well.Roman Divacky
2012-09-18Optimize local func calls to not emit nop for TOC restoration.Roman Divacky
2012-09-12Fix PR11985Michael Liao
2012-08-30PPCISelLowering.cpp: Fix r162725.NAKAMURA Takumi
2012-08-30PPCISelLowering.cpp: Whitespace.NAKAMURA Takumi
2012-08-28Add PPC Freescale e500mc and e5500 subtargets.Hal Finkel
2012-08-28Eliminate redundant CR moves on PPC32.Hal Finkel
2012-08-24Fix integer undefined behavior due to signed left shift overflow in LLVM.Richard Smith
2012-08-24Lower constant pools and jump tables via TOC on PPC64/SVR4.Roman Divacky