summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC
Commit message (Expand)AuthorAge
* Remove the Function::getFnAttributes method in favor of using the AttributeSetBill Wendling2012-12-30
* Expand PPC64 atomic load and storeHal Finkel2012-12-25
* Undefine PPC harder.Rafael Espindola2012-12-20
* PowerPC: Expand VSELECT nodes.Benjamin Kramer2012-12-19
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-19
* This patch removes some nondeterminism from direct object file outputBill Schmidt2012-12-14
* This patch improves the 64-bit PowerPC InitialExec TLS support by providingBill Schmidt2012-12-14
* This is another cleanup patch for 64-bit PowerPC TLS processing. I hadBill Schmidt2012-12-13
* This is just a clean-up patch that simplifies the initial-exec TLS logic byBill Schmidt2012-12-13
* This patch implements local-dynamic TLS model support for the 64-bitBill Schmidt2012-12-12
* Sorry about the churn. One more change to getOptimalMemOpType() hook. Did IEvan Cheng2012-12-12
* - Rename isLegalMemOpType to isSafeMemOpType. "Legal" is a very overloade term.Evan Cheng2012-12-12
* This patch implements the general dynamic TLS model for 64-bit PowerPC.Bill Schmidt2012-12-11
* This patch introduces initial-exec model support for thread-local storageBill Schmidt2012-12-04
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-04
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* This patch fixes the Altivec addend construction for the fused multiply-addAdhemerval Zanella2012-11-30
* Fix initial frame state on powerpc64.Ulrich Weigand2012-11-28
* Remove all references to TargetInstrInfoImpl.Jakob Stoklund Olesen2012-11-28
* This patch makes medium code model the default for 64-bit PowerPC ELF.Bill Schmidt2012-11-27
* This patch implements medium code model support for 64-bit PowerPC.Bill Schmidt2012-11-27
* Decouple MCInstBuilder from the streamer per Eli's request.Benjamin Kramer2012-11-26
* Add MCInstBuilder, a utility class to simplify MCInst creation similar to Mac...Benjamin Kramer2012-11-26
* PPC: Reinstate the fatal error when trying to emit a macho file.Benjamin Kramer2012-11-24
* PPC: MCize most of the darwin PIC emission.Benjamin Kramer2012-11-24
* PPC: Share applyFixup between ELF and Darwin.Benjamin Kramer2012-11-24
* PPC: Simplify code with Twines.Benjamin Kramer2012-11-24
* Using const cast to alleviate a warning.Joe Abbey2012-11-16
* PowerPC: Lowering floor intrinsic for AltivecAdhemerval Zanella2012-11-15
* Make a bunch of floating point operations on vectors Expand so that instructi...Craig Topper2012-11-15
* Add llvm.ceil, llvm.trunc, llvm.rint, llvm.nearbyint intrinsics.Craig Topper2012-11-15
* Set FFLOOR of vectors to expand to keep intruction selection from failing.Craig Topper2012-11-14
* Add (some) PowerPC TLS relocation types to ELF.h andUlrich Weigand2012-11-13
* Fix wrong PowerPC instruction opcodes for:Ulrich Weigand2012-11-13
* Fix wrong PowerPC instruction encodings due toUlrich Weigand2012-11-13
* Fix instruction encoding for "bd(n)z" on PowerPC,Ulrich Weigand2012-11-13
* Fix instruction encoding for "isel" on PowerPC,Ulrich Weigand2012-11-13
* Make TOC order deterministic by using MapVector instead of DenseMap.Ulrich Weigand2012-11-12
* 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