aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variables, silences -Wunused-variableDmitri Gribenko2013-01-251-4/+2
* Initial implementation of PPCTargetTransformInfoHal Finkel2013-01-255-0/+237
* More cleanup of PPC register definitions.Hal Finkel2013-01-251-64/+8
* Start cleanup of PPC register definitions using foreach loops.Hal Finkel2013-01-241-65/+7
* Fix powerpc test failure - forgot to initialize stack slot size for PPCLinuxM...Eli Bendersky2013-01-231-2/+3
* Clean up assignment of CalleeSaveStackSlotSize: get rid of the default and ex...Eli Bendersky2013-01-231-2/+3
* Sort all of the includes. Several files got checked in with mis-sortedChandler Carruth2013-01-191-1/+1
* This patch fixes PR13626 by providing i128 support in the returnBill Schmidt2013-01-171-0/+1
* This patch fixes the PPC calling convention to handle returns ofBill Schmidt2013-01-171-2/+2
* PowerPC: EH adjustmentsAdhemerval Zanella2013-01-091-0/+19
* These functions have default arguments of 0 for the last arg. UseEric Christopher2013-01-091-6/+6
* Renamed MCInstFragment to MCRelaxableFragment and added some comments.Eli Bendersky2013-01-081-1/+1
* This patch addresses bug 14678 by fixing two problems in medium code modelBill Schmidt2013-01-072-12/+29
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-072-11/+1
* PowerPC: Fix eh_frame relocation for PIC Adhemerval Zanella2013-01-041-0/+5
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-0211-24/+24
* Remove the Function::getFnAttributes method in favor of using the AttributeSetBill Wendling2012-12-303-6/+8
* Expand PPC64 atomic load and storeHal Finkel2012-12-251-0/+2
* Undefine PPC harder.Rafael Espindola2012-12-202-0/+6
* PowerPC: Expand VSELECT nodes.Benjamin Kramer2012-12-191-0/+1
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-193-4/+4
* This patch removes some nondeterminism from direct object file outputBill Schmidt2012-12-141-0/+45
* This patch improves the 64-bit PowerPC InitialExec TLS support by providingBill Schmidt2012-12-148-42/+53
* This is another cleanup patch for 64-bit PowerPC TLS processing. I hadBill Schmidt2012-12-133-57/+11
* This is just a clean-up patch that simplifies the initial-exec TLS logic byBill Schmidt2012-12-134-19/+7
* This patch implements local-dynamic TLS model support for the 64-bitBill Schmidt2012-12-1210-18/+242
* Sorry about the churn. One more change to getOptimalMemOpType() hook. Did IEvan Cheng2012-12-122-13/+11
* - Rename isLegalMemOpType to isSafeMemOpType. "Legal" is a very overloade term.Evan Cheng2012-12-122-4/+4
* This patch implements the general dynamic TLS model for 64-bit PowerPC.Bill Schmidt2012-12-1110-14/+172
* 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