summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCISelLowering.h
Commit message (Expand)AuthorAgeFilesLines
* [PowerPC] Implement some additional TLI callbacksHal Finkel2014-04-121-0/+23
* [PowerPC] Don't ever expand BUILD_VECTOR of v2i64 with shufflesHal Finkel2014-03-311-0/+5
* [PowerPC] Handle VSX v2i64 SIGN_EXTEND_INREGHal Finkel2014-03-301-0/+1
* Add CR-bit tracking to the PowerPC backend for i1 valuesHal Finkel2014-02-281-0/+11
* Add address space argument to allowsUnalignedMemoryAccess.Matt Arsenault2014-02-051-1/+3
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+1
* Add some comments.Roman Divacky2013-12-221-0/+2
* Implement initial-exec TLS for PPC32.Roman Divacky2013-12-201-0/+2
* 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
OpenPOWER on IntegriCloud