aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCISelLowering.h
Commit message (Expand)AuthorAgeFilesLines
* [PowerPC] Expose some calling convention functions in PPCISelLowering.h.Bill Schmidt2013-06-121-0/+18
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-071-2/+0
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-251-14/+14
* Add LLVMContext argument to getSetCCResultTypeMatt Arsenault2013-05-181-2/+2
* [PowerPC] Use true offset value in "memrix" machine operandsUlrich Weigand2013-05-161-8/+3
* Implement PPC counter loops as a late IR-level passHal Finkel2013-05-151-0/+4
* PPCISelLowering.h: Escape \@ in comments. [-Wdocumentation]NAKAMURA Takumi2013-05-151-14/+14
* Whitespace.NAKAMURA Takumi2013-05-151-2/+2
* Implement the PowerPC system call (sc) instruction.Bill Schmidt2013-05-141-0/+4
* Remove unused isLegalAddressImmediate() method.Roman Divacky2013-05-081-9/+0
* Enable early if conversion on PPCHal Finkel2013-04-051-0/+2
* Cleanup PPC reciprocal-estimate functionalityHal Finkel2013-04-031-3/+2
* Use PPC reciprocal estimates with Newton iteration in fast-math modeHal Finkel2013-04-031-0/+7
* Add more PPC floating-point conversion instructionsHal Finkel2013-04-011-1/+14
* Treat PPCISD::STFIWX like the memory opcode that it isHal Finkel2013-04-011-4/+4
* Add the PPC lfiwax instructionHal Finkel2013-03-311-0/+5
* Cleanup PPC(64) i32 -> float/double conversionHal Finkel2013-03-311-8/+1
* PowerPC: Simplify FADD in round-to-zero mode.Ulrich Weigand2013-03-261-18/+5
* Remove ABI-duplicated call instruction patterns.Ulrich Weigand2013-03-221-6/+3
* Implement builtin_{setjmp/longjmp} on PPCHal Finkel2013-03-211-0/+17
* Enable unaligned memory access on PPC for scalar typesHal Finkel2013-03-151-0/+4
* Fix PR10475Michael Liao2013-03-011-1/+1
* Large code model support for PowerPC.Bill Schmidt2013-02-211-5/+6
* Additional fixes for bug 15155.Bill Schmidt2013-02-201-2/+3
* Fix PR15155: lost vadd/vsplat optimization.Bill Schmidt2013-02-201-0/+5
* This patch improves the 64-bit PowerPC InitialExec TLS support by providingBill Schmidt2012-12-141-4/+9
* This patch implements local-dynamic TLS model support for the 64-bitBill Schmidt2012-12-121-0/+26
* Sorry about the churn. One more change to getOptimalMemOpType() hook. Did IEvan Cheng2012-12-121-7/+6
* - Rename isLegalMemOpType to isSafeMemOpType. "Legal" is a very overloade term.Evan Cheng2012-12-121-2/+2
* This patch implements the general dynamic TLS model for 64-bit PowerPC.Bill Schmidt2012-12-111-0/+14
* This patch introduces initial-exec model support for thread-local storageBill Schmidt2012-12-041-0/+14
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-041-1/+1
* This patch implements medium code model support for 64-bit PowerPC.Bill Schmidt2012-11-271-1/+15
* This is another TLC patch for separating code for the Darwin and ELF ABIsBill Schmidt2012-10-231-1/+24
* This patch splits apart PPCISelLowering::LowerFormalArguments_Darwin_Or_64SVR4Bill Schmidt2012-10-051-1/+7
* Small structs for PPC64 SVR4 must be passed right-justified in registers.Bill Schmidt2012-09-191-14/+15
* Eliminate redundant CR moves on PPC32.Hal Finkel2012-08-281-0/+4
* Convert the PPC backend to use the new FMA infrastructure.Hal Finkel2012-06-221-0/+6
* Implement local-exec TLS on PowerPC.Roman Divacky2012-06-041-0/+1
* Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCallJustin Holewinski2012-05-251-6/+1
* Always compute all the bits in ComputeMaskedBits.Rafael Espindola2012-04-041-1/+0
* Set the default PPC node scheduling preference to ILP (for the embedded cores).Hal Finkel2012-04-011-0/+1
* Fix dynamic linking on PPC64.Hal Finkel2012-03-311-1/+3
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-171-2/+2
* Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...Evan Cheng2012-02-281-11/+11
* Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...Daniel Dunbar2012-02-281-11/+11
* Some ARM implementaions, e.g. A-series, does return stack prediction. That is,Evan Cheng2012-02-281-11/+11
* Rename NonScalarIntSafe to something more appropriate.Lang Hames2011-10-261-2/+2
* Add an implementation of the CanLowerReturn function to the PPC backendHal Finkel2011-10-141-0/+6
* Add codegen support for vector select (in the IR this means a selectDuncan Sands2011-09-061-1/+1