summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Bitcasts between FP and INT values using direct movesNemanja Ivanovic2015-12-151-4/+11
* [Power PC] llvm soft float support for ppc32Petar Jovanovic2015-12-141-8/+11
* [PPC] Early exit loop. NFC.Chad Rosier2015-12-141-1/+4
* Patch to fix a crash in the PowerPC back end due to ISD::ROTL and ISD::ROTRNemanja Ivanovic2015-12-021-0/+2
* Introduce new @llvm.get.dynamic.area.offset.i{32, 64} intrinsics.Yury Gribov2015-12-011-0/+20
* Expose isXxxConstant() functions from SelectionDAGNodes.h (NFC)Artyom Skrobov2015-11-251-12/+6
* Let SelectionDAG start to use probability-based interface to add successors.Cong Hou2015-11-241-2/+2
* [WinEH] Update exception pointer registersJoseph Tremoulet2015-11-071-9/+11
* Fix for bootstrap bug introduced in r244921Nemanja Ivanovic2015-11-021-2/+1
* [PowerPC] Don't return unsupported register classes for asm constraintsHal Finkel2015-10-281-5/+6
* [PowerPC] Cleanly reject asm crbit constraint with -crbitsHal Finkel2015-10-281-1/+2
* PowerPC: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-201-20/+16
* Vector element extraction without stack operations on Power 8Nemanja Ivanovic2015-10-091-1/+8
* Addition of interfaces the BE to conform to Table A-2 of ELF V2 ABI V1.1Nemanja Ivanovic2015-09-291-6/+28
* Prune trailing whitespaces.NAKAMURA Takumi2015-09-221-13/+13
* Untabify.NAKAMURA Takumi2015-09-221-3/+3
* Reformat blank lines.NAKAMURA Takumi2015-09-221-12/+5
* Reformat comment lines.NAKAMURA Takumi2015-09-221-9/+9
* Reformat.NAKAMURA Takumi2015-09-221-50/+40
* Fix utf8 chars.NAKAMURA Takumi2015-09-221-1/+1
* propagate fast-math-flags on DAG nodesSanjay Patel2015-09-161-6/+10
* [PowerPC] Try harder to find a base+offset when looking for consecutive accessesHal Finkel2015-09-031-7/+23
* [PowerPC] Compute the MMO offset for an unaligned load with signed arithmeticHal Finkel2015-09-031-1/+2
* [PowerPC] Don't always consider P8Altivec-only masks in LowerVECTOR_SHUFFLEHal Finkel2015-09-021-6/+8
* [PowerPC] Fixup SELECT_CC (and SETCC) patterns with i1 comparison operandsHal Finkel2015-08-301-0/+2
* [PowerPC] Fix the int2fp(fp2int(x)) DAGCombine to ignore ppc_fp128Hal Finkel2015-08-201-0/+3
* Temporary fix for the self-host failures introduced by rL244921.Nemanja Ivanovic2015-08-191-1/+2
* Scalar to vector conversions using direct movesNemanja Ivanovic2015-08-131-1/+9
* PseudoSourceValue: Replace global manager with a manager in a machine function.Alex Lorenz2015-08-111-38/+51
* [PPC] Fix PR24216: Don't generate splat for misaligned shuffle maskBill Schmidt2015-07-291-0/+5
* fix TLI's combineRepeatedFPDivisors interface to return the minimum user thre...Sanjay Patel2015-07-281-3/+3
* Implement target independent TLS compatible with glibc's emutls.c.Chih-Hung Hsieh2015-07-281-0/+3
* Revert "Add const to some Type* parameters which didn't need to be mutable. ...Pete Cooper2015-07-271-5/+5
* Add const to some Type* parameters which didn't need to be mutable. NFC.Pete Cooper2015-07-241-5/+5
* Use foreach loops for StructType::elements(). NFC.Pete Cooper2015-07-241-2/+2
* [PowerPC] v4i32 is a VSRCRegClassBill Schmidt2015-07-161-0/+1
* [PPC64LE] Fix vec_sld semantics for little endianBill Schmidt2015-07-151-4/+7
* [PowerPC] Make use of the TargetRecip systemHal Finkel2015-07-121-14/+25
OpenPOWER on IntegriCloud