summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
* [NFC][ARM[ParallelDSP] Cleanup of BinOpChainSam Parker2019-07-291-81/+58
* [AMDGPU] Enable v4f16 and above for v_pk_fma instructionsDavid Stuttard2019-07-292-0/+28
* [NFC][ARM][ParallelDSP] Remove AreSymmetricalSam Parker2019-07-291-43/+0
* [NFC][ARM][ParallelDSP] Remove PopulateLoadsSam Parker2019-07-291-9/+0
* [X86] Don't use PMADDWD for vector add reductions of multiplies if the mul in...Craig Topper2019-07-291-12/+22
* [X86] In combineLoopMAddPattern and combineLoopSADPattern, preserve the vecto...Craig Topper2019-07-281-78/+63
* [InstCombine] fold fsub+fneg with fdiv/fmul betweenSanjay Patel2019-07-281-0/+15
* [ARM] MVE VPNOTDavid Green2019-07-282-3/+22
* [ARM] Better patterns for fp <> predicate vectorsDavid Green2019-07-282-4/+26
* [Attributor] Deduce "align" attributeHideto Ueno2019-07-281-0/+236
* [IR] Fix getPointerAlignment for CallBaseHideto Ueno2019-07-281-3/+5
* [DAGCombine] narrowInsertExtractVectorBinOp - early out for illegal op. NFCI.Simon Pilgrim2019-07-271-1/+4
* [TargetLowering] SimplifyMultipleUseDemandedBits - add BITCAST pass through s...Simon Pilgrim2019-07-271-2/+59
* [InstSimplify] remove quadratic time looping (PR42771)Sanjay Patel2019-07-271-21/+17
* [X86][SSE] Replace PMULDQ GetDemandedBits combine with SimplifyMultipleUseDem...Simon Pilgrim2019-07-271-9/+12
* [SelectionDAG] Check for any recursion depth greater than or equal to limit i...Simon Pilgrim2019-07-272-5/+5
* [TargetLowering] Add depth limit to SimplifyMultipleUseDemandedBitsSimon Pilgrim2019-07-271-0/+3
* [AArch64][GlobalISel] Implement narrowing of G_SEXT.Amara Emerson2019-07-262-20/+46
* [AArch64][GlobalISel] Select @llvm.aarch64.stlxr for 32-bit pointersJessica Paquette2019-07-261-3/+21
* [Remarks] Silence Wreturn-type warningFrancis Visoiu Mistrih2019-07-261-0/+1
* Revert [IPSCCP] Add assertion to surface cases where we zap returns with over...Florian Hahn2019-07-261-15/+0
* Reland: [Remarks] Support parsing remark metadata in the YAML remark parserFrancis Visoiu Mistrih2019-07-263-0/+129
* [JumpThreading] Stop searching predecessor when the current bb is in aWei Mi2019-07-261-1/+11
* Revert "[Remarks] Support parsing remark metadata in the YAML remark parser"Francis Visoiu Mistrih2019-07-263-129/+0
* [Remarks] Support parsing remark metadata in the YAML remark parserFrancis Visoiu Mistrih2019-07-263-0/+129
* [InstCombine] canonicalize negated operand of fdivSanjay Patel2019-07-261-0/+10
* Revert "[X86][SSE] Replace PMULDQ GetDemandedBits combine with SimplifyMultip...Vlad Tsyrklevich2019-07-261-12/+9
* [PowerPC][AIX]Add lowering of MCSymbol MachineOperand.Sean Fertile2019-07-262-0/+6
* [AMDGPU] Fix typo.Michael Liao2019-07-261-2/+2
* [AArch64][SVE2] Rename bitperm feature to sve2-bitpermCullen Rhodes2019-07-264-5/+5
* Revert r367091, it caused PR42777.Nico Weber2019-07-261-59/+2
* [ARM][ParallelDSP] Combine structsSam Parker2019-07-261-19/+15
* [PowerPC] Add getCRSaveOffset to improve readability. [NFC]Sean Fertile2019-07-262-6/+17
* [MIPS GlobalISel] Fix check for void return during lowerCallPetar Avramovic2019-07-261-2/+2
* [AMDGPU] Move WQM/WWM intrinsic instruction selection to AMDGPUISelDAGToDAGCarl Ritson2019-07-262-10/+6
* [MIPS GlobalISel] Select inttoptr and ptrtointPetar Avramovic2019-07-263-1/+11
* [InstCombine] remove flop from lerp patternsSanjay Patel2019-07-261-0/+20
* [X86][SSE] Replace PMULDQ GetDemandedBits combine with SimplifyMultipleUseDem...Simon Pilgrim2019-07-261-9/+12
* [NFC][ARM][ParallelDSP] Cleanup isNarrowSequenceSam Parker2019-07-261-26/+5
* [SelectionDAG] GetDemandedBits - update SIGN_EXTEND_INREG op to just call Sim...Simon Pilgrim2019-07-261-9/+1
* [AMDGPU] Add llvm.amdgcn.softwqm intrinsicCarl Ritson2019-07-265-1/+38
* [TargetLowering] SimplifyMultipleUseDemandedBits - add SIGN_EXTEND_INREG supp...Simon Pilgrim2019-07-261-0/+7
* [AArch64] Define ETE and TRBE system registersMomchil Velikov2019-07-264-1/+45
* [SelectionDAG] GetDemandedBits - update OR/XOR ops to just call SimplifyMulti...Simon Pilgrim2019-07-261-6/+2
* [TargetLowering] SimplifyMultipleUseDemandedBits - add BITCAST pass through s...Simon Pilgrim2019-07-261-2/+59
* [ARM][LowOverheadLoops] Add CPSR defsSam Parker2019-07-261-2/+4
* [WinEH] Allocate space in funclets stack to save XMM CSRsPengfei Wang2019-07-263-23/+127
* [Loop Utils] Extend the scope of addStringMetadataToLoop.Serguei Katkov2019-07-261-2/+18
* [Loop Utils] Move utilty addStringMetadataToLoop to LoopUtils.cpp. NFC.Serguei Katkov2019-07-262-31/+31
* Fix macOS build after r358716Yi Kong2019-07-261-1/+1
OpenPOWER on IntegriCloud