platform/upstream/llvm.git
2022-10-21 Caroline Concatto[AArch64]SME2 multi-vec FP/INT down convert 2/4 registers
2022-10-21 Caroline Concatto[AArch64]SME2 Multi-vector - Index/Single/Multi Array...
2022-10-21 Luo, Yuanke[X86] Fix typo of mtamx_int8
2022-10-21 Christian Kandeler[clangd] Add highlighting modifier "constructorOrDestru...
2022-10-21 Simon Pilgrim[CostModel][X86] Remove duplicate RUN line from cttz...
2022-10-21 Sanjay Patel[InstCombine] match logical and/or more generally in...
2022-10-21 Sanjay Patel[InstCombine] add tests for logical selects; NFC
2022-10-21 Caroline Concatto[AArch64]SME2 Multi-single vector SVE Destructive 2...
2022-10-21 Michael Buch[lldb][CPlusPlus] Add abi_tag support to the CPlusPlusN...
2022-10-21 Valentin Clement[flang] Handle fir.class pointer and allocatable in...
2022-10-21 Valentin Clement[flang] Lower and code gen for allocate on polymorphic...
2022-10-21 Sylvestre LedruUpdate links to googletest documentation
2022-10-21 Jean Perier[flang] fix shared library builds after D136428
2022-10-21 Evgeny Shulgin[Clang] Add __has_constexpr_builtin support
2022-10-21 Jean Perier[flang] add hlfir::FortranEntity class
2022-10-21 Tres PoppDelete dead code in Inliner
2022-10-21 Jean Perier[flang] Add High level Fortran IR dialect
2022-10-21 Aaron Jacobs[libc++] type_traits: fix short-circuiting in std:...
2022-10-21 Anton Sidorenko[MachineCombiner][RISCV] Relax optimization level requi...
2022-10-21 Nikita Popov[ModuleSummaryAnalysis] Use helper methods to check...
2022-10-21 Florian Hahn[IndVars] Forget SCEV for value after simplifying condi...
2022-10-21 Nikita Popov[IR] Add support for memory attribute
2022-10-21 Nikita Popov[LangRef] Add memory attribute
2022-10-21 Paulo Matos[clang] Fix typo in error message
2022-10-21 Nikita Popov[Bitcode] Remove redundant intrinsic remangling (NFCI)
2022-10-21 Simon Pilgrim[X86] Fold scalar_to_vector(i64 zext(x)) -> bitcast...
2022-10-21 wanglei[LoongArch] Stack realignment support
2022-10-21 Simon Pilgrim[DebugInfo] Fix MSVC warning: "truncation from 'double...
2022-10-21 David Green[ARM] Fix the type for v4f16 duplane
2022-10-21 Diana Picus[flang] Rename hypotf on MSVC platforms
2022-10-21 Nikita Popov[AutoUpgrade] Fix remangling when upgrading struct...
2022-10-21 Luo, Yuanke[Verifier] Relieve intrinsics parameter alignment size...
2022-10-21 wanglei[LoongArch] Modify ParserMethod for the simm26_b operan...
2022-10-21 Nikita Popov[LLParser] Remove redundant remangling (NFCI)
2022-10-21 Nikita Popov[AutoUpgrade] Fix length check for intrinsic upgrade
2022-10-21 Timm Bäder[clang][Interp] Support base class constructors
2022-10-21 Timm Bäder[clang][Interp] Array initialization via ImplicitValueI...
2022-10-21 Timm Bäder[clang][Interp][NFC] Remove some unused aliases.
2022-10-21 David Green[ARM] Regnereate armv8.2a-fp16-vector-intrinsics.ll...
2022-10-21 Florian Hahn[VPlan] Print predicates for widened cmp instructions...
2022-10-21 Danil Sidoruk[clang-format] Add option for aligning requires clause...
2022-10-21 Pierre van... [AMDGPU][GISel] Constrain selected operands in selectG_...
2022-10-21 Adrian Kuegel[clang][Bazel] Port a7183a158d68d97902aeb2015a5cac5e36a...
2022-10-21 Pierre van... [AMDGPU][GISel] Re-enable some working tests
2022-10-21 Pierre van... [AMDGPU][DAG] Fix trunc/shift combine condition
2022-10-21 Michael WymanDon't emit `-Wnullability-completeness` warnings on...
2022-10-21 LLVM GN Syncbot[gn build] Port 0332a8e7d6da
2022-10-21 Carlos Alberto... [llvm-debuginfo-analyzer] (05/09) - Select elements
2022-10-21 Craig Topper[RISCV] Add vscale x 1 cost model tests for compares...
2022-10-21 Weining Lu[LoongArch] Report error in AsmParser when rd == rk...
2022-10-21 Peiming Liu[mlir][sparse] update doc for sparse_tensor.foreach...
2022-10-21 Peiming Liu[mlir][sparse] support foreach on dense tensor.
2022-10-21 Siva Chandra... [libc][Obvious] Add few missing license headers.
2022-10-20 bixia1[mlir][sparse] Fix getUnorderedCOOFromType for rank...
2022-10-20 Michael Jones[libc][obvious] fix comparison test cmake
2022-10-20 rkayaith[mlir-opt] Add a '-dump-pass-pipeline' option
2022-10-20 Luo, Yuanke[X86][AVX] Eliminate redundant movzbl instruction.
2022-10-20 rkayaith[mlir] Include anchor op when printing pass managers
2022-10-20 Jan Svoboda[clang][lex] Avoid `DirectoryLookup` copies
2022-10-20 Bill Wendling[clang] Correct sanitizer behavior in union FAMs
2022-10-20 Xiang Li[HLSL] Disable integer promotion to avoid int16_t being...
2022-10-20 Rob Suderman[mlir][tosa] Add broadcasting case for tosa.resize...
2022-10-20 Jonas DevlieghereRevert "[lldb] Fix member access in GetExpressionPath"
2022-10-20 Eli Friedman[Arm64EC] Refer to dllimport'ed functions correctly.
2022-10-20 Aart Bik[mlir][sparse] introduce new op for querying number...
2022-10-20 Alexander Shaposhnikov[clang-tidy] Skip private default ctors in modernize...
2022-10-20 Arthur Eubanks[lldb] Don't check environment default char signedness...
2022-10-20 Craig Topper[MachineFrameInfo][RISCV] Call ensureStackAlignment...
2022-10-20 Peiming Liu[mlir][sparse] attach bufferizableOpInterface to InsertOp
2022-10-20 Sujin Park[lldb][trace] Correctly treat kernel CPUs as individual...
2022-10-20 Xiang Li[NFC] [DirectX backend] move ResourceClass into llvm.
2022-10-20 Michael Francis[clang][AIX] Fix mcount name and call arguments
2022-10-20 bixia1[mlir][sparse] Fix the codegen for the convert operator...
2022-10-20 Qiongsi Wu[clang][AIX] Omitting Explicit Debugger Tuning Option
2022-10-20 Bill Wendling[clang][Sema] Use correct array size for diagnostic
2022-10-20 Caroline ConcattoRevert "[AArch64]SME2 Multi-single vector SVE Destructi...
2022-10-20 Caroline ConcattoRevert "[AArch64]SME2 Multi-vector - Index/Single/Multi...
2022-10-20 Michael Kruse[Polly] Ensure -polly-detect-keep-going still eventuall...
2022-10-20 Caroline Concatto[AArch64]SME2 Multi-vector - Index/Single/Multi Array...
2022-10-20 Peiming Liu[mlir][sparse] add source materizalization callback...
2022-10-20 Caroline Concatto[AArch64]SME2 Multi-single vector SVE Destructive 2...
2022-10-20 River Riddle[tblgen-lsp-server] Fix various ASAN issues
2022-10-20 Eli Friedman[AArch64] Fix scheduler crash in fusion code.
2022-10-20 Caroline Concatto[AArch64]SME2 Multiple vector ternary int/float 2 and...
2022-10-20 William Huang[InstCombine] Canonicalize GEP of GEP by swapping const...
2022-10-20 Mahesh Ravishankar[mlir] Set pattern that resolves tensor dimensions...
2022-10-20 zhongyunde[AArch64][SelectionDAG] Lower multiplication by a const...
2022-10-20 Xiang Li[HLSL] Add groupshare address space.
2022-10-20 Joseph Huber[OpenMP] Remove `-Bsymbolic` flag for device linking...
2022-10-20 Joseph Huber[Libomptarget] Build plugins with protected visibility...
2022-10-20 Denys Shabalin[mlir] Fix incorrect temporary file handling on windows
2022-10-20 LLVM GN Syncbot[gn build] Port a48007355a03
2022-10-20 Mark de Wever[libc++][format] Implements string escaping.
2022-10-20 Mark de Wever[libc++][CI] Reorder jobs.
2022-10-20 Craig Topper[RISCV] Remove EEW from some sched classes.
2022-10-20 Mircea Trofin[mlgo] Fix test post-D136040
2022-10-20 Paul Walker[NFC] Fix a few whitespace inconsistencies.
2022-10-20 Nikita Popov[ModRef] Default to ModRef in MemoryEffects ctors ...
2022-10-20 Pierrick BouvierDetect Visual Studio automatically in Windows packaging...
2022-10-20 OCHyams[NFC] Add DebugVariable constructor that takes DbgVaria...
next