platform/upstream/llvm.git
2021-11-25 Jeremy Morse[DebugInfo][InstrRef] Track variable assignments in...
2021-11-25 David Green[ARM] Add fptosi.sat variants of the fixed point vcvt...
2021-11-25 Alok Kumar... [clang][OpenMP][DebugInfo] Debug support for private...
2021-11-25 Tres PoppDon't store nullptrs in mlir::FuncOp::getAll*Attrs...
2021-11-25 Simon Pilgrim[PowerPC/ Regenerate fp128-bitcast-after-operation...
2021-11-25 Alexey BataevRevert "[SLP]Improve analysis/emission of vector operan...
2021-11-25 seongwon bang[MLIR] [docs] Fix misguided examples in memref.subview...
2021-11-25 Zarko Todorovski[NFC][llvm] Inclusive language: reword uses of sanity...
2021-11-25 Kirill Bobyrev[clangd] Move IncludeCleaner tracer to the actual compu...
2021-11-25 mydeveloperday[clang-format] [C++20] [Module] clang-format couldn...
2021-11-25 Pavel Labath[lldb/gdb-remote] Ignore spurious ACK packets
2021-11-25 Pavel Labath[lldb/gdb-remote] Remove initial pipe-draining workaround
2021-11-25 Simon Pilgrim[DAG] SimplifyDemandedBits - simplify rotl/rotr to...
2021-11-25 mydeveloperday[clang-format]NFC improve the comment to match the...
2021-11-25 mydeveloperday[clang-format] [PR52595] clang-format does not recogniz...
2021-11-25 Alexander Belyaev[mlir] Move memref.[tensor_load|buffer_cast|clone]...
2021-11-25 Tobias Gysi[mlir][linalg] Cleanup hoisting test (NFC).
2021-11-25 Tobias Gysi[mlir][linalg] Perform checks early in hoist padding.
2021-11-25 Tobias Gysi[mlir][linalg] Limit hoist padding to constant paddings.
2021-11-25 Tobias Gysi[mlir][linalg] Add backward slice filtering in hoist...
2021-11-25 Sheldon Neuberger[clangd] Add ObjC method support to prepareCallHierarchy
2021-11-25 David Green[SDAG] Allow Unknown sizes when refining MMO alignments...
2021-11-25 Matthias Springer[mlir][linalg][bufferize][NFC] Move SCF interface impl...
2021-11-25 Alexander BelyaevRevert "[mlir][SCF] Further simplify affine maps during...
2021-11-25 Timm Bäder[clang][driver] Add -fplugin-arg- to pass arguments...
2021-11-25 Butygin[mlir][spirv] arith::RemSIOp OpenCL lowering
2021-11-25 Kadir Cetinkaya[clangd] Disable hicpp-invalid-access-moved inside...
2021-11-25 Butygin[mlir][spirv] Float atomics should not imply Shader
2021-11-25 Matthias Springer[mlir][interfaces] Add insideMutuallyExclusiveRegions...
2021-11-25 mydeveloperday[clang-format] [PR47936] AfterControlStatement: MultiLi...
2021-11-25 Balázs KériRevert "[clang][AST] Check context of record in structu...
2021-11-25 Pavel Labath[lldb] Fix TestFileHandle.py
2021-11-25 Fangrui Song[ELF] Emit DF_STATIC_TLS only for -shared
2021-11-25 Fangrui Song[ELF] Rename hasStaticTlsModel to hasTlsIe
2021-11-25 Fangrui Song[ELF] Remove unneeded DF_STATIC_TLS for EM_386 local...
2021-11-25 Uday Bondhugula[MLIR] Rename test/python/dialects/math.py -> math_dial...
2021-11-25 Matthias Springer[mlir][SCF] Further simplify affine maps during `for...
2021-11-25 Matthias Springer[mlir][SCF] Fix off-by-one bug in affine analysis
2021-11-25 Uday Bondhugula[NFC] Improve debug message in getAsIntegerSet
2021-11-25 Jameson NashGlobalISel: remove assert that memcpy Src and Dst addrs...
2021-11-25 Matthias Springer[mlir][linalg][bufferize][NFC] Move arith interface...
2021-11-25 bakhtiyarPromote readability by factoring out creation of min...
2021-11-24 Lei Zhang[mlir][spirv] Change the return type for {Min|Max}Versi...
2021-11-24 Johan Berg[libc++] Value-initialize unique_ptr's deleter_type
2021-11-24 Zarko Todorovski[LLVM][NFC]Inclusive language: remove occurances of...
2021-11-24 David BlaikieDWARFVerifier: Don't parse all units twice
2021-11-24 Louis Dionne[libc++] Fix backdeployment annotations for std::filesystem
2021-11-24 Artur Pilipenko[CVP] Add a cl::opt for canonicalization of signed...
2021-11-24 Louis Dionne[libc++] Handle armv7m in two architecture dependent...
2021-11-24 Louis Dionne[libc++] Fix two tests that were failing in freestandin...
2021-11-24 Florian Hahn[ConstraintElimination] Add additional tests.
2021-11-24 Stanislav MekhanoshinMove some tests from instcombine to phase ordering...
2021-11-24 Alexey Bataev[SLP]Improve analysis/emission of vector operands for...
2021-11-24 Saleem AbdulrasoolHeaders: exclude `#include_next <stdatomic.h>` on MSVC
2021-11-24 Dimitry Andriccfi: fix more -Wformat warnings
2021-11-24 Florian Hahn[LV] Use OrigLoop instead of induction to get function...
2021-11-24 Jeremy Morse[DebugInfo][InstrRef] Cope with win32 calls changing...
2021-11-24 Tobias Gysi[mlir][linalg] Simplify padding test (NFC).
2021-11-24 Zarko Todorovski[NFC][clang]Inclusive language: remove remaining uses...
2021-11-24 Tobias Gysi[mlir][linalg] Add makeComposedPadHighOp.
2021-11-24 Stanislav MekhanoshinRevert "[InstCombine] (~(a | b) & c) | ~(c | (a ^ b...
2021-11-24 Tobias Gysi[mlir][linalg] Update failure conditions for padOperand...
2021-11-24 Zarko Todorovski[NFC][Clang][test] Inclusive language: Remove and rephr...
2021-11-24 Florian HahnRevert "[ThreadPool] Do not return shared futures."
2021-11-24 Nemanja Ivanovic[PowerPC] Add missed clang portion of c933c2eb3346
2021-11-24 MaheshRavishankar[mlir][Linalg] Remove alloc/dealloc pair as a callback.
2021-11-24 Steven Wan[NFC][AIX]Disable precompiled module file tests on AIX
2021-11-24 Kirill Stoimenov[ASan] Moved __asan_test_only_reported_buggy_pointer...
2021-11-24 Jeremy Morse[DebugInfo][InstrRef] Ignore SP clobbers on call instru...
2021-11-24 Jeremy Morse[DebugInfo] Reflect switched variable order from instru...
2021-11-24 Simon Pilgrim[AArch64] Add regression test for D114354
2021-11-24 Graham Hunter[NFC][LAA] Precommit tests for forked pointers
2021-11-24 Balázs Kéri[clang][AST] Check context of record in structural...
2021-11-24 Levon Ter-GrigoryanFixed use of -o and -k in LLDB under Windows when stati...
2021-11-24 Dmitry Vyukovtsan: include internal allocator into deadlock detection
2021-11-24 Dmitry Vyukovtsan: lock internal allocator around fork
2021-11-24 Nicolas Vasilache[mlir][Vector] NFC - Apply some clangd suggested fixes.
2021-11-24 Peter Waller[LoopAccessAnalysis][SVE] Bail out for scalable vectors
2021-11-24 LLVM GN Syncbot[gn build] Port 3b7244808405
2021-11-24 Clement Courbet[clang-tidy] Add unit tests for `DeclRefExprUtils`.
2021-11-24 Quinn Pham[NFC][X86] Inclusive language: Rename master label...
2021-11-24 Paul RobinsonHave yaml2obj describe all options in --help
2021-11-24 Pavel Labath[lldb] Move GetSupportedArchitectureAtIndex to Platform...
2021-11-24 Phoebe Wang[X86][MS] Add test cases to show wrong alignment in...
2021-11-24 Roman Lebedev[X86][Costmodel] `getReplicationShuffleCost()`: promote...
2021-11-24 Guillaume Chatelet[libc] Fix wrong type for load/store of Repeated elements
2021-11-24 Florian Hahn[VPlan] Remove unused VPInstruction constructor. (NFC)
2021-11-24 Bradley Smith[AArch64][SVE] Recognize all ones mask during fixed...
2021-11-24 Benjamin KramerRevert "[DAG] SimplifyDemandedBits - simplify rotl...
2021-11-24 Florian Hahn[LV] Use patterns in some induction tests, to make...
2021-11-24 Simon Pilgrim[X86] Add BMI test coverage for for or-lea with no...
2021-11-24 Omer Aviram[X86] Add D113970 tests cases for or-lea with no common...
2021-11-24 Sanjay Patel[InstSimplify] fold xor logic of 2 variables, part 2
2021-11-24 Sanjay Patel[InstSimplify] add tests for xor logic; NFC
2021-11-24 Djordje Todorovic[llvm-dwarfdump][Statistics] Handle LTO cases with...
2021-11-24 Nemanja Ivanovic[PowerPC] Provide XL-compatible vec_round implementation
2021-11-24 Jeremy Morse[DebugInfo] Adjust x86 location-list tests for instruct...
2021-11-24 Dmitry Vyukovtsan: add another fork deadlock test
2021-11-24 Dmitry Vyukovsanitizer_common: remove SANITIZER_USE_MALLOC
2021-11-24 Manuel KlimekClean up clang-format tech debt.
next