platform/upstream/llvm.git
2022-10-21 River Riddle[mlir] Implement the SubElement interfaces for the...
2022-10-21 River Riddle[mlir] Generate parser/printers for enums
2022-10-21 Chia-hung DuanRevert "Revert "[scudo] Support partial page releasing""
2022-10-21 wren romano[mlir][sparse] Refining the IR/CMakeLists.txt (followup...
2022-10-21 Jeff Niu[mlir][llvm] Allow literal structs to replaceImmediateS...
2022-10-21 Jeff Niu[mlir][llvm] More LLVMFixed/ScalableVectorType to TypeDef
2022-10-21 Jeff Niu[mlir][llvm] Fix replaceImmediateSubElements on LLVMPoi...
2022-10-21 Jeff Niu[mlir][llvm] Move LLVMPointerType to TypeDef
2022-10-21 Jeff Niu[mlir][llvm] Move LLVMFunctionType to a TypeDef
2022-10-21 Murali VijayaraghavanFixed CMakeLists.txt to export mlir/include/mlir/Dialen...
2022-10-21 Peiming Liu[mlir][scf] support 1:N type conversion for scf.for.
2022-10-21 Arthur Eubanks[ObjCARC] Remove legacy PM versions of optimization...
2022-10-21 Jeff Niu[mlir][sparse] Fix build warning (NFC)
2022-10-21 Chia-hung DuanReland "[scudo] Manage free blocks in BatchGroup."
2022-10-21 Jeff Niu[mlir][llvm] Move LLVMArrayType to a TypeDef
2022-10-21 rkayaith[mlir-translate] Support parsing operations other than...
2022-10-21 rkayaith[mlir] Add conversion function from OwningOpRef<T>...
2022-10-21 Petr HosekRevert "[CMake] Drop libLTO and switch to PIE for Fuchs...
2022-10-21 Peter Klausler[flang] Extend test_errors.py to test warnings and...
2022-10-21 Siva Chandra... [bazel][obvious] Add few missing deps in the libc overlay.
2022-10-21 bixia1[mlir][sparse] Add rewrite rule for the sparse_tensor...
2022-10-21 Jeff Niu[mlir][index] Add missing dependencies
2022-10-21 Bjorn Pettersson[test] Use -passes syntax in Analysis tests
2022-10-21 Petr Hosek[CMake] Drop libLTO and switch to PIE for Fuchsia toolchain
2022-10-21 rkayaith[mlir][Pass] Fix parsePassPipeline error stream
2022-10-21 Carlos Alberto... [llvm-debuginfo-analyzer] (05/09) - Select elements
2022-10-21 Walter Erquinigo[trace][intel pt][simple] Fix TestTraceSave
2022-10-21 Florian Hahn[ConstraintElim] Add additional GEP subtraction tests.
2022-10-21 Aart Bik[mlir][sparse] lower number of entries op to actual...
2022-10-21 Chris Bieneman[HLSL] Remove unused frontend-generated ID
2022-10-21 Zequan Wu[LLDB][NativePDB] Improve ParseDeclsForContext time.
2022-10-21 Sanjay Patel[InstCombine] allow more commutative matches for logica...
2022-10-21 Zhixun TanLet MLIR ODS also support generating build() functions...
2022-10-21 Jeff Niu[mlir][index] Fix NoSideEffect->Pure
2022-10-21 Jeff Niu[mlir][index] Add `convert-index-to-llvm` pass
2022-10-21 Jeff Niu[mlir][index] Add folders for `index` ops
2022-10-21 Jeff Niu[mlir][index] Add `index` dialect ops and attributes
2022-10-21 Jeff Niu[mlir][index] Add boilerplate for the `index` dialect
2022-10-21 Fangrui Song[ELF] Suppress "duplicate symbol" when resolving STB_WE...
2022-10-21 Wael Yehia[PGO][AIX] Improve dummy var retention and allow -bcdto...
2022-10-21 David Sherwood[AArch64][SVE2] Add the SVE2.1 fdot instructions
2022-10-21 Louis Dionne[libc++][NFC] Add documentation for _Or and _And
2022-10-21 Jeff Niu[mlir][scf] Add an IndexSwitchOp
2022-10-21 Arthur Eubanks[llvm-reduce] Attempt to strip debug info
2022-10-21 Craig Topper[RISCV] Add missing vscale x 1 cost model entries and...
2022-10-21 Jay Foad[AMDGPU] Use VGPR classes in divergent build_vector...
2022-10-21 bixia1[mlir][sparse] Refactor the convert operator conversion...
2022-10-21 Jay Foad[MachineVerifier] Try harder to verify LiveVariables
2022-10-21 Sanjay Patel[InstCombine] allow some commutative matches for logica...
2022-10-21 Sanjay Patel[InstCombine] refactor matching code for logical ands...
2022-10-21 Jean Perier[flang] Fix FIRSupport build race condition with HLFIRD...
2022-10-21 Bjorn Pettersson[test] Use -passes in more Transforms tests
2022-10-21 Philip Reames[instcombine] Add basic test coverage for demanded...
2022-10-21 Caroline Concatto[AArch64]SME2 Multi-vector-Multiple Vectors SQDMULH...
2022-10-21 David Sherwood[AArch64][SVE2] Add the SVE2.1 fclamp instructions
2022-10-21 Erich Keane[NFC] Make sure we check an optional when checking...
2022-10-21 Nikita Popov[LLVMIR] Use helper methods to set/check readnone attri...
2022-10-21 chenglin.bi[AAArch64][Windows] Fix the crash when running ninja...
2022-10-21 David Sherwood[AArch64] Add SVE2.1 target feature for Armv9-A 2022...
2022-10-21 Jay Foad[TwoAddressInstruction] Fix stale LiveVariables info...
2022-10-21 Caroline Concatto[AArch64] SME2 Multiple vectors int/float binary...
2022-10-21 Oleg Shyshkov[mlir][linalg] Add one-shot-bufferize tests for Linalg...
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.
next