summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* [llvm-exegesis] Initialize const bitvector memberJonas Devlieghere2020-01-131-1/+1
* [GlobalISel] Change representation of shuffle masks in MachineOperand.Eli Friedman2020-01-1312-61/+38
* Re-enable testing of .s tests under test/CodeGen/X86.Richard Smith2020-01-132-9/+1
* [mlir] NFC: Remove unused variable.River Riddle2020-01-131-1/+1
* [mlir] Add support for attaching a visibility to symbols.River Riddle2020-01-135-3/+124
* [DebugInfo] Add another level to DebugInfoKind called ConstructorAmy Huang2020-01-1311-37/+43
* [mlir] Update the CallGraph for nested symbol references, and simplify Callab...River Riddle2020-01-137-100/+82
* [mlir] Update the use-list algorithms in SymbolTable to support nested refere...River Riddle2020-01-135-157/+529
* [lldb-server] Prefer target_include_directoriesAlex Langford2020-01-131-2/+1
* [PGO][CHR] Guard against 0-to-0 branch weight and avoid division by zero crash.Hiroshi Yamauchi2020-01-132-0/+30
* [clang][IFS][test] Fixing mangled name of a test for Darwin.Puyan Lotfi2020-01-131-1/+1
* Revert "[DWARF5][DebugInfo]: Added support for DebugInfo generation for auto ...Amy Huang2020-01-132-78/+0
* [mlir] Remove unnecessary assert for single region.River Riddle2020-01-131-2/+0
OpenPOWER on IntegriCloud