summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC
Commit message (Expand)AuthorAge
* Merge in r168799 (PPC bug fix).Hal Finkel2012-11-29
* Merge in PPC internal-as fixes: r167861, r167862, r167863, r167875, r167860, ...Hal Finkel2012-11-20
* Merge in r167737: Make PPC TOC contents deterministic.Hal Finkel2012-11-20
* 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
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-01
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-01
* 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
* Allow i32/i64 for 'f' constraint on PowerPC.Ulrich Weigand2012-10-29
* PPCSubtarget.h: Add explicit braces.NAKAMURA Takumi2012-10-29
* PPCSubtarget.h: Whitespace.NAKAMURA Takumi2012-10-29
* This patch adds alignment information for long double to the 64-bit PowerPCBill Schmidt2012-10-29
* PowerPC: Fix for rldcl/rldicl/rldicr MC emissionAdhemerval Zanella2012-10-26
* This patch fixes the MC object emission of 'nop' for external function callsAdhemerval Zanella2012-10-25
* This patch addresses a PPC64 ELF issue with passing parameters consisting ofBill Schmidt2012-10-25
* Initial TOC support for PowerPC64 object creationAdhemerval Zanella2012-10-25
* Implement a basic VectorTargetTransformInfo interface to be used by the loop ...Nadav Rotem2012-10-24
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-24
* This is another TLC patch for separating code for the Darwin and ELF ABIsBill Schmidt2012-10-23
* Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem2012-10-18
* This patch fixes failures in the SingleSource/Regression/C/uint64_to_floatUlrich Weigand2012-10-18
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-18
* This patch addresses PR13949.Bill Schmidt2012-10-16
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-15
* PowerPC: add EmitTCEntry class for TOC creationAdhemerval Zanella2012-10-15
* Revert 165732 for further review.Micah Villmow2012-10-11
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-11
* This patch addresses PR13947.Bill Schmidt2012-10-11
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-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
* Create enums for the different attributes.Bill Wendling2012-10-09
* PR12716: PPC crashes on vector compareAdhemerval Zanella2012-10-08
* PowerPC: Fix object creation with PPC::MTCRF8 instructionAdhemerval Zanella2012-10-08
* Add floating-point to and from integer conversionAdhemerval Zanella2012-10-08
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* This patch splits apart PPCISelLowering::LowerFormalArguments_Darwin_Or_64SVR4Bill Schmidt2012-10-05
* - Mark the BCC and BLR defs as isCodeGenOnly per error output fromWill Schmidt2012-10-05
* - add tokens to PPCInstrInfo.td and PPCInstr64Bit.td to resolveWill Schmidt2012-10-04
* test commit / whitespaceWill Schmidt2012-10-04
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-27
* Remove the `hasFnAttr' method from Function.Bill Wendling2012-09-26
* Specify MachinePointerInfo as refering to the argument value and offset of theRoman Divacky2012-09-24
* Small structs for PPC64 SVR4 must be passed right-justified in registers.Bill Schmidt2012-09-19
* Fix the isLocalCall() by checking for linker weakness as well.Roman Divacky2012-09-18