aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC
Commit message (Expand)AuthorAgeFilesLines
* This patch introduces initial-exec model support for thread-local storageBill Schmidt2012-12-0413-15/+156
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-045-9/+9
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-0317-70/+71
* This patch fixes the Altivec addend construction for the fused multiply-addAdhemerval Zanella2012-11-301-5/+7
* Fix initial frame state on powerpc64.Ulrich Weigand2012-11-281-1/+1
* Remove all references to TargetInstrInfoImpl.Jakob Stoklund Olesen2012-11-281-2/+2
* This patch makes medium code model the default for 64-bit PowerPC ELF.Bill Schmidt2012-11-271-0/+5
* This patch implements medium code model support for 64-bit PowerPC.Bill Schmidt2012-11-277-10/+233
* Decouple MCInstBuilder from the streamer per Eli's request.Benjamin Kramer2012-11-261-25/+19
* Add MCInstBuilder, a utility class to simplify MCInst creation similar to Mac...Benjamin Kramer2012-11-261-71/+53
* PPC: Reinstate the fatal error when trying to emit a macho file.Benjamin Kramer2012-11-241-1/+3
* PPC: MCize most of the darwin PIC emission.Benjamin Kramer2012-11-241-35/+92
* PPC: Share applyFixup between ELF and Darwin.Benjamin Kramer2012-11-241-18/+14
* PPC: Simplify code with Twines.Benjamin Kramer2012-11-241-6/+3
* Using const cast to alleviate a warning.Joe Abbey2012-11-161-1/+2
* PowerPC: Lowering floor intrinsic for AltivecAdhemerval Zanella2012-11-152-0/+14
* 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
* Add (some) PowerPC TLS relocation types to ELF.h andUlrich Weigand2012-11-131-2/+18
* Fix wrong PowerPC instruction opcodes for:Ulrich Weigand2012-11-132-4/+4
* Fix wrong PowerPC instruction encodings due toUlrich Weigand2012-11-132-10/+10
* Fix instruction encoding for "bd(n)z" on PowerPC,Ulrich Weigand2012-11-133-14/+15
* Fix instruction encoding for "isel" on PowerPC,Ulrich Weigand2012-11-133-2/+22
* Make TOC order deterministic by using MapVector instead of DenseMap.Ulrich Weigand2012-11-121-3/+3
* On PowerPC64, integer return values (as well as arguments) are supposedUlrich Weigand2012-11-052-7/+50
* Add support for the PowerPC-specific inline asm Z constraint and y modifier.Hal Finkel2012-11-052-2/+27
* [PATCH] PowerPC: Expand load extend vector operationsAdhemerval Zanella2012-11-051-0/+10
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-012-4/+4
* 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-302-13/+141
* 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
* PPCSubtarget.h: Add explicit braces.NAKAMURA Takumi2012-10-291-1/+2
* PPCSubtarget.h: Whitespace.NAKAMURA Takumi2012-10-291-22/+22
* This patch adds alignment information for long double to the 64-bit PowerPCBill Schmidt2012-10-291-0/+6
* PowerPC: Fix for rldcl/rldicl/rldicr MC emissionAdhemerval Zanella2012-10-261-6/+6
* This patch fixes the MC object emission of 'nop' for external function callsAdhemerval Zanella2012-10-253-7/+17
* This patch addresses a PPC64 ELF issue with passing parameters consisting ofBill Schmidt2012-10-251-21/+29
* Initial TOC support for PowerPC64 object creationAdhemerval Zanella2012-10-256-18/+128
* Implement a basic VectorTargetTransformInfo interface to be used by the loop ...Nadav Rotem2012-10-241-1/+1
* 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-232-186/+473
* Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem2012-10-182-1/+11
* This patch fixes failures in the SingleSource/Regression/C/uint64_to_floatUlrich Weigand2012-10-181-1/+46
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-182-11/+1
* This patch addresses PR13949.Bill Schmidt2012-10-161-6/+25
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-152-4/+4