platform/upstream/llvm.git
2020-10-03 Petr Hosek[Driver] Move detectLibcxxIncludePath to ToolChain
2020-10-03 Craig Topper[X86] Move MWAITX_DAG ISD opcode so it is not in the...
2020-10-03 Craig Topper[X86] Add missing intrinsic test for aesdecwide128kl...
2020-10-03 Roland McGrathRevert "[lsan] Share platform allocator settings betwee...
2020-10-03 Roland McGrath[lsan] Share platform allocator settings between ASan...
2020-10-03 Jianzhou ZhaoFix the test case in D88686
2020-10-03 Brad Smith[Sparc] Remove cast that truncates immediate operands...
2020-10-03 Petr Hosek[CMake] Don't use CMakePushCheckState
2020-10-02 LLVM GN Syncbot[gn build] Port ace644030e6
2020-10-02 Petr HosekRevert "[Driver] Move detectLibcxxIncludePath to ToolChain"
2020-10-02 Yaxun (Sam... Diagnose invalid target ID for AMDGPU toolchain for...
2020-10-02 Julian Lettner[fuzzer] Remove unused variable
2020-10-02 Yaxun (Sam... [CUDA][HIP] Fix bound arch for offload action for fat...
2020-10-02 Jianzhou ZhaoFix the test case from D88686
2020-10-02 Arthur Eubanks[MetaRenamer][NewPM] Port metarenamer to NPM
2020-10-02 Arthur Eubanks[test][Coro][NewPM] Fix coro-elide.ll under NPM
2020-10-02 Richard SmithDon't reject calls to MinGW's unusual _setjmp declaration.
2020-10-02 Yaxun (Sam... [HIP] Align device binary
2020-10-02 Louis Dionne[libc++] Fix the build with GCC < 10
2020-10-02 Vitaly Buka[NFC][MSAN] Extract llvm.abs handling into a function
2020-10-02 Nathan Lanza[clang] Implement objc_non_runtime_protocol to remove...
2020-10-02 Roman Lebedev[clang-tidy] Implement readability-function-cognitive...
2020-10-02 Petr Hosek[Driver] Move detectLibcxxIncludePath to ToolChain
2020-10-02 Louis Dionne[libc++] Allow retries on some slightly flaky mutex...
2020-10-02 Krzysztof Parzyszek[Hexagon] Move selection of HVX multiply from lowering...
2020-10-02 Alexey Lapshin[llvm-objcopy][NFC] refactor error handling. part 3.
2020-10-02 Jianzhou ZhaoRelease the shadow memory used by the mmap range at...
2020-10-02 Tim Keith[flang][NFC] Fix mis-matched struct/class declarations
2020-10-02 Jonas Devlieghere[lldb] Add a "design" section to the documentation.
2020-10-02 Nikita Popov[MemCpyOpt] Add helper to erase instructions (NFC)
2020-10-02 Nikita Popov[MemCpyOpt] Avoid double invalidation (NFCI)
2020-10-02 Douglas YungRelax newly added opcode alias check to check only...
2020-10-02 ergawy[MLIR][SPIRV] Add initial support for OpSpecConstantCom...
2020-10-02 Louis Dionne[libc++] NFCI: Remove the _LIBCPP_DEBUG_MODE helper...
2020-10-02 Louis Dionne[libc++] NFCI: Simplify macro definitions for the debug...
2020-10-02 Evgenii Stepanov[docs] Update ControlFlowIntegrity.rst.
2020-10-02 Fangrui Song[llc] Initialize TargetOptions after Triple is available
2020-10-02 Amara EmersonUpdate legalizer-info-validation.mir test to test all...
2020-10-02 Louis Dionne[libc++] NFCI: Remove _LIBCPP_EXTERN_TEMPLATE2
2020-10-02 Nikita Popov[MemCpyOpt] Add tests from D40802 (NFC)
2020-10-02 Arthur Eubanks[DAE] MarkLive in MarkValue(MaybeLive) if any use is...
2020-10-02 Peter Collingbournescudo: Simplify AtomicOptions::setFillContentsMode...
2020-10-02 Arthur EubanksReland [AlwaysInliner] Update BFI when inlining
2020-10-02 Arthur Eubanks[gn build] Don't define CINDEX_EXPORTS
2020-10-02 Arthur EubanksRevert "[AlwaysInliner] Update BFI when inlining"
2020-10-02 Arthur Eubanks[AlwaysInliner] Update BFI when inlining
2020-10-02 Simon PilgrimRevert rG3d14a1e982ad27 - "[InstCombine] recognizeBSwap...
2020-10-02 Thomas Raoux[mlir][vector] Add canonicalization patterns for extrac...
2020-10-02 Simon Pilgrim[InstCombine] Add trunc(bswap(trunc/zext(x))) vector...
2020-10-02 Louis Dionne[libc++] Remove unnecessary usage of <iostream> in...
2020-10-02 Jonas Devlieghere[lldb] Fix bug in fallback logic for finding the resour...
2020-10-02 Florian Hahn[VPlan] Use isa<> instead of directly checking VPRecipe...
2020-10-02 Nikita Popov[MemCpyOpt] Regnerate test checks (NFC)
2020-10-02 zhanghb97[mlir] Add Float Attribute, Integer Attribute and Bool...
2020-10-02 Stephen Neuendorffer[MLIR] Better message for FuncOp type mismatch
2020-10-02 Sanjay Patel[CostModel] move default handling after switch; NFC
2020-10-02 Stella StamenovaRevert "[WebAssembly] Emulate v128.const efficiently"
2020-10-02 Simon Pilgrim[InstCombine] recognizeBSwapOrBitReverseIdiom - support...
2020-10-02 Simon PilgrimTruncInstCombine.cpp - fix header include ordering...
2020-10-02 Simon PilgrimTruncInstCombine.cpp - use auto * to fix llvm-qualified...
2020-10-02 Vinay Madhusudan[AArch64] Generate dot for v16i8 sum reduction to i32
2020-10-02 Utkarsh Saxena[clangd] Add bencmark for measuring latency of Decision...
2020-10-02 Diego Caballero[mlir] Fix call op conversion in bare-ptr calling conve...
2020-10-02 Nicolas Vasilache[mlir] Attempt to appease gcc-5 const char* -> StringLi...
2020-10-02 serge-sans... Fix interaction between stack alignment and inline...
2020-10-02 Denis Antrushin[Statepoints][ISEL] visitGCRelocate: chain to current...
2020-10-02 Yaxun (Sam... Fix failure in test hip-macros.hip
2020-10-02 Kamil Rytarowski[compiler-rt] [netbsd] Improve the portability of Threa...
2020-10-02 LLVM GN Syncbot[gn build] Port 0c1bb4f8851
2020-10-02 Paul C. Anagnostopoulos[TableGen] New backend to print detailed records.
2020-10-02 Yaxun (Sam... Emit predefined macro for wavefront size for amdgcn
2020-10-02 Haojian Wu[clangd] Extend the rename API.
2020-10-02 Simon Pilgrim[Analysis] Drop local maxAPInt/minAPInt helpers. NFCI.
2020-10-02 Alexandre Ganea[LLD] Fix /time formatting for very long runs. NFC.
2020-10-02 Alexandre Ganea[LLD][COFF] Add more type record information to /summary
2020-10-02 Louis Dionne[libc++] Move the weak symbols list to libc++abi
2020-10-02 Simon PilgrimBlockFrequencyInfoImpl.h - use const references to...
2020-10-02 Simon PilgrimLoopAccessAnalysis.cpp - use const reference in for...
2020-10-02 Florian Hahn[SLP] Add test where reduction result is used in PHI.
2020-10-02 Simon Pilgrim[InstCombine] Add partial bswap vector test from D88578
2020-10-02 Sjoerd Meijer[AArch64] Add CPU Cortex-R82
2020-10-02 Sam McCall[clangd] Make PopulateSwitch a fix.
2020-10-02 Florian Hahn[PhaseOrdering] Add test that requires peeling before...
2020-10-02 Serguei Katkov[GVN LoadPRE] Add test to show an opportunty.
2020-10-02 George Mitenkov[MLIR][LLVM] Fixed `topologicalSort()` to iterative...
2020-10-02 Nicolas Vasilache[mlir] Add subtensor_insert operation
2020-10-02 Kadir Cetinkaya[clangd][lit] Update document-link.test to respect...
2020-10-02 Simon Pilgrim[InstCombine] Add some basic vector bswap tests
2020-10-02 Nicolas Vasilache[mlir] Add canonicalization for the `subtensor` op
2020-10-02 Nicolas Vasilache[mlir] Add a subtensor operation
2020-10-02 Simon Pilgrim[InstCombine] Add partial bswap test from D88578
2020-10-02 Meera Nakrani[ARM] Prevent constants from iCmp instruction from...
2020-10-02 Hsiangkai Wang[RISCV] Support vmsge.vx and vmsgeu.vx pseudo instructi...
2020-10-02 Sam McCall[clangd] Remove Tweak::Intent, use CodeAction kind...
2020-10-02 serge-sans... Fix limit behavior of dynamic alloca
2020-10-02 Georgii Rymar[yaml2obj][elf2yaml] - Add a support for the `EntSize...
2020-10-02 Tres PoppHandle unused variable without asserts
2020-10-02 Sam McCall[clangd] Drop dependence on standard library in check...
2020-10-02 Thomas Lively[WebAssembly] Emulate v128.const efficiently
2020-10-02 David Sherwood[SVE][CodeGen] Fix implicit TypeSize->uint64_t casts...
next