summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* [PowerPC] - Legalize vector types by widening instead of integer promotionNemanja Ivanovic2016-07-051-0/+58
* CodeGen: Use MachineInstr& in TargetLowering, NFCDuncan P. N. Exon Smith2016-06-301-165/+167
* Delete unused includes. NFC.Rafael Espindola2016-06-301-1/+0
* CodeGen: Use MachineInstr& in TargetInstrInfo, NFCDuncan P. N. Exon Smith2016-06-301-1/+1
* Drop support for creating $stubs.Rafael Espindola2016-06-291-7/+3
* NFC. Fix popular typo in comment 'deferencing' --> 'dereferencing'.Nick Lewycky2016-06-281-6/+6
* Move shouldAssumeDSOLocal to Target.Rafael Espindola2016-06-271-2/+2
* Use the isPositionIndependent predicate. NFC.Rafael Espindola2016-06-271-4/+2
* Simplify getLabelAccessInfo.Rafael Espindola2016-06-271-24/+19
* Refactor duplicated code. NFC.Rafael Espindola2016-06-231-20/+17
* Use shouldAssumeDSOLocal.Rafael Espindola2016-06-221-5/+5
* Extract a few variables to make 'if' smaller. NFC.Rafael Espindola2016-06-221-7/+8
* [SDAG] Remove FixedArgs parameter from CallLoweringInfo::setCalleeKrzysztof Parzyszek2016-06-221-1/+1
* Reformat blank lines.NAKAMURA Takumi2016-06-201-2/+1
* Trailing whitespace.NAKAMURA Takumi2016-06-201-3/+3
* Untabify.NAKAMURA Takumi2016-06-201-2/+2
* [Codegen] Change PICLevel.Davide Italiano2016-06-171-2/+2
* [PPC] Strength-reduce SmallVectors into arrays.Benjamin Kramer2016-06-171-60/+36
* Pass DebugLoc and SDLoc by const ref.Benjamin Kramer2016-06-121-152/+107
* [PowerPC] Fix a DAG replacement bug in PPCTargetLowering::DAGCombineExtBoolTruncHal Finkel2016-05-121-10/+19
* [Power9] Add support for -mcpu=pwr9 in the back endNemanja Ivanovic2016-05-091-1/+3
* [PowerPC] fix register alignment for long double typeStrahinja Petrovic2016-05-091-3/+10
* [PowerPC] Generate VSX version of splat wordNemanja Ivanovic2016-05-041-0/+11
* [PPC] Enable shuffling of VSX vectorsGuozhi Wei2016-04-291-4/+2
* [CodeGen] Default CTTZ_ZERO_UNDEF/CTLZ_ZERO_UNDEF to Expand in TargetLowering...Craig Topper2016-04-281-6/+0
* [CodeGen] Add getBuildVector and getSplatBuildVector helpers. NFCI.Ahmed Bougacha2016-04-261-5/+3
* [PowerPC] Add support for llvm.thread.pointerMarcin Koscielnicki2016-04-261-0/+10
* [ppc64] Reenable sibling call optimization on ppc64 since fixed tsan library ...Chuang-Yu Cheng2016-04-261-1/+1
* [PPC, SSP] Support PowerPC Linux stack protection.Tim Shen2016-04-191-0/+13
* Fix typing on generated LXV2DX/STXV2DX instructionsNirav Dave2016-04-151-5/+23
* CXX_FAST_TLS calling convention: performance improvement for PPC64Chuang-Yu Cheng2016-04-081-0/+73
* NFC: make AtomicOrdering an enum classJF Bastien2016-04-061-3/+3
* [PPC] Use VSX/FP Facility integer load when an integer load's only users are ...Ehsan Amiri2016-04-061-1/+26
* [ppc64] Temporary disable sibling call optimization on ppc64 due to breaking ...Chuang-Yu Cheng2016-04-061-1/+1
* [ppc64] Enable sibling call optimization on ppc64 ELFv1/ELFv2 abiChuang-Yu Cheng2016-04-061-7/+218
* [PowerPC] Add a late MI-level pass for QPX load/splat simplificationHal Finkel2016-03-311-3/+0
* [PowerPC] Load two floats directly instead of using one 64-bit integer loadHal Finkel2016-03-311-0/+105
* [PowerPC] Refactor popcnt[dw] target featuresHal Finkel2016-03-291-1/+1
* [PowerPC] On the A2, popcnt[dw] are very slowHal Finkel2016-03-281-1/+1
* Finish the incomplete 'd' inline asm constraint support for PPC byEric Christopher2016-03-241-0/+5
* [PowerPC] Disable direct moves for extractelement and bitcast in 32-bit modeNemanja Ivanovic2016-03-241-2/+2
* Tweak some atomics functions in preparation for larger changes; NFC.James Y Knight2016-03-161-1/+0
* [DAG] use !isUndef() ; NFCISanjay Patel2016-03-141-1/+1
* [DAG] use isUndef() ; NFCISanjay Patel2016-03-141-8/+8
* [PPC] backend changes to generate xvabs[s,d]p and xvnabs[s,d]p instructionsKit Barton2016-03-091-0/+2
* Fix for PR26180Nemanja Ivanovic2016-02-291-2/+2
* [PPC] Legalize FNEG on PPC when possibleKit Barton2016-02-261-0/+3
* [CodeGen] Document and use getConstant's splat-building feature. NFC.Ahmed Bougacha2016-02-151-19/+6
* GlobalValue: use getValueType() instead of getType()->getPointerElementType().Manuel Jacob2016-01-161-1/+1
* Refactor: Simplify boolean conditional return statements in lib/Target/PowerPCAlexander Kornienko2015-12-281-3/+1
OpenPOWER on IntegriCloud