platform/upstream/llvm.git
2021-02-22 Melanie Blower[clang][patch] Inclusive language, modify filename...
2021-02-22 Craig Topper[RISCV] Add isel support for bitcasts between fixed...
2021-02-22 Heejin Ahn[WebAssembly] Split EH MIR tests into two files
2021-02-22 Alexey Bataev[SLP]No need to mark scatter load pointer as scalar...
2021-02-22 Geoffrey Martin... Add modern arc config for default "onto" branch
2021-02-22 Louis Dionne[libc++] Fix tuple assignment from types derived from...
2021-02-22 Heejin Ahn[WebAssembly] Misc. fixes in cfg-stackify-eh.ll
2021-02-22 Jez Ng[lld-macho] Try to fix cross-platform test from D96565
2021-02-22 Nathan James[clang-tidy] Harden PreferMemberInitializerCheck
2021-02-22 Geoffrey Martin... Add missing dep to fix shared libs build
2021-02-22 Peyton, Jonathan L[OpenMP] Help static loop code avoid over/underflow
2021-02-22 Vivek[MLIR] Fix tilePerfectlyNested utility for handling...
2021-02-22 Peyton, Jonathan L[OpenMP] Remove shutdown attempt on Windows process...
2021-02-22 Peyton, Jonathan L[OpenMP] Limit number of dispatch buffers
2021-02-22 Petr HosekRevert "[InstrProfiling] Use ELF section groups for...
2021-02-22 Geoffrey Martin... [MLIR] Add Linalg support for integer (generalized...
2021-02-22 Benjamin Kramer[mlir][Shape] Fix a crash when folding nary broadcast ops
2021-02-22 Peyton, Jonathan L[OpenMP] Update HWLOC code for die level detection
2021-02-22 Vy NguyenReland [lld-macho]Implement bundle_loader
2021-02-22 Simon Pilgrim[KnownBits] Pull out repeated getMinValue() calls from...
2021-02-22 Leonard Chan[llvm][Bitcode] Add bitcode reader/writer for DSOLocalE...
2021-02-22 Jessica Paquette[AArch64][GlobalISel] Emit G_ASSERT_SEXT for SExt param...
2021-02-22 Renaud-KMaking FindCommonBlock a const member
2021-02-22 Florian Hahn[ConstraintElimination] Use unsigned > 0 instead of...
2021-02-22 Craig Topper[RISCV] Custom isel the rest of the vector load/store...
2021-02-22 Vinayaka Bandishti[MLIR][affine] Prevent fusion when ops with memory...
2021-02-22 Joachim Protze[sanitizers] Pass CMAKE_C_FLAGS into TSan buildgo script
2021-02-22 Nikita Popov[MemCpyOpt] Fix handling of readnone byval arguments
2021-02-22 Nathan James[clang] Tweaked fixit for static assert with no message
2021-02-22 Nikita Popov[JumpThreading] Clone noalias.scope.decl when threading...
2021-02-22 Fangrui SongImprove diagnostic for ignored GNU 'used' attribute
2021-02-22 Jez Ng[lld-macho] Clean up comments
2021-02-22 Jez Ng[lld-macho] Fix cpuSubtype for non-x86_64 archs
2021-02-22 Florian Hahn[ConstraintElimination] Add initial ICMP_NE test cases.
2021-02-22 Tim Keith[flang] Add -J and -module-dir to f18 driver
2021-02-22 Simon Pilgrim[InstSimplify] Cleanup out-of-range shift amount handling.
2021-02-22 Florian Hahn[LV] Directly use incoming value for single VPBlendRecipes.
2021-02-22 Shilei Tian[Clang][OpenMP] Require CUDA 9.2+ for OpenMP offloading...
2021-02-22 Nathan James[clang][NFC] Reorder CXXCtorInitializer members
2021-02-22 Sanjay Patel[LangRef] fix typo in assume bundle description; NFC
2021-02-22 Anastasia Stulova[pp-trace] Fix test for OpenCL pragmas.
2021-02-22 Mikhail GoncharovRevert "Revert "Revert "Implement nullPointerConstant...
2021-02-22 Mikhail GoncharovRevert "Revert "Implement nullPointerConstant() using...
2021-02-22 Anastasia Stulova[OpenCL] Add builtin declarations by default.
2021-02-22 Simon Pilgrim[InstCombine] Add PR45977 test coverage
2021-02-22 Ryan Santhiraraja[AArch64] Adding SHA3 Intrinsics support
2021-02-22 Dmitry Preobrazhensky[AMDGPU][MC] Corrected bound_ctrl for compatibility...
2021-02-22 LLVM GN Syncbot[gn build] Port 7dc7f0c2ecc0
2021-02-22 Balázs Kéri[clang-tidy] Add new check 'concurrency-thread-cancelty...
2021-02-22 Nashe Mncube[llvm-link] fix IRMover returning wrong modified vector...
2021-02-22 Stephen KellyRegenerate documentation
2021-02-22 LLVM GN Syncbot[gn build] Port 6e3071007b4c
2021-02-22 Florian Hahn[VPlan] Skip VPWidenPHIRecipe in VPInterleavedACcessInfo.
2021-02-22 Simon Pilgrim[InstCombine] Add smulo NumSignBits test from D97170
2021-02-22 Andrzej Warzynski[flang][driver] Add -Xflang and make -test-io a fronten...
2021-02-22 David Green[ARM] Remove dead lowering code. NFC
2021-02-22 Balazs Benics[analyzer][CTU] API for CTU macro expansions
2021-02-22 Balazs Benics[analyzer] Use the MacroExpansionContext for macro...
2021-02-22 Balazs Benics[analyzer] Create MacroExpansionContext member in Analy...
2021-02-22 Balazs Benics[analyzer] Introduce MacroExpansionContext to libAnalysis
2021-02-22 Florian Hahn[VPlan] Manage pairs of incoming (VPValue, VPBB) in...
2021-02-22 David Green[ARM] Move double vector insert patterns using vins...
2021-02-22 Andy Wingo[WebAssembly] call_indirect issues table number relocs
2021-02-22 Kadir Cetinkaya[clang][CodeComplete] Ensure there are no crashes when...
2021-02-22 Jan Svoboda[clang][cli] Pass '-Wspir-compat' to cc1 from driver
2021-02-22 Jan Svoboda[clang][cli] Stop creating '-Wno-stdlibcxx-not-found...
2021-02-22 Tres Popp[mlir] Mark std.subview as NoSideEffect
2021-02-22 Djordje Todorovic[NFC][llvm-dwarfdump] Don't calculate unnecessary stats
2021-02-22 Petr Hosek[InstrProfiling] Fix instrprof-gc-sections.c test
2021-02-22 Kern Handa[mlir] Export CUDA and Vulkan runtime wrappers on Windows
2021-02-22 Amara Emerson[AArch64][GlobalISel] Fix <16 x s8> G_DUP regbankselect...
2021-02-22 Kazu Hirata[CodeGen] Use range-based for loops (NFC)
2021-02-22 Kazu Hirata[llvm] Fix header guards (NFC)
2021-02-22 Kazu Hirata[Analysis] Use ListSeparator (NFC)
2021-02-22 Nico WeberRevert "[sanitizers] Pass CMAKE_C_FLAGS into TSan build...
2021-02-22 Jacques Pienaar[mlir] Add simple jupyter kernel
2021-02-22 Petr Hosek[InstrProfiling] Use ELF section groups for counters...
2021-02-21 Craig Topper[KnownBits][RISCV] Improve known bits for srem.
2021-02-21 Stella LaurenzoImplement simple type polymorphism for linalg named...
2021-02-21 Simon Pilgrim[X86] Add vector support to sub(C1, xor(X, C2)) ->...
2021-02-21 Simon Pilgrim[X86] Replace explicit constant handling in sub(C1...
2021-02-21 Simon Pilgrim[X86] Regenerate sub.ll test
2021-02-21 Simon Pilgrim[X86] Add 'sub C1, (xor X, C1) -> add (xor X, ~C2)...
2021-02-21 Simon Pilgrim[X86] Add common CHECK check-prefix to sub combine...
2021-02-21 António AfonsoRevert "[lldb-vscode] Emit the breakpoint changed event...
2021-02-21 Michał Górny[lldb] [docs] Update platform support status
2021-02-21 Martin Storsjö[LLDB] [docs] Update the list of supported architecture...
2021-02-21 Pavel LabathReapply "[lldb/test] Automatically find debug servers...
2021-02-21 Craig Topper[SelectionDAG][RISCV] Teach ComputeNumSignBits to handl...
2021-02-21 Simon Pilgrim[X86][AVX] canonicalizeLaneShuffleWithRepeatedOps ...
2021-02-21 António AfonsoRevert "Make sure the interpreter module was loaded...
2021-02-21 madhur13490[NFC] Remove redundant word in comment
2021-02-21 António Afonso[lldb-vscode] Emit the breakpoint changed event on...
2021-02-21 Nikita Popov[Loads] Add optimized FindAvailableLoadedValue() overlo...
2021-02-21 Sanjay Patel[IR] restrict vector reduction intrinsic types
2021-02-21 António AfonsoMake sure the interpreter module was loaded before...
2021-02-21 Nikita Popov[Loads] Extract helper frunction for available load...
2021-02-21 Kristina Bessonova[ThinLTO] Fix import of multiply defined global variables
2021-02-21 Simon Pilgrim[DAG] Match USUBSAT patterns through zext/trunc
2021-02-21 Simon Pilgrim[X86][AVX] Fold concat(extract_subvector(v0,c0), extrac...
next