platform/upstream/llvm.git
2021-09-21 Louis Dionne[libc++abi] Remove unnecessary atomic_support.h header...
2021-09-21 Teresa Johnson[Sanitizer] Allow setting the report path to create...
2021-09-21 Toshihito Kikuchi[compiler-rt] [windows] Add more assembly patterns...
2021-09-21 Usman Nadeem[AArch64][SVE] Add patterns to generate ADR instruction
2021-09-21 Yuanfang Chen[libc++] Surpress -Wunused-value warning in variant
2021-09-21 Arthur EubanksMake DiagnosticInfoResourceLimit's limit param required
2021-09-21 Kirill Stoimenov[asan] Fixed a bug causing a crash when redzone optimiz...
2021-09-21 Alex Zinenko[mlir] Always create a list of alias scopes when emitti...
2021-09-21 Craig TopperRecommit "[X86] Clear kill flags when rewriting SETCC...
2021-09-21 Xu Mingjie[LTO] Emit DebugLoc for dead function in optimization...
2021-09-21 Joseph Huber[OpenMP] Add thread ID function into new RTL
2021-09-21 Arthur Eubanks[clang] Make -Rpass imply -Rpass=.*
2021-09-21 Craig TopperRevert "[X86] Clear kill flags when rewriting SETCC...
2021-09-21 Craig Topper[X86] Clear kill flags when rewriting SETCC uses in...
2021-09-21 Albion Fung[PowerPC] Support for vector bool int128 on vector...
2021-09-21 Sanjay Patel[CodeGen] regenerate test checks; NFC
2021-09-21 George Burgess IVMemoryBuiltins: update comment; NFC
2021-09-21 Giorgis GeorgakoudisRevert "[OpenMP] Codegen aggregate for outlined functio...
2021-09-21 Arthur O'Dwyer[libc++] counting_semaphore should not be default-const...
2021-09-21 Sanjay Patel[InstCombine] fold cast of right-shift if high bits...
2021-09-21 Antonio Frighetto[IR] Look through bitcast in hasFnAttribute()
2021-09-21 Usman Nadeem[OpenMP][OMPD] Fix compile error when OMPD is not supported
2021-09-21 Nikita Popov[MergeICmps] Remove unused NumMerged variable
2021-09-21 Matheus Izvekov[clang] don't mark as Elidable CXXConstruct expressions...
2021-09-21 Dan F-M[Bazel] Add support for targeting macOS arm64
2021-09-21 Nikita Popov[MergeICmps] Don't reorder unmerged comparisons
2021-09-21 David Blaikienullptr printing - update for a change to clang type...
2021-09-21 Christian SiggSupport value-typed references in iterator facade's...
2021-09-21 David BlaikieDebugInfo: Rebuild decltype(nullptr) as 'std::nullptr_t'
2021-09-21 Michael Liao[IR] Re-group AAMDNodes relevant interfaces. NFC.
2021-09-21 David BlaikiePrint nullptr_t namespace qualified within std::
2021-09-21 alex-t[AMDGPU] Filtering out the inactive lanes bits when...
2021-09-21 Owen AndersonTeach InstCombine to eliminate malloc-realloc-free...
2021-09-21 Brendon Cahoon[AMDGPU] Correctly merge alias.scope and noalias metada...
2021-09-21 Craig Topper[RISCV] Make some arrays of constants 'static const...
2021-09-21 Danila Malyutin[LSR] Make sure that Factor fits into Base type
2021-09-21 Giorgis Georgakoudis[OpenMP] Codegen aggregate for outlined function captures
2021-09-21 Amy Kwan[PowerPC] Add prefix load pattern for fpext to v2f64
2021-09-21 Ayal Zaks[LV] Fix crash for reverse interleaved loads with gap...
2021-09-21 Craig Topper[RISCV] Teach RISCVTargetLowering::shouldSinkOperands...
2021-09-21 Nico Weber[lldb/win] Default to native PDB reader when LLVM_ENABL...
2021-09-21 LLVM GN Syncbot[gn build] Port a04a6ce7726b
2021-09-21 Mark de Wever[libc++][format] Adds parser std-format-spec.
2021-09-21 cchen[OpenMP][NFC] Add declare variant and metadirective...
2021-09-21 Aaron BallmanRevert "Diagnose -Wunused-value based on CFG reachability"
2021-09-21 Dávid Bolvanský[InstCombine] powi(x, y) * powi(x, z) -> powi(x, y...
2021-09-21 Quinn Pham[PowerPC] Fix signature of lxvp and stxvp builtins
2021-09-21 Kazu Hirata[CodeGen] Remove redundant declaration getFileType...
2021-09-21 Sanjay Patel[InstCombine] move/add tests for trunc-of-lshr; NFC
2021-09-21 Kostya Serebryany[sanitizer coverage] write the pc-table at the process...
2021-09-21 Florian Hahn[ValueTracking,VectorCombine] Allow passing DT to compu...
2021-09-21 Michael Liao[SelectionDAG] Re-calculate scoped AA metadata when...
2021-09-21 Aleksandr Bezzubikov[GlobalISel] Support ConstantAsMetadata in IRTranslator
2021-09-21 Tobias Gysi[mlir][linalg] Simplify slice dim computation for fusio...
2021-09-21 Tobias Gysi[mlir][linalg] Add isPermutation helper (NFC).
2021-09-21 Dmitry Preobrazhensky[AMDGPU][MC][GFX7][GFX10] Corrected image_atomic_fcmpswap
2021-09-21 Petar AvramovicAMDGPU/GlobalISel: Restore run line erased in D109154...
2021-09-21 Andy Wingo[clang][NFC] Fix needless double-parenthisation
2021-09-21 David Green[AArch64] Regenerate test lines in and-mask-removal.ll
2021-09-21 Nicolas Vasilache[mlir][Linalg] Revisit heuristic ordering of tensor...
2021-09-21 Nicolas Vasilache[mlir][Linalg] Revisit RAW dependence interference...
2021-09-21 Tobias Gysi[mlir][linalg] Assert tile loop nest invariants in...
2021-09-21 Chris Bieneman[NFC] `goto fail` has failed us in the past...
2021-09-21 Ben Shi[RISCV] Optimize (add (mul x, c0), c1)
2021-09-21 Justas Janickas[OpenCL] Defines helper function for OpenCL default...
2021-09-21 Anna Thomas[InstCombine] Improve TryToSinkInstruction with multipl...
2021-09-21 Saiyedul Islam[clang-offload-bundler][docs][NFC] Add archive unbundli...
2021-09-21 OGINO Masanori[NFC] Update the list of subprojects in docs.
2021-09-21 Sanjay Patel[InstCombine] add tests for mask-shift with trunc; NFC
2021-09-21 Dmitry Preobrazhensky[AMDGPU][MC][GFX10] Enabled dlc for FLAT and GLOBAL...
2021-09-21 hyeongyu kim[IR] Add the constructor of ShuffleVector for one-input...
2021-09-21 Nico Weber[llvm] Pass LLVM_CHECK_ENABLED_PROJECTS through in...
2021-09-21 Jonas Paulsson[SystemZ] Emit EXRL target instructions before text...
2021-09-21 Florian Hahn[VectorCombine] Add tests which require DT to use info...
2021-09-21 Nicholas Guy[AArch64] Improve schedule modelling on the Cortex-A55
2021-09-21 Simon Pilgrim[InstCombine] foldConstantInsEltIntoShuffle - bail...
2021-09-21 Simon Pilgrim[CodeGen] SelectionDAGBuilder - Use const-ref iterator...
2021-09-21 Simon PilgrimRewriteStatepointsForGC - Use const-ref iterator in...
2021-09-21 Simon Pilgrim[CodeGen] SDDbgValue::getSDNodes() - use const-ref...
2021-09-21 Dmitry Vyukovtsan: simplify thread context setting
2021-09-21 Dmitry Vyukovtsan: rearrange thread state callbacks (NFC)
2021-09-21 Dmitry Vyukovtsan: fix debug format strings
2021-09-21 Jay Foad[AMDGPU] Prefer fmac over fma when selecting FMA_W_CHAIN
2021-09-21 Jay Foad[AMDGPU] Prefer v_fmac over v_fma only when no source...
2021-09-21 David Green[AArch64] Regenerate test lines in sve-implicit-zero...
2021-09-21 Max Kazantsev[SCEV] Use isAvailableAtLoopEntry in the asserts
2021-09-21 Petar AvramovicGlobalISel/Utils: Refactor constant splat match functions
2021-09-21 Max Kazantsev[SCEV] Add some asserts on availability of arguments...
2021-09-21 David Stenberg[LowerConstantIntrinsics] Fix heap-use-after-free bug...
2021-09-21 Justas Janickas[OpenCL] Test case for C++ for OpenCL 2021 in OpenCL...
2021-09-21 Uday Bondhugula[MLIR] NFC. gpu.launch op argument const folder cleanup
2021-09-21 Andrzej Warzynski[flang][docs] Document plugin limitations
2021-09-21 Sylvestre LedruAdd CMAKE_BUILD_TYPE to the list of BOOTSTRAP_DEFAULT_P...
2021-09-21 Cullen Rhodes[PowerPC] NFC: Remove unused tblgen template args
2021-09-21 Morten Borup... [MLIR][SCF] Add for-to-while loop transformation pass
2021-09-21 Pavel Labath[lldb] Speculative fix to TestGuiExpandThreadsTree
2021-09-21 Kunwar Shaanjeet... [MLIR] Add mergeLocalIds and mergeSymbolIds
2021-09-21 Nathan Ridge[clangd] Deduplicate inlay hints
2021-09-21 Amara Emerson[GlobalISel][Legalizer] Use ArtifactValueFinder first...
2021-09-21 Evgeniy Brevnov[DSE][NFC] Rename Later->Killing, Earlier->Dead
next