summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCISelLowering.h
Commit message (Expand)AuthorAge
* 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
* This patch improves the 64-bit PowerPC InitialExec TLS support by providingBill Schmidt2012-12-14
* This patch implements local-dynamic TLS model support for the 64-bitBill Schmidt2012-12-12
* Sorry about the churn. One more change to getOptimalMemOpType() hook. Did IEvan Cheng2012-12-12
* - Rename isLegalMemOpType to isSafeMemOpType. "Legal" is a very overloade term.Evan Cheng2012-12-12
* This patch implements the general dynamic TLS model for 64-bit PowerPC.Bill Schmidt2012-12-11
* This patch introduces initial-exec model support for thread-local storageBill Schmidt2012-12-04
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-04
* This patch implements medium code model support for 64-bit PowerPC.Bill Schmidt2012-11-27
* This is another TLC patch for separating code for the Darwin and ELF ABIsBill Schmidt2012-10-23
* This patch splits apart PPCISelLowering::LowerFormalArguments_Darwin_Or_64SVR4Bill Schmidt2012-10-05
* Small structs for PPC64 SVR4 must be passed right-justified in registers.Bill Schmidt2012-09-19
* Eliminate redundant CR moves on PPC32.Hal Finkel2012-08-28
* Convert the PPC backend to use the new FMA infrastructure.Hal Finkel2012-06-22
* Implement local-exec TLS on PowerPC.Roman Divacky2012-06-04
* Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCallJustin Holewinski2012-05-25
* Always compute all the bits in ComputeMaskedBits.Rafael Espindola2012-04-04
* Set the default PPC node scheduling preference to ILP (for the embedded cores).Hal Finkel2012-04-01