summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCISelLowering.h
Commit message (Expand)AuthorAgeFilesLines
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* [PowerPC] Implement PPCTargetLowering::getTgtMemIntrinsicHal Finkel2014-08-131-0/+4
* [PowerPC] Swap arguments and adjust shift count for vsldoi on little endianBill Schmidt2014-08-051-3/+4
* [PowerPC] Swap arguments to vpkuhum/vpkuwum on little-endianUlrich Weigand2014-08-041-2/+2
* Add alignment value to allowsUnalignedMemoryAccessMatt Arsenault2014-07-271-3/+4
* [PowerPC] Support TLS on PPC32/ELFHal Finkel2014-07-251-0/+4
* [PATCH][PPC64LE] Correct little-endian usage of vmrgh* and vmrgl*.Bill Schmidt2014-07-251-2/+2
* [PowerPC] ELFv2 aggregate passing supportUlrich Weigand2014-07-211-0/+14
* [PowerPC] Refactor setMinReservedArea and CalculateParameterAndLinkageAreaSizeUlrich Weigand2014-06-231-5/+0
* [PowerPC] Simplify and improve loading into TOC registerUlrich Weigand2014-06-181-8/+3
* Move PPCTargetLowering off of the TargetMachine and onto the subtarget.Eric Christopher2014-06-121-1/+1
* Rename PPCSubTarget to Subtarget in PPCTargetLowering for consistency.Eric Christopher2014-06-121-1/+1
* [PPC64LE] Recognize shufflevector patterns for little endianBill Schmidt2014-06-101-6/+8
* Rename ComputeMaskedBits to computeKnownBits. "Masked" has beenJay Foad2014-05-141-5/+5
* [PowerPC] Add global named register supportHal Finkel2014-05-111-0/+2
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-47/+48
* [C++] Use 'nullptr'.Craig Topper2014-04-281-1/+1
* [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
OpenPOWER on IntegriCloud