platform/upstream/llvm.git
2023-05-07 Carlos Galvez[clang-tidy] Support SystemHeaders in .clang-tidy
2023-05-07 Dávid Bolvanský[Tests] Preserve original test scenario
2023-05-07 Jean Perier[flang][hlfir] Add TODO for polymorphic vector subscrip...
2023-05-07 Simon Pilgrim[MC][X86] Fix encoding for VMOVPQIto64Zmr for correct...
2023-05-07 Simon Pilgrim[MC][X86] Add test coverage for Issue #62412
2023-05-07 Aaron Siddhartha... [bazel] Make labels to third-party dependencies explicit
2023-05-07 Dávid Bolvanský[SLC] Use unsigned char to fix test failures on some...
2023-05-07 Simon Pilgrim[MC][X86] Split off avx512vpopcntdq tests and add att...
2023-05-07 Austin Chang[InstCombine] Improve bswap + logic_op optimization
2023-05-07 Austin Chang[InstCombine] Add bswap(logic_op(bswap(x), y)) regressi...
2023-05-07 Dávid Bolvanský[SimplifyLibCalls] Transform memchr(STR, C, N) to chain...
2023-05-07 Yeting Kuo[ASAN] Support memory checks on vp.load/store.
2023-05-07 Mark de WeverRevert "[libc++] Soft-fail the two sanitizer jobs that...
2023-05-07 Mark de Wever[libc++] Modernizes the forwarded ios headers.
2023-05-07 Craig Topper[RISCV] Make zve32f imply F and zve64d imply D.
2023-05-07 sstwcw[clang-format] Don't indent Verilog `begin` keyword...
2023-05-07 sstwcw[clang-format] Recognize Verilog edge identifiers
2023-05-07 Nikita Ronja... [lldb] [NetBSD] getValue => operator* for Optional...
2023-05-07 Aaron Siddhartha... [bazel] Fix missing deps for layering check
2023-05-07 Shilei Tian[OpenMP] Make `libomptarget` link against `libomp`
2023-05-07 Shilei Tian[NFC][OpenMP] Remove trailing whitespaces in `openmp...
2023-05-07 Nico Weber[gn] port 3b6bc87 more
2023-05-07 LLVM GN Syncbot[gn build] Port 6ab43f9b87ce
2023-05-07 LLVM GN Syncbot[gn build] Port 5902bb9584d6
2023-05-07 LLVM GN Syncbot[gn build] Port 3b6bc8752027
2023-05-07 LLVM GN Syncbot[gn build] Port 040a41a85293
2023-05-07 Nico Weber[gn] port e7e3711885133
2023-05-07 Nico Weber[gn] port 95bb95ebe448
2023-05-07 Shengchen Kan[X86][AsmParser] Move include forward to reduce unneces...
2023-05-07 Kazu Hirata[InstCombine] Remove Descale
2023-05-07 Kazu Hirata[ARM] Remove unused declaration RematerializeIterCount
2023-05-07 Kazu Hirata[ARM] Remove unused declaration LowerGLOBAL_OFFSET_TABLE
2023-05-07 Kazu Hirata[ARM] Remove unused declaration EmitPatchedInstruction
2023-05-06 Simon Pilgrim[X86] or-with-overflow.ll - adjust or_i64_ri constant...
2023-05-06 Simon Pilgrim[DAG] computeOverflowForUnsignedAdd - use ConstantRange...
2023-05-06 Caroline Tice[lldb] Fix language label in ObjC Language unittest
2023-05-06 Yan Xin[mlir][doc] Fix typos in mlir/docs/LangRef.md
2023-05-06 Simon Pilgrim[DAG] computeOverflowForUnsignedAdd - use getMaxValue...
2023-05-06 Kazu Hirata[libc] Fix typos in documentation
2023-05-06 Kazu Hirata[PowerPC] Remove dead declaration mightUseCTR
2023-05-06 Kazu Hirata[WebAssembly] Remove dead declaration MatchTableForLowering
2023-05-06 Feng Wang[libunwind] Unwind through Linux riscv sigreturn trampoline
2023-05-06 Mark de Wever[libc++][ranges] Addresses LWG3759
2023-05-06 Jon Roelofs[clangd] Fix missing dependency on clang/Driver/Options...
2023-05-06 Samuel Maina[Clang][OpenMP]Solved the the always truth condition...
2023-05-06 Kazu Hirata[clang-tidy] Modernize HungarianNotationOption (NFC)
2023-05-06 Kazu Hirata[mlir] Use std::optional instead of llvm::Optional...
2023-05-06 Kazu Hirata[lldb] Replace None with std::nullopt in comments ...
2023-05-06 Peter Kasting[Sema] Avoid emitting warnings for constant destruction.
2023-05-06 Mark de WeverRevert "Reland "[CMake] Bumps minimum version to 3...
2023-05-06 Simon Pilgrim[DAG] visitSUBSAT - fold subsat(x,y) -> sub(x,y) if...
2023-05-06 Simon Pilgrim[X86] Add tests showing failure to simplify ssubsat...
2023-05-06 Simon Pilgrim[DAG] Add computeOverflowForSignedSub/computeOverflowFo...
2023-05-06 Jay Foad[RegisterCoalescer] Fix problem with IMPLICIT_DEF live...
2023-05-06 Jay Foad[X86] Generate checks for 2012-01-10-UndefExceptionEdge
2023-05-06 Jay Foad[UpdateTestChecks] More support for X86 exception handling
2023-05-06 Michael Liao[GlobalISel] Fix typo. NFC
2023-05-06 Simon Pilgrim[DAG] visitADDSAT - fold saddsat(x,y) -> add(x,y) if...
2023-05-06 Simon Pilgrim[DAG] computeOverflowForSignedAdd - fix typo in comment...
2023-05-06 Alexey Lapshin[Support] Add PerThreadBumpPtrAllocator class.
2023-05-06 Simon Pilgrim[DAG] Add computeOverflowForSignedAdd and computeOverfl...
2023-05-06 Simon Pilgrim[X86] xaluo.ll - add test coverage showing the failure...
2023-05-06 Simon Pilgrim[X86] Regenerate xaluo.ll with common CHECK prefix
2023-05-06 Piotr Zegar[clang-tidy] Optimize performance of RenamerClangTidyCheck
2023-05-06 Piotr Zegar[clang][NFC] Optimize clang::ASTNodeKind::isBaseOf
2023-05-06 Mark de Wever[libc++][format] Fixes vector<bool> requirements.
2023-05-06 Florian Hahn[VPlan] Use operands directly in VPInstructionsToVPReci...
2023-05-06 Chris Cotter[clang-tidy] Implement cppcoreguidelines F.19
2023-05-06 Wang, Xin10[NFC]adjust identaion and update comments in X86InstrAr...
2023-05-06 Mark de WeverReland "[CMake] Bumps minimum version to 3.20.0."
2023-05-06 Florian Hahn[VPlan] Assert instead of check if VF is vector when...
2023-05-06 Vitaly BukaRevert "[2a/3][ASan][libcxx] std::deque annotations"
2023-05-06 Kazu Hirata[clang-tidy] Modernize Handler (NFC)
2023-05-06 Kazu Hirata[Vectorize] Use Densemap::contains (NFC)
2023-05-06 Kazu Hirata[clangd] Replace None with std::nullopt in comments...
2023-05-06 Caroline TiceRevert "Give NullabilityKind a printing operator<<"
2023-05-06 Weining Lu[LoongArch] Provide basic TargetTransformInfo implement...
2023-05-06 Chuanqi Xu[C++20] [Modules] Don't check input files for C++20...
2023-05-06 NAKAMURA TakumiFix a warning in D149117 [-Wunused-but-set-variable]
2023-05-06 wanglei[gn] Move LoongArch target from llvm_all_experimental_t...
2023-05-06 Manna, Soumi[NFC][Clang] Fix static analyzer tool remarks about...
2023-05-06 walter erquinigo[LLDB] Add minimal support for the new Mojo language
2023-05-06 Teresa Johnson[MemProf] Create single version of helper function...
2023-05-06 Joseph Huber[libc][docs] Fix incorrect CMake argument in GPU docume...
2023-05-06 William Huang[llvm-profdata] ProfileReader cleanup - preparation...
2023-05-06 Mehdi AminiFix MLIR Linalg Python test after adopting properties...
2023-05-06 Vitaly Buka[test][sanitizer] Add feature for "any" GLIBC
2023-05-06 Vitaly Buka[test][sanitizer] Add tests for join variants
2023-05-05 Mehdi AminiAdopt Properties to store operations inherent Attribute...
2023-05-05 Mehdi AminiFix UB passing nullptr to an EmptyProperties class...
2023-05-05 Sergei BarannikovAdd -misc-use-anonymous-namespace to .clang-tidy
2023-05-05 Teresa Johnson[MemProf] Context disambiguation cloning pass [patch...
2023-05-05 AdityaKRemove unused basic_android_tree/mipsel-linux-android
2023-05-05 Fangrui Songms inline asm: recognize case-insensitive JMP and CALL...
2023-05-05 Alex Langford[lldb] Fix fallout from e9eaf7b430ee
2023-05-05 Vitaly Buka[test][lsan] Remove std::vector from test
2023-05-05 Vitaly Buka[test][lsan] For thread args/result leak
2023-05-05 Jonas Devlieghere[lldb] Migrate to GetPropertyAtIndexAs for ArchSpec...
2023-05-05 Jonas Devlieghere[lldb] Migrate to GetPropertyAtIndexAs for LanguageType...
2023-05-05 Manna, Soumi[NFC] ][CLANG] Fix static code analyzer concerns
next