summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCISelLowering.h
Commit message (Expand)AuthorAge
* [PowerPC] Refactor setMinReservedArea and CalculateParameterAndLinkageAreaSizeUlrich Weigand2014-06-23
* [PowerPC] Simplify and improve loading into TOC registerUlrich Weigand2014-06-18
* Move PPCTargetLowering off of the TargetMachine and onto the subtarget.Eric Christopher2014-06-12
* Rename PPCSubTarget to Subtarget in PPCTargetLowering for consistency.Eric Christopher2014-06-12
* [PPC64LE] Recognize shufflevector patterns for little endianBill Schmidt2014-06-10
* Rename ComputeMaskedBits to computeKnownBits. "Masked" has beenJay Foad2014-05-14
* [PowerPC] Add global named register supportHal Finkel2014-05-11
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-29
* [C++] Use 'nullptr'.Craig Topper2014-04-28
* [PowerPC] Implement some additional TLI callbacksHal Finkel2014-04-12
* [PowerPC] Don't ever expand BUILD_VECTOR of v2i64 with shufflesHal Finkel2014-03-31
* [PowerPC] Handle VSX v2i64 SIGN_EXTEND_INREGHal Finkel2014-03-30
* Add CR-bit tracking to the PowerPC backend for i1 valuesHal Finkel2014-02-28
* Add address space argument to allowsUnalignedMemoryAccess.Matt Arsenault2014-02-05
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Add some comments.Roman Divacky2013-12-22
* Implement initial-exec TLS for PPC32.Roman Divacky2013-12-20
* PPC: Do not introduce ISD nodes for fctid and fctiwDavid Majnemer2013-09-26
* PPC: Add support for fctid and fctiwDavid Majnemer2013-09-26
* Dummy code to silence warning from 4189266Bill Schmidt2013-08-26
* [PowerPC] Skeletal FastISel support for 64-bit PowerPC ELF.Bill Schmidt2013-07-30
* PPC32 va_list is an actual structure so va_copy needs to copy the wholeRoman Divacky2013-07-25
* AArch64/PowerPC/SystemZ/X86: This patch fixes the interface, usage, and allStephen Lin2013-07-09
* [PowerPC] Always use mfocrf if availableUlrich Weigand2013-07-03
* The getRegForInlineAsmConstraint function should only accept MVT value types.Chad Rosier2013-06-22
* [PowerPC] Expose some calling convention functions in PPCISelLowering.h.Bill Schmidt2013-06-12
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-07
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-25
* Add LLVMContext argument to getSetCCResultTypeMatt Arsenault2013-05-18
* [PowerPC] Use true offset value in "memrix" machine operandsUlrich Weigand2013-05-16
* Implement PPC counter loops as a late IR-level passHal Finkel2013-05-15
* PPCISelLowering.h: Escape \@ in comments. [-Wdocumentation]NAKAMURA Takumi2013-05-15
* Whitespace.NAKAMURA Takumi2013-05-15
* Implement the PowerPC system call (sc) instruction.Bill Schmidt2013-05-14
* Remove unused isLegalAddressImmediate() method.Roman Divacky2013-05-08
* Enable early if conversion on PPCHal Finkel2013-04-05
* Cleanup PPC reciprocal-estimate functionalityHal Finkel2013-04-03
* Use PPC reciprocal estimates with Newton iteration in fast-math modeHal Finkel2013-04-03
* Add more PPC floating-point conversion instructionsHal Finkel2013-04-01
* Treat PPCISD::STFIWX like the memory opcode that it isHal Finkel2013-04-01
* Add the PPC lfiwax instructionHal Finkel2013-03-31
* Cleanup PPC(64) i32 -> float/double conversionHal Finkel2013-03-31
* PowerPC: Simplify FADD in round-to-zero mode.Ulrich Weigand2013-03-26
* Remove ABI-duplicated call instruction patterns.Ulrich Weigand2013-03-22
* Implement builtin_{setjmp/longjmp} on PPCHal Finkel2013-03-21
* Enable unaligned memory access on PPC for scalar typesHal Finkel2013-03-15
* Fix PR10475Michael Liao2013-03-01
* Large code model support for PowerPC.Bill Schmidt2013-02-21
* Additional fixes for bug 15155.Bill Schmidt2013-02-20
* Fix PR15155: lost vadd/vsplat optimization.Bill Schmidt2013-02-20