summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix "pointer is null" clang static analyzer warnings. NFCI.Simon Pilgrim2020-01-141-23/+14
* [clang][OpenCL] Fix covered switch warningJinsong Ji2020-01-141-3/+1
* [ARM][MVE] VTP Block Pass fixSjoerd Meijer2020-01-142-2/+90
* [Syntax] Unset IsOriginal flag on nodes removed from the treeIlya Biryukov2020-01-142-8/+22
* [scudo][standalone] Fork supportKostya Kortchinsky2020-01-1418-42/+265
* [DBG][LIVEDEBUGVALUES][NFC] Add Targeted LiveDebugValues Behaviour Tests.Tom Weaver2020-01-1422-0/+1546
* [Syntax] Mark synthesized nodes as modifiableIlya Biryukov2020-01-143-0/+24
* [Syntax] Assert invariants on tree structure and fix a bug in mutationsIlya Biryukov2020-01-145-9/+62
* [clang-tidy] Match InitListExpr in modernize-use-default-member-initMalcolm Parsons2020-01-142-33/+33
* Revert "[DBG][LIVEDEBUGVALUES][NFC] Add Targeted LiveDebugValues Behaviour Te...Tom Weaver2020-01-1422-1546/+0
* [AArch64] Fix save register pairing for Windows AAPCSSanne Wouda2020-01-142-4/+51
* Revert "Recommit "[GlobalOpt] Pass DTU to removeUnreachableBlocks instead of ...Florian Hahn2020-01-141-3/+7
* [OpenCL] Add MSAA sharing extension builtin functionsSven van Haastregt2020-01-141-0/+37
* [DBG][LIVEDEBUGVALUES][NFC] Add Targeted LiveDebugValues Behaviour Tests.Tom Weaver2020-01-1422-0/+1546
* [AIX] ExternalSymbolSDNode loweringXiangling Liao2020-01-143-24/+250
* [lldb/DWARF] Move location list sections into DWARFContextPavel Labath2020-01-1412-19/+70
* [llvm-readobj][llvm-readelf][test] - Add a few more dynamic section tests.Georgii Rymar2020-01-142-196/+716
* Fix "pointer is null" static analyzer warning. NFCI.Simon Pilgrim2020-01-141-1/+2
* Fix "pointer is null" static analyzer warnings. NFCI.Simon Pilgrim2020-01-141-1/+1
* Remove duplicate variable. NFCI.Simon Pilgrim2020-01-141-1/+0
* Merge isa<> and getAs<> calls to fix "pointer is null" static analyzer warnin...Simon Pilgrim2020-01-141-6/+5
* Fix "pointer is null" static analyzer warnings. NFCI.Simon Pilgrim2020-01-141-4/+2
* Fix "null pointer passed to nonnull argument" clang static analyzer warnings....Simon Pilgrim2020-01-141-3/+3
* Expression eval lookup speedup by not returning methods in ManualDWARFIndex::...Levon Ter-Grigoryan2020-01-144-16/+17
* AArch64: fix bitcode upgrade of @llvm.neon.addp.Tim Northover2020-01-143-4/+21
* [InstSimplify] add tests for vector select; NFCSanjay Patel2020-01-142-12/+29
* [TableGen] Update editor modes for new keywords.Simon Tatham2020-01-144-3/+8
* [lldb][NFC] Make name parameter in AddMethodToCXXRecordType a StringRefRaphael Isemann2020-01-142-14/+11
* [FPEnv] Add some comments to IRBuilder.hUlrich Weigand2020-01-141-0/+6
* [RISCV][NFC] Deduplicate Atomic Intrinsic DefinitionsSam Elliott2020-01-141-45/+45
* [FPEnv] Fix chain handling regression after 04a8696Ulrich Weigand2020-01-143-37/+92
* Make helper functions static or move them into anonymous namespaces. NFC.Benjamin Kramer2020-01-1435-93/+134
* [unittests] Fix "comparison of integers of different signs" warningsMiloš Stojanović2020-01-142-6/+5
* [ARM,MVE] Use the new Tablegen `defvar` and `if` statements.Simon Tatham2020-01-142-284/+259
* [lldb/Expression] Improve interpreter error message with a non-running targetMed Ismail Bennani2020-01-142-6/+7
* [ARM][LowOverheadLoops] Allow all MVE instrs.Sam Parker2020-01-144-23/+512
* Fix "MIParser::getIRValue(unsigned int)’ defined but not used" warning. NFCI.Simon Pilgrim2020-01-141-6/+0
* [SelectionDAG] ComputeKnownBits - merge getValidMinimumShiftAmountConstant() ...Simon Pilgrim2020-01-142-13/+14
* [ARM][LowOverheadLoops] Change predicate inspectionSam Parker2020-01-142-26/+257
* [ARM][Thumb2] Fix ADD/SUB invalid writes to SPDiogo Sampaio2020-01-1426-148/+749
* [X86][SSE] Add add(shl(and(x,c1),c2),c3) test case with non-uniform shift valueSimon Pilgrim2020-01-141-0/+37
* [SelectionDAG] ComputeKnownBits - merge getValidMinimumShiftAmountConstant() ...Simon Pilgrim2020-01-143-14/+12
* [ARM][MVE] Disallow VPSEL for tail predicationSam Parker2020-01-147-4/+1199
* [mlir] Fix translation of splat constants to LLVM IRAlex Zinenko2020-01-142-1/+36
* [RISCV] Fix ILP32D lowering for double+double/double+int return typesJames Clarke2020-01-142-5/+39
* [mlir] Create a gpu.module operation for the GPU Dialect.Tres Popp2020-01-1424-140/+235
* [lldb][NFC] Cleanup ClangASTContext::CompleteTagDeclarationDefinitionRaphael Isemann2020-01-141-57/+52
* [mlir] Ran git-clang-format.Adrian2020-01-141-2/+2
* [mlir] Add loop.parallel, loop.reduce and loop.reduce.return operations.Adrian Kuegel2020-01-144-4/+536
* [ARM][MVE] Masked gathers from base + vector of offsetsAnna Welker2020-01-148-121/+1138
OpenPOWER on IntegriCloud