aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC
AgeCommit message (Expand)Author
2012-11-16Using const cast to alleviate a warning.Joe Abbey
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-13Add (some) PowerPC TLS relocation types to ELF.h andUlrich Weigand
2012-11-13Fix wrong PowerPC instruction opcodes for:Ulrich Weigand
2012-11-13Fix wrong PowerPC instruction encodings due toUlrich Weigand
2012-11-13Fix instruction encoding for "bd(n)z" on PowerPC,Ulrich Weigand
2012-11-13Fix instruction encoding for "isel" on PowerPC,Ulrich Weigand
2012-11-12Make TOC order deterministic by using MapVector instead of DenseMap.Ulrich Weigand
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 majority of the next patch in the address space series:Chandler Carruth
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-29PPCSubtarget.h: Add explicit braces.NAKAMURA Takumi
2012-10-29PPCSubtarget.h: Whitespace.NAKAMURA Takumi
2012-10-29This patch adds alignment information for long double to the 64-bit PowerPCBill Schmidt
2012-10-26PowerPC: Fix for rldcl/rldicl/rldicr MC emissionAdhemerval Zanella
2012-10-25This patch fixes the MC object emission of 'nop' for external function callsAdhemerval Zanella
2012-10-25This patch addresses a PPC64 ELF issue with passing parameters consisting ofBill Schmidt
2012-10-25Initial TOC support for PowerPC64 object creationAdhemerval Zanella
2012-10-24Implement a basic VectorTargetTransformInfo interface to be used by the loop ...Nadav Rotem
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-18Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem
2012-10-18This patch fixes failures in the SingleSource/Regression/C/uint64_to_floatUlrich Weigand
2012-10-18Temporarily revert the TargetTransform changes.Bob Wilson
2012-10-16This patch addresses PR13949.Bill Schmidt
2012-10-15Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow
2012-10-15PowerPC: add EmitTCEntry class for TOC creationAdhemerval Zanella
2012-10-11Revert 165732 for further review.Micah Villmow
2012-10-11Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow
2012-10-11This patch addresses PR13947.Bill Schmidt
2012-10-10Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem
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-09Create enums for the different attributes.Bill Wendling
2012-10-08PR12716: PPC crashes on vector compareAdhemerval Zanella
2012-10-08PowerPC: Fix object creation with PPC::MTCRF8 instructionAdhemerval 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-10-05- Mark the BCC and BLR defs as isCodeGenOnly per error output fromWill Schmidt