platform/upstream/llvm.git
2020-05-04 Johannes Doerfert[Attributor][NFC] Use reference instead of pointer
2020-05-04 Johannes Doerfert[Attributor][NFC] Proactively ask for `nocapure` on...
2020-05-03 Sam McCall[clangd] Fix yet-another gratuitous llvm::Error crash
2020-05-03 Shilei Tian[OpenMP] Fix an issue of wrong return type of DeviceRTL...
2020-05-03 Kadir Cetinkaya[clangd] Reland LSP latency test
2020-05-03 Sergey Dmitriev[Attributor] Bitcast constant to the returned value...
2020-05-03 Nikita PopovRevert "[InstSimplify] Remove known bits constant folding"
2020-05-03 Nikita Popov[InstSimplify] Remove known bits constant folding
2020-05-03 Casey Carter[libc++][test] Use a non-narrowing conversion in assign...
2020-05-03 Hongtao Yu[ICP] Handling must tail calls in indirect call promotion
2020-05-03 Mircea Trofin[llvm][NFC] Inliner: factor cost and reporting out...
2020-05-03 Florian Hahn[VPlan] Remove unused & undefined print method (NFC).
2020-05-03 Johannes Doerfert[Attributor][NFC] Encode IRPositions in the bits of...
2020-05-03 Johannes Doerfert[Attributor][NFC] Let AbstractAttribute be an IRPosition
2020-05-03 Nico WeberRevert "Optimize path::remove_dots"
2020-05-03 Simon Pilgrim[X86] Add tests showing failure to fold mul(abs(x)...
2020-05-03 Mircea Trofin[llvm][NFC] Inliner.cpp shouldInline post-commit feedback
2020-05-03 Kadir Cetinkaya[clangd] Change include to be relative to current directory
2020-05-03 Reid KlecknerOptimize path::remove_dots
2020-05-03 Reid Kleckner[COFF] Paritally inline Symbol::getName, NFC
2020-05-03 Sanjay Patel[InstCombine] use select-of-constants with set/clear...
2020-05-03 Kadir Cetinkaya[clangd] Drop duplicate header
2020-05-03 Benjamin Kramer[Support] Don't initialize buffer allocated by zlib...
2020-05-03 Simon Pilgrim[X86] Use splitVector helper in truncateVectorWithPACK...
2020-05-03 LLVM GN Syncbot[gn build] Port e64f99c51a8
2020-05-03 Nico Weber[gn build] (manually) port ad97ccf6b26a more, for inclu...
2020-05-03 Simon Pilgrim[X86] Don't limit splitVector helper to simple types.
2020-05-03 Alexey Lapshin[Debuginfo][NFC] Avoid double calling of DWARFDie:...
2020-05-03 Nikita Popov[InstCombine] Duplicate some InstSimplify tests (NFC)
2020-05-03 Simon Pilgrim[X86][SSE] splitAndLowerShuffle - use splitVector helpe...
2020-05-03 Simon Pilgrim[X86] detectAVGPattern - use matchUnaryPredicate helper...
2020-05-03 Nikita Popov[ValueTracking] Convert test to unit test (NFC)
2020-05-03 Kadir Cetinkaya[clangd] Fix name hiding in TestTracer and disable...
2020-05-03 Kadir Cetinkaya[clangd] Metric tracking through Tracer
2020-05-03 Ten TzenTest Commit: add two head comments in WinEHPrepare.cpp
2020-05-03 Reid KlecknerRe-land "[PDB] Avoid calling discoverTypeIndices for...
2020-05-03 Reid Kleckner[PDB] Bypass generic deserialization code for publics...
2020-05-03 Nico WeberRevert "[PDB] Avoid calling discoverTypeIndices for...
2020-05-03 Craig Topper[X86] Fix a few issues in the evex-to-vex-compress...
2020-05-03 Craig Topper[PDB] Remove a couple asserts that are no longer valid...
2020-05-02 Reid Kleckner[PDB] Remove unique_ptr wrapper around C13 line table...
2020-05-02 Reid Kleckner[PDB] Avoid calling discoverTypeIndices for a known...
2020-05-02 Thomas Preud... [docs][FileCheck] Fix invalid example
2020-05-02 LemonBoy[SelectionDAG] Unify scalarizeVectorLoad and VectorLega...
2020-05-02 Reid Kleckner[COFF] Use a global option table to avoid reconstructing it
2020-05-02 Thomas Preud... [test] Fix lld's ELF/linkerscript/thunk-gen-mips.s
2020-05-02 Milian Wolff[libclang]: visit C++17 if init statements
2020-05-02 Milian Wolff[libclang]: visit BindingDecl in DecompositionDecl
2020-05-02 River Riddle[mlir] Add a new context flag for disabling/enabling...
2020-05-02 Simon PilgrimRevert rG8e05ac0a510c - "[DAGCombine] visitTRUNCATE...
2020-05-02 Simon Pilgrim[DAGCombine] visitTRUNCATE - remove GetDemandedBits...
2020-05-02 mydeveloperday[sema] NFC Unable to build Sema library with MSVC Debug...
2020-05-02 Benjamin Kramer[MBP] tuple->pair. NFC.
2020-05-02 Nico Weber[gn build] Port 8f766e382b77e more and fix 2 llvm-confi...
2020-05-02 Reid Kleckner[COFF] Add and use a zero-copy tokenizer for .drectve
2020-05-02 Benjamin Kramer[SmallVector] Weaken the predicate for the memcpy optim...
2020-05-02 Benjamin KramerDon't stash types that aren't copyable or moveable...
2020-05-02 Benjamin KramerUse realloc for NestedNameSpecifierLocBuilder
2020-05-02 mydeveloperday[clang-format] NFC - clang-format the FormatTests
2020-05-02 Benjamin Kramer[Allocator] Make Deallocate() pass alignment and make...
2020-05-02 Sam Elliott[RISCV] Implement convertSelectOfConstantsToMath
2020-05-02 Sam Elliott[RISCV][NFC] Tests for (select (const), (const))
2020-05-02 Sam Elliott[RISCV] Add patterns for checking isnan
2020-05-02 Sam Elliott[RISCV][NFC] Add tests for checking isnan patterns
2020-05-02 Sam McCallstd::isspace -> llvm::isSpace (where locale should...
2020-05-02 Sam McCall[ADT] Add locale-independent isSpace() to StringExtras...
2020-05-02 LLVM GN Syncbot[gn build] Port fa1f4cf8432
2020-05-02 Sam McCall[clangd] Rename FormattedString -> Markup, move to...
2020-05-02 Sam McCall[clangd] Fix whitespace between chunks in markdown...
2020-05-02 Tamás Zolnai[clang-tidy] extend bugprone-signed-char-misuse check...
2020-05-02 Marek Kurdej[libc++][P1115][C++20] Improving the Return Value of...
2020-05-02 Nikita Popov[ValueTracking] Short-circuit GEP known bits calculatio...
2020-05-02 Nikita PopovRemove getNumUses() comparisons (NFC)
2020-05-02 Nikita Popov[MergeFuncs] Don't merge shufflevectors with different...
2020-05-02 Xing GUO[Object] Change ObjectFile::getSymbolValue() return...
2020-05-02 Stephen Neuendorffer[MLIR] Ensure that out-of-tree users have an mlir-gener...
2020-05-02 Michael LiaoAdd the missing '='. NFC.
2020-05-02 Stephen Neuendorffer[MLIR] add dependencies for all tablegen targets on...
2020-05-02 Stephen Neuendorffer[MLIR] Move Verifier and Dominance Analysis from /Analy...
2020-05-02 River Riddle[mlir][NFC] Cleanup StandardTypes and reorder the type...
2020-05-02 Craig Topper[CostModel][X86][ARM] Teach default implementation...
2020-05-02 Craig Topper[X86] Use more accurate increments for the induction...
2020-05-02 Alexander Shaposhnikov[llvm-objcopy][MachO] Fix isExternalSymbol method
2020-05-02 Julian Lettner[lit] Don't use Python3 yet
2020-05-02 Thomas Lively[WebAssembly] Renumber SIMD opcodes
2020-05-02 Nemanja Ivanovic[PowerPC] Refactor PPCInstrVSX.td
2020-05-02 Julian Lettner[lit] Extract by_suite_and_test_path sort key function
2020-05-02 Julian Lettner[lit] Create report generators during argument parsing
2020-05-02 Julian Lettner[lit] Small refinements for xunit report output
2020-05-02 Julian Lettner[lit] Factor out report generators into separate file
2020-05-02 Julian Lettner[lit] Only update specific fields from remote test...
2020-05-02 LLVM GN Syncbot[gn build] Port 6cb073133c5
2020-05-01 Kellie Medlin[lld] Merge Mach-O input sections
2020-05-01 River Riddle[mlir][DenseStringElementsAttr] Add support for the...
2020-05-01 Mircea Trofin[llvm][NFC] Rename variable as per https://reviews...
2020-05-01 Mircea Trofin[llvm][NFC] Inliner: simplify inlining decision logic
2020-05-01 River Riddle[mlir][GPUOpsLowering] Add missing include for FormatVa...
2020-05-01 Davide Italiano[ARM64] Remove more dead code. NFC.
2020-05-01 Davide Italiano[ARM64] Remove dead code.
2020-05-01 Sander de Smalen[SveEmitter] Add builtins for shifts.
next