platform/upstream/llvm.git
2022-07-28 Max Kazantsev[Test] Fix block name in test
2022-07-28 Max Kazantsev[LAA] Remove block order sensitivity in LAA algorithm...
2022-07-28 Tom Stellardworkflows: Use macos-11 runners
2022-07-28 Christian Sigg[MLIR] Fix bazel build after 7356404ace4bdb09e8a81eb2d1...
2022-07-28 Argyrios Kyrtzidis[ASTWriter] Replace `const std::string &OutputFile...
2022-07-28 Phoebe Wang[X86][MC] Avoid emitting incorrect warning for complex...
2022-07-28 Austin Kerbow[AMDGPU] Aggressively schedule to reduce RP in occupanc...
2022-07-28 Amara Emerson[AArch64][GlobalISel] Fix custom legalization of rotate...
2022-07-28 Amara EmersonGlobalISel: update legalize-rotr-rotl.mir checks before...
2022-07-28 Sridhar Gopinath[clang-format] Fix the return code of git-clang-format
2022-07-28 Utkarsh SaxenaUse pseudoparser-based folding ranges in ClangdServer.
2022-07-28 Chuanqi Xu[NFC] [C++20] [Modules] Add tests for merging redefinit...
2022-07-28 Tom Stellardworkflows: Use correct access token when pushing to...
2022-07-28 Carl Ritson[AMDGPU][SIFoldOperands] Clear kills when folding COPY
2022-07-28 Chris Bieneman[Docs] Fix column ordering on clang attribute docs
2022-07-28 Stella Laurenzo[mlir] Delete most of the ops from the quant dialect.
2022-07-28 David BlaikieDebugInfo: Test vtable homing overriding ctor homing...
2022-07-28 Craig Topper[RISCV] Reorder (and/or/xor (shl X, C1), C2) if we...
2022-07-28 Craig Topper[RISCV] Pre-commit tests for D130610. NFC
2022-07-28 Craig Topper[RISCV] Reorder code in lowerFROUND to make the diff...
2022-07-28 David BlaikieDebugInfo: Prefer vtable homing over ctor homing.
2022-07-27 Amaury Séchet[NFC] Automatically generate CodeGen/VE/Scalar/atomic.ll
2022-07-27 Lei Zhang[mlir][spirv] Unify resources of different vector sizes
2022-07-27 Lei Zhang[mlir][spirv] Fix spv.CompositeConstruct assembly and...
2022-07-27 Matt ArsenaultRegAllocGreedy: Fix nondeterminism in tryLastChanceReco...
2022-07-27 Shafik YaghmourRevert "[Clang] Diagnose ill-formed constant expression...
2022-07-27 Jonas Devlieghere[lldb] Read from the Rosetta shared cache with Xcode 14
2022-07-27 Craig Topper[RISCV] Add merge operand to RISCVISD::FCOPYSIGN_VL.
2022-07-27 Jim InghamCall WatchpointList::RemoveAll in Target::Destroy.
2022-07-27 Shafik Yaghmour[Clang] Diagnose ill-formed constant expression when...
2022-07-27 LLVM GN Syncbot[gn build] Port 6047deb7c2aa
2022-07-27 bixia1[mlir][sparse] Add arith-expand pass to the sparse...
2022-07-27 Paul KirthRevert "[llvm][NFC] Refactor code to use ProfDataUtils"
2022-07-27 Paul Kirth[llvm][NFC] Refactor code to use ProfDataUtils
2022-07-27 Paul Kirth[llvm] Provide utility function for MD_prof
2022-07-27 Adrian Prantl[GlobalISel] Handle IntToPtr constants in dbg.value
2022-07-27 Arthur Eubanks[lldb][NFC] Pass ParsedDWARFTypeAttributes as const...
2022-07-27 Tom Stellardworkflows: Fix version check for X.0.0 releases
2022-07-27 Slava Gurevich[LLDB][NFC] Fix possible resource leak
2022-07-27 Tom Stellardworkflows: Fix pull request creation for backports
2022-07-27 Joseph Huber[LinkerWrapper] Do not consume `--verbose` from the...
2022-07-27 Prabhdeep Singh... [Flang][Driver] Add support for AsmPrinter -mmlir options
2022-07-27 Mark de Wever[libc++][chrono] Uses operator<=> in the calendar.
2022-07-27 Arthur Eubanks[cross-project-tests] Add split-file as dependency
2022-07-27 Philip Reames[RISCV] Enable (scalable) vectorization by default
2022-07-27 Denis Fatkulin[clang-format] FIX: Misannotation 'auto' as trailing...
2022-07-27 LLVM GN Syncbot[gn build] Port 0f3f357e26cf
2022-07-27 Jacob Lambert[clang-offload-bundler] Library-ize ClangOffloadBundler
2022-07-27 Stanislav Mekhanoshin[AMDGPU] Consider S_SETPRIO a scheduling boundary
2022-07-27 Shraiysh Vaishay[mlir][OpenMP] Add omp.atomic.update canonicalization
2022-07-27 Jonas Devlieghere[DebugInfo] Teach LLVM and LLDB about ptrauth in DWARF
2022-07-27 Philip Reames[LV][RISCV] Add a test case for a quality problem mixin...
2022-07-27 Amara EmersonUse hasNItemsOrLess() in MRI::hasAtMostUserInstrs().
2022-07-27 Florian Hahn[VPlan] Mark VPPredInstPHIRecipe as not having side...
2022-07-27 Nikolas Klauser[libc++] Implement P1004R2 (constexpr std::vector)
2022-07-27 Stanislav Mekhanoshin[AMDGPU] Precommit s_setprio scheduling test. NFC.
2022-07-27 Eric Li[clang][dataflow][NFC] Remove last use of deprecated...
2022-07-27 Fangrui Song[ELF][test] Fix compressed-debug-level.test with zlib-ng
2022-07-27 Mingming Liu[AArch64] Explicitly use v1i64 type for llvm.aarch64...
2022-07-27 Mark de Wever[libc++] Fixes the CI.
2022-07-27 Philip Reames[LV] Refresh an autogened test to pickup naming changes
2022-07-27 Amara Emerson[AArch64][GlobalISel] Add heuristics for localizing...
2022-07-27 Slava Gurevich[LLDB][NFC][Reliability] Fix uninitialized variables...
2022-07-27 Stanislav MekhanoshinAllow data prefetch into non-default address space
2022-07-27 David Green[Lit] Sort previously failed tests early
2022-07-27 Eli FriedmanFix misc uses of "long" variables to use "int64_t".
2022-07-27 Craig Topper[RISCV] Add isel pattern for (mul (and X, 0xffffffff...
2022-07-27 Craig Topper[RISCV] Disable constant hoisting for multiply by negat...
2022-07-27 Umesh Kalappa[PowerPC] Change long to int64_t (which is always 64...
2022-07-27 Tue Ly[libc] Change sinf range reduction to mod pi/16 to...
2022-07-27 Mark de Wever[libc++][doc] Extended integral type support
2022-07-27 Mark de Wever[libc++] Update clang-format style.
2022-07-27 Philip Reames[RISCV][LV] Add basic tests for default configuration
2022-07-27 Peiming Liu[mlir][sparse] fix error when sparse kernel is nested...
2022-07-27 Peixin Qiao[flang] Support the color diagnostics on scanning,...
2022-07-27 Mark de Wever[libc++][doc] Updates format status page.
2022-07-27 Peixin Qiao[NFC][flang] Add FIXME for privatization of loop bounds...
2022-07-27 Sanjay Patel[AggressiveInstCombine] check sqrt operand to allow...
2022-07-27 Sanjay Patel[AggressiveInstCombine] add tests for sqrt with known...
2022-07-27 Matt Devereau[AArch64][SVE] Add Gather Index narrowing tests
2022-07-27 Mark de Wever[libc++][doc] Updates status documents.
2022-07-27 Dmitri Gribenko[amdgpu][nfc] Fix build with a certan Clang version
2022-07-27 Peixin Qiao[NFC][flang] Remove the unused header in Bridge.cpp
2022-07-27 Joseph HuberRevert "[OpenMP] Remove noinline attributes in the...
2022-07-27 Florian Hahn[LV] Add missing uses to test to make them more robust.
2022-07-27 Quinn Pham[libLTO] Set data-sections by default in libLTO.
2022-07-27 Benjamin Kramer[bazel] Port 5caa941f683270c3e5078ec46f208212b565c505
2022-07-27 Quinn PhamRevert "[libLTO] Set data-sections by default in libLTO."
2022-07-27 Nicolai HähnleRevert "ManagedStatic: remove from ASTMatchersInternal.h"
2022-07-27 NAKAMURA Takumi[Bazel] Bump to v16.0.0, corresponding to llvmorg-16...
2022-07-27 Quinn Pham[libLTO] Set data-sections by default in libLTO.
2022-07-27 lewuathe[mlir][complex] Custom attribute comlex.number.
2022-07-27 Simon Pilgrim[DAG] SimplifyDemandedBits - ensure we clear known...
2022-07-27 Nicolai HähnleManagedStatic: remove from ASTMatchersInternal.h
2022-07-27 Nicolai Hähnleclang: include ManagedStatic.h for llvm_shutdown
2022-07-27 Nicolai HähnleClangLinkerWrapper: explicitly #include <atomic>
2022-07-27 Markus Böck[mlir][LLVM] Fix incorrect GEP fold with struct constants
2022-07-27 Pavel Labath[lldb] Always use APFloat for FP dumping
2022-07-27 Jakob Johnson[trace] Add instruction control flow kind to JSON trace...
2022-07-27 Nico Weber[gn build] (semi-manually) port 6bdb15fe844c
next