summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [Target] Fix uninitialized value in 10c11e4e2d05cf0e8f8251f50d84ce77eb1e9b8dSam McCall2020-01-141-1/+1
* [TableGen] Introduce an if/then/else statement.Simon Tatham2020-01-147-13/+264
* [TableGen] Introduce a `defvar` statement.Simon Tatham2020-01-146-10/+301
* [clang-tidy] Ignore implicit casts in modernize-use-default-member-initMalcolm Parsons2020-01-142-5/+5
* [llvm-readobj][test] - Fix grammar in comments.Georgii Rymar2020-01-142-2/+2
* [AMDGPU] Model distance to instruction in bundleStanislav Mekhanoshin2020-01-142-5/+61
* [libcxx] [test] Add casts to avoid signed/unsigned mismatch warnings on MSVC++Billy Robert O'Neal III2020-01-143-3/+3
OpenPOWER on IntegriCloud