aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC
AgeCommit message (Expand)Author
2012-12-04This patch introduces initial-exec model support for thread-local storageBill Schmidt
2012-12-04Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-11-30This patch fixes the Altivec addend construction for the fused multiply-addAdhemerval Zanella
2012-11-28Fix initial frame state on powerpc64.Ulrich Weigand
2012-11-28Remove all references to TargetInstrInfoImpl.Jakob Stoklund Olesen
2012-11-27This patch makes medium code model the default for 64-bit PowerPC ELF.Bill Schmidt
2012-11-27This patch implements medium code model support for 64-bit PowerPC.Bill Schmidt
2012-11-26Decouple MCInstBuilder from the streamer per Eli's request.Benjamin Kramer
2012-11-26Add MCInstBuilder, a utility class to simplify MCInst creation similar to Mac...Benjamin Kramer
2012-11-24PPC: Reinstate the fatal error when trying to emit a macho file.Benjamin Kramer
2012-11-24PPC: MCize most of the darwin PIC emission.Benjamin Kramer
2012-11-24PPC: Share applyFixup between ELF and Darwin.Benjamin Kramer
2012-11-24PPC: Simplify code with Twines.Benjamin Kramer
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