platform/upstream/llvm.git
2023-05-24 Marco Elver[compiler-rt] Simplify ALIAS() attribute macro
2023-05-24 Christian Ulmann[mlir][transform] Fix merge_handle asm format
2023-05-24 bipmis[AggressiveInstCombine] Handle the nested GEP/BitCast...
2023-05-24 Luke Lau[RISCV] Scalarize small fixed vector copies < XLEN
2023-05-24 Luke Lau[RISCV] Add test for small vector copies
2023-05-24 Nikita Popov[KnownBits] Reduce number of overflow checks for uadd...
2023-05-24 Benjamin Kramer[bazel] Fix build after 0bf120a82040f7ffaba0f0ab72a983f...
2023-05-24 Nikita Popov[KnownBits] Use early return for unknown LHS for shifts...
2023-05-24 Nikita Popov[ValueTracking] Check for known bits conflict for shl...
2023-05-24 Nikita Popov[InstCombine] Directly iterate over users (NFC)
2023-05-24 Nikita Popov[KnownBits] Check for conflict-freedom in exhaustive...
2023-05-24 Nico Weber[gn build] Port 1c9a8004ed88
2023-05-24 Jens Massberg[Clang][C++20] Error out if parameter types of a defaul...
2023-05-24 luxufan[LVI] Don't compute range on not guaranteed not to...
2023-05-24 Joshua Cao[LoopUnroll] Peel iterations based on select conditions
2023-05-24 Joshua Cao[LoopUnroll] Add tests for peeling iterations based...
2023-05-24 Kadir Cetinkaya[clangd] Fix add-using tweak on declrefs with template...
2023-05-24 Nikita Popov[InstCombine] Fix crash due to early extractvalue removal
2023-05-24 Matt ArsenaultValueTracking: Handle constrained_sqrt in computeKnownF...
2023-05-24 Matt ArsenaultAMDGPU: Drop FP_ROUND second value check
2023-05-24 Matt ArsenaultInline: Convert test to generated checks
2023-05-24 Matt ArsenaultConvert unit test to opaque pointers
2023-05-24 Chuanqi XuRecommit [C++20] [Modules] Serialize the evaluated...
2023-05-24 Théo Degioanni[mlir] [sroa] Add support for MemRef.
2023-05-24 Sergei Barannikov[AMDGPU] Check if register is non-null before calling...
2023-05-24 Kazu Hirata[IR] Use LLVMContext::MD_nontemporal (NFC)
2023-05-24 Aiden Grossman[clang][X86] Add __cpuidex function to cpuid.h
2023-05-24 LLVM GN Syncbot[gn build] Port bea2ff655068
2023-05-24 Chuanqi XuRevert "[C++20] [Modules] Serialize the evaluated const...
2023-05-24 Mark de Wever[libc++] Untangles invoke.
2023-05-24 Mark de Wever[libc++] Adds C++26 support.
2023-05-24 Owen PanRevert "[clang-format] Fix indentation for selective...
2023-05-24 Kazu Hirata[lldb] Fix typos in documentation
2023-05-24 Louis Dionne[libc++][NFC] Refactor helper method into the Lit test...
2023-05-24 Louis Dionne[libc++] Complete refactor of tests for operator new
2023-05-24 wangpc[TableGen] Unify the priority of variables
2023-05-24 Joshua Cao[BBUtils][NFC] Delete SplitBlockAndInsertIfThen with DT.
2023-05-24 Chuanqi Xu[NFC] Fix the warning for dangling pointer for c0d6f85e...
2023-05-24 Sedenion[clang-format] Fix indentation for selective formatting
2023-05-24 Chuanqi Xu[C++20] [Modules] Serialize the evaluated constant...
2023-05-24 Bing1 Yu[LegalizeType][X86] Support WidenVecRes_AssertZext...
2023-05-24 Rahman Lavaee[Propeller] Add HasIndirectBranch to BBEntry::Metadata.
2023-05-24 Galen Elias[clang-format] Adjust braced list detection (reland...
2023-05-24 Owen Pan[clang-format] Revert 6dcde65 due to missing commit...
2023-05-24 Aart Bik[mlir][sparse][gpu] fix F32 bug for SpMV and SpMM
2023-05-23 Leonard Chan[compiler-rt] Allow 64-bit sanitizer allocator to be...
2023-05-23 Akira Hatanaka[CodeGen] Fix the type of the constant that is used...
2023-05-23 Craig Topper[RISCV] Expand rotate by non-constant for XTHeadBb...
2023-05-23 Med Ismail... Revert "[lldb] Move PassthroughScriptedProcess to ...
2023-05-23 Peter Klausler[flang][runtime] Complete partial output records when...
2023-05-23 Peiming Liu[mlir][sparse] extend unpack operation to unpack arbitr...
2023-05-23 Shubham Sandeep... Add support for salvaging debug info from icmp instrcuc...
2023-05-23 Aaron Siddhartha... [bazel] Add clang-offload-packager and clang-linker...
2023-05-23 Alex Langford[lldb][NFCI] Remove unused member from ObjectFileMachO
2023-05-23 Valentin Clement[flang][openacc][NFC] Add API to create acc.private...
2023-05-23 Valentin Clement[flang] Do not omit fir.ref in getTypeAsString
2023-05-23 Nick DesaulniersReland: [clang][ExprConstant] fix __builtin_object_size...
2023-05-23 Valentin Clement[flang] Add IndexType support in getTypeAsString
2023-05-23 Diego Caballero[mlir][Vector] Extend xfer drop unit dim patterns
2023-05-23 Scott Linder[llvm-debuginfo-analyzer] Support both Reference and...
2023-05-23 Keith Smiley[lld-macho] Add support for .so file discovery
2023-05-23 Leonard Chan[lld][ELF] Do not emit warning for NOLOAD output sections
2023-05-23 Nikolas Klauser[libc++] Apply _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIAT...
2023-05-23 Craig Topper[TableGen] Filter duplicate predicates in PatternToMatc...
2023-05-23 Kyle Huey[X86] Use the CFA when appropriate for better variable...
2023-05-23 Congcong Cai[Sema] `setInvalidDecl` for error deduction declaration
2023-05-23 Eugene Burmako[MLIR] Update Bazel build to remove references to Pybin...
2023-05-23 Florian Hahn[VPlan] Print IR flags for VPRecipeWithIRFlags.
2023-05-23 Piotr Zegar[clang-tidy] Ignore implicit code in bugprone-branch...
2023-05-23 Piotr Zegar[clang-tidy] Improve bugprone-branch-clone with support...
2023-05-23 Craig Topper[RISCV] Add scalable vector cast cost model tests. NFC
2023-05-23 Joshua Cranmer[CodeGen] Fix crash in CodeGenPrepare::optimizeGatherSc...
2023-05-23 Noah Goldstein[ValueTracking] Use `select` condition to help determin...
2023-05-23 Noah Goldstein[ValueTracking] Add tests for using condition in select...
2023-05-23 Noah Goldstein[ValueTracking] Use `KnownBits` functions for `computeK...
2023-05-23 Noah Goldstein[KnownBits] Add implementations for saturating add...
2023-05-23 Noah Goldstein[ValueTracking] Add tests for knownbits of saturating...
2023-05-23 Noah Goldstein[KnownBits] Improve implementation of `KnownBits::abs`
2023-05-23 Manna, Soumi[NFC][CLANG] Fix issue with dereference null return...
2023-05-23 LLVM GN Syncbot[gn build] Port f237513cda8e
2023-05-23 walter erquinigo[LLDB] Add some declarations related to REPL support...
2023-05-23 Nitin John Raj[RISCV][GlobalISel] Add lowerReturn for calling conv
2023-05-23 Thurston Danghwasan: lay groundwork for importing subset of sanitize...
2023-05-23 Tue Ly[libc] Change UInt integer conversion operators to...
2023-05-23 Vitaly BukaRevert "[HWASan] unflake test"
2023-05-23 Vlad SerebrennikovReland "[clang] Add tests for CWG issues 977, 1482...
2023-05-23 Rahul Kayaith[mlir][python] Bump min pybind11 version to 2.9.0
2023-05-23 Aaron BallmanAdd a reminder to update docs when updating default...
2023-05-23 Markus Böck[llvm][ADT] Fix invalid `reference` type of depth-first...
2023-05-23 Azat Khuzhin[libcxx][tests] Introduce 32-bit feature and use it...
2023-05-23 Alex Langford[lldb][NFCI] Merge implementations of ObjectFileMachO...
2023-05-23 Diego Caballero[mlir][Vector] Add 0-d vector support to 'vector.shape_...
2023-05-23 Joseph Huber[libc][obvious] Correctly hoist mask out of the loop
2023-05-23 Aaron BallmanCorrect stale documentation for default MSVC version...
2023-05-23 Jin Xin Ng[hwasan] Move RunFreeHooks call
2023-05-23 Mark de Wever[libc++][doc] Updates the tasks to do for a release.
2023-05-23 Mark de Wever[NFC][libc++][format] Uses stringstream::view.
2023-05-23 Mark de Wever[libc++][modules] Adds std module cppm files.
2023-05-23 Fangrui Song[IR] Make stack protector symbol dso_local according...
2023-05-23 Mark de Wever[libc++] Updates C++2b to C++23.
next