summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* This patch introduces initial-exec model support for thread-local storageBill Schmidt2012-12-041-10/+27
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-6/+6
* This patch implements medium code model support for 64-bit PowerPC.Bill Schmidt2012-11-271-0/+3
* PowerPC: Lowering floor intrinsic for AltivecAdhemerval Zanella2012-11-151-0/+4
* Make a bunch of floating point operations on vectors Expand so that instructi...Craig Topper2012-11-151-6/+10
* Add llvm.ceil, llvm.trunc, llvm.rint, llvm.nearbyint intrinsics.Craig Topper2012-11-151-0/+4
* Set FFLOOR of vectors to expand to keep intruction selection from failing.Craig Topper2012-11-141-0/+1
* On PowerPC64, integer return values (as well as arguments) are supposedUlrich Weigand2012-11-051-7/+43
* Add support for the PowerPC-specific inline asm Z constraint and y modifier.Hal Finkel2012-11-051-0/+11
* [PATCH] PowerPC: Expand load extend vector operationsAdhemerval Zanella2012-11-051-0/+10
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-011-2/+1
* This patch addresses an ABI compatibility issue with empty aggregateBill Schmidt2012-10-311-0/+19
* PowerPC: Expand FSRQT for vector typesAdhemerval Zanella2012-10-301-0/+6
* PowerPC: More support for Altivec compare operationsAdhemerval Zanella2012-10-301-0/+8
* This patch solves a problem with passing varargs parameters under the PPC64Bill Schmidt2012-10-291-1/+11
* Allow i32/i64 for 'f' constraint on PowerPC.Ulrich Weigand2012-10-291-2/+2
* This patch addresses a PPC64 ELF issue with passing parameters consisting ofBill Schmidt2012-10-251-21/+29
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-241-1/+2
* This is another TLC patch for separating code for the Darwin and ELF ABIsBill Schmidt2012-10-231-185/+449
* This patch fixes failures in the SingleSource/Regression/C/uint64_to_floatUlrich Weigand2012-10-181-1/+46
* This patch addresses PR13949.Bill Schmidt2012-10-161-6/+25
* This patch addresses PR13947.Bill Schmidt2012-10-111-0/+8
* Create enums for the different attributes.Bill Wendling2012-10-091-1/+2
* PR12716: PPC crashes on vector compareAdhemerval Zanella2012-10-081-1/+3
* Add floating-point to and from integer conversionAdhemerval Zanella2012-10-081-0/+4
* Move TargetData to DataLayout.Micah Villmow2012-10-081-1/+1
* This patch splits apart PPCISelLowering::LowerFormalArguments_Darwin_Or_64SVR4Bill Schmidt2012-10-051-24/+302
* Remove the `hasFnAttr' method from Function.Bill Wendling2012-09-261-1/+1
* Specify MachinePointerInfo as refering to the argument value and offset of theRoman Divacky2012-09-241-3/+5
* Small structs for PPC64 SVR4 must be passed right-justified in registers.Bill Schmidt2012-09-191-47/+128
* Fix the isLocalCall() by checking for linker weakness as well.Roman Divacky2012-09-181-1/+2
* Optimize local func calls to not emit nop for TOC restoration.Roman Divacky2012-09-181-2/+10
* Fix PR11985Michael Liao2012-09-121-2/+2
* PPCISelLowering.cpp: Fix r162725.NAKAMURA Takumi2012-08-301-1/+5
* PPCISelLowering.cpp: Whitespace.NAKAMURA Takumi2012-08-301-1/+1
* Add PPC Freescale e500mc and e5500 subtargets.Hal Finkel2012-08-281-0/+15
* Eliminate redundant CR moves on PPC32.Hal Finkel2012-08-281-8/+14
* Fix integer undefined behavior due to signed left shift overflow in LLVM.Richard Smith2012-08-241-8/+7
* Lower constant pools and jump tables via TOC on PPC64/SVR4.Roman Divacky2012-08-241-0/+16
* Fix typo and grammar. By Adhemerval Zanella.Roman Divacky2012-08-161-1/+1
* Add readcyclecounter lowering on PPC64.Hal Finkel2012-08-041-1/+3
* Target option DisableJumpTables is a gross hack. Move it to TargetLowering in...Evan Cheng2012-07-021-10/+17
* Add support for the PPC isel instruction.Hal Finkel2012-06-221-5/+31
* Convert the PPC backend to use the new FMA infrastructure.Hal Finkel2012-06-221-2/+23
* Add support for generating reg+reg (indexed) pre-inc loads on PPC.Hal Finkel2012-06-201-7/+2
* Add support for generating reg+reg preinc stores on PPC.Hal Finkel2012-06-191-1/+9
* Enable ILP scheduling for all nodes by default on PPC.Hal Finkel2012-06-101-4/+6
* PPC32 uses R2 as the TLS register. Fix the copy and paste.Roman Divacky2012-06-051-3/+3
* Implement local-exec TLS on PowerPC.Roman Divacky2012-06-041-1/+26
* Enable generating PPC pre-increment (r+imm) instructions by default.Hal Finkel2012-06-041-5/+3
OpenPOWER on IntegriCloud