summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCISelLowering.h
Commit message (Expand)AuthorAge
* 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
* Fix dynamic linking on PPC64.Hal Finkel2012-03-31
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-17
* Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...Evan Cheng2012-02-28
* Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...Daniel Dunbar2012-02-28
* Some ARM implementaions, e.g. A-series, does return stack prediction. That is,Evan Cheng2012-02-28
* Rename NonScalarIntSafe to something more appropriate.Lang Hames2011-10-26
* Add an implementation of the CanLowerReturn function to the PPC backendHal Finkel2011-10-14
* Add codegen support for vector select (in the IR this means a selectDuncan Sands2011-09-06
* Split the init.trampoline intrinsic, which currently combines GCC'sDuncan Sands2011-09-06
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Have LowerOperandForConstraint handle multiple character constraints.Eric Christopher2011-06-02
* Make the logic for determining function alignment more explicit. No function...Eli Friedman2011-05-06
* Allow targets to specify a the type of the RHS of a shift parameterized on th...Owen Anderson2011-02-25
* add targetoperand flags for jump tables, constant pool and block addressChris Lattner2010-11-15
* Inline asm multiple alternative constraints development phase 2 - improved ba...John Thompson2010-10-29
* Split the SDValue out of OutputArg so that SelectionDAG-independentDan Gohman2010-07-07
* The hasMemory argument is irrelevant to how the argumentDale Johannesen2010-06-25
* The PPC MFCR instruction implicitly uses all 8 of the CRDale Johannesen2010-05-20