summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCISelLowering.cpp
Commit message (Expand)AuthorAge
* 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 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
* This patch addresses a PPC64 ELF issue with passing parameters consisting ofBill Schmidt2012-10-25
* 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
* This patch fixes failures in the SingleSource/Regression/C/uint64_to_floatUlrich Weigand2012-10-18
* This patch addresses PR13949.Bill Schmidt2012-10-16
* This patch addresses PR13947.Bill Schmidt2012-10-11
* Create enums for the different attributes.Bill Wendling2012-10-09
* PR12716: PPC crashes on vector compareAdhemerval 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
* 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
* Optimize local func calls to not emit nop for TOC restoration.Roman Divacky2012-09-18
* Fix PR11985Michael Liao2012-09-12
* PPCISelLowering.cpp: Fix r162725.NAKAMURA Takumi2012-08-30
* PPCISelLowering.cpp: Whitespace.NAKAMURA Takumi2012-08-30
* Add PPC Freescale e500mc and e5500 subtargets.Hal Finkel2012-08-28
* Eliminate redundant CR moves on PPC32.Hal Finkel2012-08-28
* Fix integer undefined behavior due to signed left shift overflow in LLVM.Richard Smith2012-08-24
* Lower constant pools and jump tables via TOC on PPC64/SVR4.Roman Divacky2012-08-24
* Fix typo and grammar. By Adhemerval Zanella.Roman Divacky2012-08-16
* Add readcyclecounter lowering on PPC64.Hal Finkel2012-08-04
* Target option DisableJumpTables is a gross hack. Move it to TargetLowering in...Evan Cheng2012-07-02
* Add support for the PPC isel instruction.Hal Finkel2012-06-22
* Convert the PPC backend to use the new FMA infrastructure.Hal Finkel2012-06-22
* Add support for generating reg+reg (indexed) pre-inc loads on PPC.Hal Finkel2012-06-20
* Add support for generating reg+reg preinc stores on PPC.Hal Finkel2012-06-19
* Enable ILP scheduling for all nodes by default on PPC.Hal Finkel2012-06-10
* PPC32 uses R2 as the TLS register. Fix the copy and paste.Roman Divacky2012-06-05
* Implement local-exec TLS on PowerPC.Roman Divacky2012-06-04
* Enable generating PPC pre-increment (r+imm) instructions by default.Hal Finkel2012-06-04
* Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCallJustin Holewinski2012-05-25
* effectively back out my last change (r155190)Gabor Greif2012-04-20
* fix obviously bogus (IMO) operand index of the load in assertsGabor Greif2012-04-20
* Convert some uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper2012-04-20
* zap tabsGabor Greif2012-04-19
* Always compute all the bits in ComputeMaskedBits.Rafael Espindola2012-04-04
* Implement the SVR4 byval alignment for aggregates. Fixing a FIXME.Roman Divacky2012-04-02