platform/upstream/llvm.git
2023-05-16 David Candler[builtins][test] Use architecture specific float16...
2023-05-16 Tobias Gysi[mlir][llvm] Add is constant intrinsic.
2023-05-16 Weining Lu[Clang][LoongArch] Pass the -mabi and -target-abi optio...
2023-05-16 Weining Lu[LoongArch] Move lp64s out of the unimplemented calling...
2023-05-16 Sam McCall[clangd] downgrade missing-includes diagnostic to Infor...
2023-05-16 David Green[AArch64] Change the type of i64 neon shifts to v1i64
2023-05-16 Nico Weber[gn build] Port a423b7f1d7ca (ClangReplInterpreterTests...
2023-05-16 Sergei Barannikov[clang] Convert a few OpenMP tests to opaque pointers
2023-05-16 Takuya Shimizu[clang][AST] Print name instead of type when diagnosing...
2023-05-16 Thorsten Schütt[GlobalIsel][x86] Legalize G_AND, G_OR, and G_XOR for...
2023-05-16 Matthias Springer[mlir][GPU] Rename MLIRGPUOps CMake target to MLIRGPUDi...
2023-05-16 David Green[AArch64] Additional testing for uqshl and regenerate...
2023-05-16 Jun Zhang[clang-repl] Introduce Value to capture expression...
2023-05-16 Jun Zhang[clang] Add a new annotation token: annot_repl_input_end
2023-05-16 Wang, Xin10Fix regression after D150436
2023-05-16 Corentin JabotRevert "[Clang] Fix parsing of `(auto(x))`."
2023-05-16 Alvin Wong[asan][test][win] Move MSVC-specific tests into a subdir
2023-05-16 Alvin Wong[asan][test][win] Remove `REQUIRES: asan-rtl-heap-inter...
2023-05-16 Alvin Wong[asan][test][win] Port more tests to not use clang...
2023-05-16 Alvin Wong[asan][test][win] Port more tests to not use clang...
2023-05-16 Alvin Wong[asan][test][win] Port more tests to not use clang...
2023-05-16 Alvin Wong[asan][win][test] Disable interception_failure_test...
2023-05-16 Matt ArsenaultValueTracking: Implement computeKnownFPClass for sqrt
2023-05-16 Alex Zinenko[mlir] drop spurious PDL include
2023-05-16 Jun Zhang[Instsimplfy] X == Y ? 0 : X - Y --> X - Y
2023-05-16 Jun ZhangAdd baseline tests for PR62238
2023-05-16 Tobias Gysi[mlir][llvm] Add expect intrinsics.
2023-05-16 Tung D. Le[mlir] Fix memory explosion when converting global...
2023-05-16 Sergei Barannikov[clang] Convert several OpenMP tests to opaque pointers
2023-05-16 Michael Buch[lldb][DWARFASTParserClang] Don't create unnamed bitfie...
2023-05-16 Michael Buch[lldb][DWARFASTParserClang][NFC] Extract condition...
2023-05-16 Michael Buch[lldb][DWARFASTParserClang][NFC] Simplify unnamed bitfi...
2023-05-16 Andrzej Warzynski[mlir][nfc] Remove unnecessary `-split-input-file`
2023-05-16 Nikita Popov[InstSimplify] Clarify simplifyWithOpReplaced() refinem...
2023-05-16 Nikita Popov[SCEV] Regenerate test checks (NFC)
2023-05-16 Nikita Popov[KnownBits] Handle shifts over wide types
2023-05-16 Quentin Colombet[MemRefToLLVM][NFC] Use early exit for the getter of...
2023-05-16 Théo Degioanni[mlir] [mem2reg] Adapt to be pattern-friendly.
2023-05-16 Nikita Popov[AArch64] Regenerate test checks (NFC)
2023-05-16 Jay Foad[KnownBits] Define and use intersectWith and unionWith
2023-05-16 Jay Foad[KnownBits] Make use of KnownBits.isUnknown. NFC.
2023-05-16 Alex Zinenko[mlir] update types in remaining Linalg TransformOps...
2023-05-16 Alex Zinenko[mlir] make structured transform ops use types
2023-05-16 Jay Foad[AMDGPU] Add implicit uses to AGPR copy MIR tests
2023-05-16 Jay Foad[RISCV] Avoid RegScavenger::forward in RISCVMakeCompres...
2023-05-16 Jonas Paulsson[MachineSink] Don't reject sinking because of dead...
2023-05-16 Jonas PaulssonPrecommit test for D150447.
2023-05-16 Gaëtan BossuFastRegAlloc: Fix implicit operands not rewritten
2023-05-16 Andrzej Warzynski[mlir][linalg] Add a test for linalg.matmul --> vector...
2023-05-16 Nikita Popov[KnownBits] Make shl/lshr/ashr implementations optimal
2023-05-16 Martin Storsjö[OpenMP] Use CMAKE_CXX_STANDARD for setting the C+...
2023-05-16 Martin StorsjöReapply [clang] [test] Narrow down MSVC specific behavi...
2023-05-16 Martin StorsjöReapply [test] [llvm-config] Assume unix style lib...
2023-05-16 Tobias Gysi[mlir] Add mlir translate flag to print errors only.
2023-05-16 Balázs Kéri[clang][analyzer] Handle special value AT_FDCWD in...
2023-05-16 Job Noorman[JITLink] Process null symbols
2023-05-16 Job Noorman[BOLT][Wrapper] Fix off-by-one in find_section upper...
2023-05-16 esmeyi[XCOFF][DWARF] XCOFF64 should be able to select the...
2023-05-16 Corentin Jabot[Clang][NFC] Present language version in descending...
2023-05-16 Kadir Cetinkaya[clangd] Fix builds after 4ddae8b941398a6579d3
2023-05-16 Wang, Xin10Correct the sort logic in AsmMatcherEmmitter.cpp
2023-05-16 Craig Topper[RISCV] Use mask agnostic policy for masked RISCVISD...
2023-05-16 Corentin Jabot[Clang] Fix parsing of `(auto(x))`.
2023-05-16 Muhammad Omair... [LLDB] Fix typo in TestDataFormatterSynthVal.py
2023-05-16 Timm Bäder[clang][NFC] Fix a doc comment mixup
2023-05-16 Craig Topper[RISCV] Update RISCVISD::VFWMADD_VLL isel patterns...
2023-05-16 Christudasan... [AMDGPU] Add optional tied-op for wwm-register's epilog...
2023-05-16 Jonas Devlieghere[lldb] Fix lldb_assert -> lldbassert in docs
2023-05-16 Sameer Sahasrabuddhe[LLVM][Uniformity] Improve detection of uniform registers
2023-05-16 Joshua Cao[SimpleLoopUnswitch] Skip trivial select conds for...
2023-05-16 Aiden Grossman[Docs][llvm-exegesis] Specify platform support for...
2023-05-16 Chuanqi Xu[NFC] [C++20] [Modules] Rename ASTContext::getNamedModu...
2023-05-16 sstwcw[clang-format] Stop comment disrupting indentation...
2023-05-16 Xi Ruoyao[clangd] Fix test failure when it's built with compiler...
2023-05-16 Chuanqi XuRevert "[NFC] [C++20] [Modules] Refactor Sema::isModule...
2023-05-16 Chuanqi Xu[NFC] [C++20] [Modules] Refactoring b6c7177145bc to...
2023-05-16 Katherine Rasmussen[flang] Add check for constraints on event-stmts
2023-05-16 Fangrui Song[RISCV][MC] .debug_line/.debug_frame/.eh_frame: emit...
2023-05-16 Aart Bik[mlir][sparse] change runners to c_runners
2023-05-16 Kai Sasaki[mlir][tosa] Fold consecutive negate as no-op
2023-05-16 eopXD[RISCV] Support vreinterpret intrinsics between vector...
2023-05-16 Arthur EubanksRevert "[MergeICmps] Adapt to non-eq comparisons, bugfix"
2023-05-16 Jan Svoboda[clang][deps] Do not cache PCM files
2023-05-16 Jan SvobodaRevert "[clang][deps] Only cache files with specific...
2023-05-16 Alex Langford[lldb] Fix lua build after 27b6a4e63afe
2023-05-15 Arthur Eubanks[StructuralHash] Track global variables
2023-05-15 Arthur Eubanks[llvm-exegesis] Create a proper LLVM IR Function for...
2023-05-15 Mehdi AminiFix MLIR build (typo in VectorOps.cpp)
2023-05-15 Lei Zhang[mlir][spirv] Check type legality using converter for...
2023-05-15 Igor Kudrin[CMake] Use LLVM own tools in extract_symbols.py
2023-05-15 Arthur Eubanks[llvm-reduce] Only write reduced output after we've...
2023-05-15 Mehdi AminiAdopt Properties to store operations inherent Attribute...
2023-05-15 Mehdi AminiAdopt Properties to store operations inherent Attribute...
2023-05-15 Mehdi AminiAdopt Properties to store operations inherent Attribute...
2023-05-15 Jessica Paquette[MachineOutliner] NFC: Add debug output to MachineOutli...
2023-05-15 Dave Lee[lldb] Refine call to decl printing helper (NFC)
2023-05-15 Tai Ly[TOSA] Add QuantizationDialect to TOSA's dependentDialects
2023-05-15 LLVM GN Syncbot[gn build] Port 7ace54e64bb6
2023-05-15 Nikolas Klauser[libc++][PSTL] Implement std::copy{,_n}
2023-05-15 Nick Desaulniers[Demangle] fix comment NFC
next