summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* [lldb][NFC] Rewrite python_api/rdar-12481949 testRaphael Isemann2020-01-145-82/+24
* [AMDGPU] Fix getInstrLatency() always returning 1Stanislav Mekhanoshin2020-01-144-7/+12
* [mlir] Fix -WunusedSam McCall2020-01-141-2/+2
* [lldb] Don't defend against internal LLVM errors in IRInterpreterRaphael Isemann2020-01-141-125/+13
* [lldb] Fix that SBThread.GetStopDescription is returning strings with uniniti...Raphael Isemann2020-01-143-11/+37
* [AMDGPU] Remove duplicate gfx10 assembler and disassembler testsJay Foad2020-01-142-5163/+0
* [AMDGPU] Improve error checking in gfx10 assembler testsJay Foad2020-01-141-3/+12836
* [AMDGPU] Add gfx9 assembler and disassembler test casesJay Foad2020-01-142-0/+2946
* [OpenMP][Tool] Improving stack trace for ArcherJoachim Protze2020-01-131-2/+18
* [ELF] Delete unintended --force-btiFangrui Song2020-01-131-3/+0
* [OpenMP][Tool] Make tests for archer dependent on TSanJoachim Protze2020-01-1313-26/+33
* [ELF] Add -z force-ibt and -z shstk for Intel Control-flow Enforcement Techno...Fangrui Song2020-01-1314-124/+454
* [MC] Don't resolve relocations referencing STB_LOCAL STT_GNU_IFUNCFangrui Song2020-01-132-2/+9
* [PowerPC] [NFC] set instruction number as 1st priority of lsr cost model.Zheng Chen2020-01-141-0/+66
* [MLIR] Fix broken link locations after move to monorepoDaniel Galvez2020-01-149-13/+13
* [X86] Copy the nofpexcept flag when folding a load into an instruction using ...Craig Topper2020-01-132-2/+6
* [X86] Add test to show that nofpexcept flag is not preserved by stack reload ...Craig Topper2020-01-131-0/+52
* [clang] [test] Fix riscv-toolchain-extra to be less picky about pathsMichał Górny2020-01-142-6/+6
* [mlir] [VectorOps] fixed typo in verifier of slice opAart Bik2020-01-131-1/+1
* [lldb/Utility] Add std::move to make placate clang 3.8Jonas Devlieghere2020-01-131-2/+2
* try to fix InterfaceStubs/lambda.cpp on Windows after bd8c8827d96f0Nico Weber2020-01-131-1/+2
* [LanguageRuntime] Retire an unused member function. NFCI.Davide Italiano2020-01-134-42/+0
OpenPOWER on IntegriCloud