platform/upstream/llvm.git
2020-01-14 Simon Pilgrim[SelectionDAG] ComputeKnownBits - merge getValidMinimum...
2020-01-14 Sam Parker[ARM][LowOverheadLoops] Change predicate inspection
2020-01-14 Diogo Sampaio[ARM][Thumb2] Fix ADD/SUB invalid writes to SP
2020-01-14 Simon Pilgrim[X86][SSE] Add add(shl(and(x,c1),c2),c3) test case...
2020-01-14 Simon Pilgrim[SelectionDAG] ComputeKnownBits - merge getValidMinimum...
2020-01-14 Sam Parker[ARM][MVE] Disallow VPSEL for tail predication
2020-01-14 Alex Zinenko[mlir] Fix translation of splat constants to LLVM IR
2020-01-14 James Clarke[RISCV] Fix ILP32D lowering for double+double/double...
2020-01-14 Tres Popp[mlir] Create a gpu.module operation for the GPU Dialect.
2020-01-14 Raphael Isemann[lldb][NFC] Cleanup ClangASTContext::CompleteTagDeclara...
2020-01-14 Adrian[mlir] Ran git-clang-format.
2020-01-14 Adrian Kuegel[mlir] Add loop.parallel, loop.reduce and loop.reduce...
2020-01-14 Anna Welker[ARM][MVE] Masked gathers from base + vector of offsets
2020-01-14 Sam McCall[Target] Fix uninitialized value in 10c11e4e2d05cf0e8f8...
2020-01-14 Simon Tatham[TableGen] Introduce an if/then/else statement.
2020-01-14 Simon Tatham[TableGen] Introduce a `defvar` statement.
2020-01-14 Malcolm Parsons[clang-tidy] Ignore implicit casts in modernize-use...
2020-01-14 Georgii Rymar[llvm-readobj][test] - Fix grammar in comments.
2020-01-14 Stanislav Mekhanoshin[AMDGPU] Model distance to instruction in bundle
2020-01-14 Billy Robert... [libcxx] [test] Add casts to avoid signed/unsigned...
2020-01-14 Raphael Isemann[lldb][NFC] Rewrite python_api/rdar-12481949 test
2020-01-14 Stanislav Mekhanoshin[AMDGPU] Fix getInstrLatency() always returning 1
2020-01-14 Sam McCall[mlir] Fix -Wunused
2020-01-14 Raphael Isemann[lldb] Don't defend against internal LLVM errors in...
2020-01-14 Raphael Isemann[lldb] Fix that SBThread.GetStopDescription is returnin...
2020-01-14 Jay Foad[AMDGPU] Remove duplicate gfx10 assembler and disassemb...
2020-01-14 Jay Foad[AMDGPU] Improve error checking in gfx10 assembler...
2020-01-14 Jay Foad[AMDGPU] Add gfx9 assembler and disassembler test cases
2020-01-14 Joachim Protze[OpenMP][Tool] Improving stack trace for Archer
2020-01-14 Fangrui Song[ELF] Delete unintended --force-bti
2020-01-14 Joachim Protze[OpenMP][Tool] Make tests for archer dependent on TSan
2020-01-14 Fangrui Song[ELF] Add -z force-ibt and -z shstk for Intel Control...
2020-01-14 Fangrui Song[MC] Don't resolve relocations referencing STB_LOCAL...
2020-01-14 Zheng Chen[PowerPC] [NFC] set instruction number as 1st priority...
2020-01-14 Daniel Galvez[MLIR] Fix broken link locations after move to monorepo
2020-01-14 Craig Topper[X86] Copy the nofpexcept flag when folding a load...
2020-01-14 Craig Topper[X86] Add test to show that nofpexcept flag is not...
2020-01-14 Michał Górny[clang] [test] Fix riscv-toolchain-extra to be less...
2020-01-14 Aart Bik[mlir] [VectorOps] fixed typo in verifier of slice op
2020-01-14 Jonas Devlieghere[lldb/Utility] Add std::move to make placate clang 3.8
2020-01-14 Nico Webertry to fix InterfaceStubs/lambda.cpp on Windows after...
2020-01-14 Davide Italiano[LanguageRuntime] Retire an unused member function...
2020-01-14 Jonas Devlieghere[llvm-exegesis] Initialize const bitvector member
2020-01-14 Eli Friedman[GlobalISel] Change representation of shuffle masks...
2020-01-14 Richard SmithRe-enable testing of .s tests under test/CodeGen/X86.
2020-01-14 River Riddle[mlir] NFC: Remove unused variable.
2020-01-14 River Riddle[mlir] Add support for attaching a visibility to symbols.
2020-01-13 Amy Huang[DebugInfo] Add another level to DebugInfoKind called...
2020-01-13 River Riddle[mlir] Update the CallGraph for nested symbol reference...
2020-01-13 River Riddle[mlir] Update the use-list algorithms in SymbolTable...
2020-01-13 Alex Langford[lldb-server] Prefer target_include_directories
2020-01-13 Hiroshi Yamauchi[PGO][CHR] Guard against 0-to-0 branch weight and avoid...
2020-01-13 Puyan Lotfi[clang][IFS][test] Fixing mangled name of a test for...
2020-01-13 Amy HuangRevert "[DWARF5][DebugInfo]: Added support for DebugInf...
2020-01-13 River Riddle[mlir] Remove unnecessary assert for single region.
2020-01-13 Erich KeanePR44514: Fix recovery from noexcept with non-convertibl...
2020-01-13 Teresa Johnson[ThinLTO/WPD] Fix index-based WPD for alias vtables
2020-01-13 Martin Storsjö[ItaniumCXXABI] Make tls wrappers properly comdat
2020-01-13 Sanjay Patel[InstCombine] add FMF to tests for more coverage; NFC
2020-01-13 Erich KeaneImplement VectorType conditional operator GNU extension.
2020-01-13 River Riddle[mlir] Change the syntax of AffineMapAttr and IntegerSe...
2020-01-13 Craig Topper[LegalizeIntegerTypes][X86] Add support for expanding...
2020-01-13 Raphael Isemann[lldb] Revert ddf044290ede for TestProcessAPI.py
2020-01-13 Puyan Lotfi[clang][IFS] Prevent Clang-IFS from Leaking symbols...
2020-01-13 Puyan Lotfi[NFC][clang][IFS] Adding braces to if-statement as...
2020-01-13 Aaron BallmanFix a test case by adding -fno-delayed-template-parsing.
2020-01-13 Sanjay Patel[InstCombine] add tests for select --> copysign; NFC
2020-01-13 Alexey Lapshin[Dsymutil][Debuginfo][NFC] #3 Refactor dsymutil to...
2020-01-13 Teresa Johnson[LTO] Constify lto::Config reference passed to backends...
2020-01-13 Daniel SandersRework be15dfa88fb1 such that it works with GlobalISel...
2020-01-13 Petr Hosek[Clang] Always set -z now linker option on Fuchsia
2020-01-13 Alex Langford[lldb-server] Remove dead CMake code
2020-01-13 Kadir Cetinkaya[clangd] Include expression in DecltypeTypeLoc sourcera...
2020-01-13 Kadir Cetinkaya[clangd] Render header of hover card as a heading
2020-01-13 Nico Weber[gn build] (manually) port b4a99a061f51
2020-01-13 Teresa JohnsonRevert "[ThinLTO] Add additional ThinLTO pipeline testi...
2020-01-13 Teresa JohnsonAdd a couple of missed wildcards in debug-pass-manager...
2020-01-13 Fangrui Song[X86][Disassembler] Fix a bug when disassembling an...
2020-01-13 Puyan Lotfi[llvm][MIRVRegNamerUtils] Adding hashing on FrameIndex...
2020-01-13 Teresa JohnsonHopefully last fix for bot failures
2020-01-13 Nathan JamesFix readability-identifier-naming missing member variables
2020-01-13 Benjamin KramerUnbreak the mlir build after 202ab273e6eca134b69882f100...
2020-01-13 Teresa JohnsonTry number 2 for fixing bot failures
2020-01-13 Matt ArsenaultAMDGPU/GlobalISel: Select llvm.amdgcn.ds.ordered.{add...
2020-01-13 Simon Pilgrim[SelectionDAG] ComputeNumSignBits add getValidMaximumSh...
2020-01-13 Matt ArsenaultAMDGPU/GlobalISel: Set insert point after waterfall...
2020-01-13 Matt ArsenaultAMDGPU/GlobalISel: Add some baseline tests for vector...
2020-01-13 Matt ArsenaultAMDGPU/GlobalISel: Fix branch targets when emitting...
2020-01-13 Matt ArsenaultAMDGPU/GlobalISel: Simplify assert
2020-01-13 Simon Pilgrim[X86][SSE] Add sitofp(shl(sext(x),y)) test case with...
2020-01-13 Jonas Devlieghere[lldb/Docs] Extend description section of the main...
2020-01-13 Teresa JohnsonFix tests for builtbot failures
2020-01-13 Jonas Devlieghere[lldb/Scripts] Remove SWIG bot
2020-01-13 Andrew Wei[LegalizeTypes] Add SoftenFloatResult support for STRIC...
2020-01-13 Simon Pilgrim[SelectionDAG] ComputeNumSignBits add getValidMinimumSh...
2020-01-13 Simon Pilgrim[X86][SSE] Add sitofp(ashr(x,y)) test case with non...
2020-01-13 Simon Pilgrim[X86] Add AVX2 known signbits codegen tests
2020-01-13 David Green[Scheduler] Remove superfluous casts. NFC
2020-01-13 Danilo Carvalho... [AArch64][SVE] Add patterns for some arith SVE instruct...
2020-01-13 Teresa Johnson[ThinLTO] Add additional ThinLTO pipeline testing with...
next