aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC
AgeCommit message (Expand)Author
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
2012-10-04- add tokens to PPCInstrInfo.td and PPCInstr64Bit.td to resolveWill Schmidt
2012-10-04test commit / whitespaceWill Schmidt
2012-09-27Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru
2012-09-27Fix a typo 'iff' => 'if'Sylvestre Ledru
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-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-18When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky
2012-09-16Change unsigned to uint32_t to match base class declaration and other targets.Craig Topper
2012-09-15Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Craig Topper
2012-09-12Fix PR11985Michael Liao
2012-09-12Enable exceptions handling on PPC64 now that cr misaligned spillingRoman Divacky
2012-09-12This patch corrects logic in PPCFrameLowering for save and restore of ...Roman Divacky
2012-09-07MC: Overhaul handling of .lcommBenjamin Kramer