aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCISelLowering.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-4/+13
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-9/+17
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-51/+160
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-23/+59
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-21/+13
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-47/+73
* Update to LLVM 3.5a.Stephen Hines2014-04-241-2/+25
* PPC: Do not introduce ISD nodes for fctid and fctiwDavid Majnemer2013-09-261-4/+4
* PPC: Add support for fctid and fctiwDavid Majnemer2013-09-261-4/+4
* Dummy code to silence warning from 4189266Bill Schmidt2013-08-261-0/+2
* [PowerPC] Skeletal FastISel support for 64-bit PowerPC ELF.Bill Schmidt2013-07-301-0/+10
* PPC32 va_list is an actual structure so va_copy needs to copy the wholeRoman Divacky2013-07-251-0/+2
* AArch64/PowerPC/SystemZ/X86: This patch fixes the interface, usage, and allStephen Lin2013-07-091-5/+5
* [PowerPC] Always use mfocrf if availableUlrich Weigand2013-07-031-5/+4
* The getRegForInlineAsmConstraint function should only accept MVT value types.Chad Rosier2013-06-221-1/+1
* [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