platform/upstream/llvm.git
2023-03-31 Andrzej Warzynski[mlir][sparse-compiler] Fix typo in a test
2023-03-31 Serguei Katkov[InstCombine] Add tests for min(a,b) +/* max(a,b) pattern.
2023-03-31 Nicolas Vasilache[mlir][Transform] NFC - Make debug logging more actionnable
2023-03-31 Nicolas Vasilache[mlir][Linalg] Fix Generalize transform
2023-03-31 Andrzej Warzynski[mlir-cpu-runner] Add support for `-mattr` and `-march...
2023-03-31 Jie Fu[flang] Remove unused variable 'nullBoxTy' in ConvertEx...
2023-03-31 Martin Storsjö[ARM] Handle generating SEH unwind info for t2STR_PRE...
2023-03-31 Jean Perier[flang] Fix context less NULL() lowering
2023-03-31 Jean Perier[flang] allow allocation of scalar TYPE(*) descriptors
2023-03-31 Jean Perier[flang] move ASSOCIATED intrinsic optional TARGET handling
2023-03-31 Ben Shi[LoongArch] Optimize additions with immediates
2023-03-31 Ben Shi[LoongArch][NFC] Add tests of additions with immediates...
2023-03-31 Timm Bäder[clang][Interp][NFC] Add failing test case for InterpFr...
2023-03-31 Timm Bäder[clang][Interp][NFC] Add missing static_assert message
2023-03-31 Tobias Gysi[mlir][llvm] Keep unhandled constant test.
2023-03-31 Timm Bäder[clang][Interp] Fix parameter map when re-visiting...
2023-03-31 luxufan[Local] Preserve !align if K dominates J and K has...
2023-03-31 Wang, Xin10[NFC]add & to avoid copy
2023-03-31 Timm Bäder[clang][Interp] Properly identify not-yet-defined functions
2023-03-31 Karl-Johan... [builtins] Support architectures with 16-bit int in...
2023-03-31 Yevgeny Rouban[IR] Allow destruction of symbol table entries regardle...
2023-03-31 aabhinavg[docs][clang] Add extra information inside -fsanitize...
2023-03-31 Peter Rong[WASM] Prevent casting `undef` to `CosntantSDNode`
2023-03-31 Fangrui Song[docs] Update LLVM_TARGETS_TO_BUILD list
2023-03-31 Peter Rong[WASM] Fix legalizer for LowerBUILD_VECTOR.
2023-03-31 wren romano[mlir][sparse] Correcting some terminology / naming...
2023-03-31 Nikolas Klauser[libc++] Add __decay_t and use it instead of decay...
2023-03-31 Craig Topper[RISCV] Remove -mattr=+f from rvk-user-csr-name.s.
2023-03-31 NAKAMURA TakumiMove definitions of ArgKind from Intrinsics.h to Intrin...
2023-03-31 NAKAMURA TakumiLet IntrinsicEnums.inc conditional by GET_INTRINSIC_ENU...
2023-03-31 Leonard ChanRevert ""Reland "[hwasan] Provide aliases for c allocat...
2023-03-31 Richard SmithRetain constraints in the canonical form of an auto...
2023-03-31 Richard SmithIgnore constraints when determining a canonical templat...
2023-03-31 Richard SmithConvert boolean flag in TemplateParameterListsAreEqual...
2023-03-31 Richard SmithClean up template parameter list profiling. No function...
2023-03-31 Richard SmithFactor out helper to determine whether a function is...
2023-03-30 Craig Topper[RISCV] Add Zicsr and Zifencei to CPUs in RISCVProcesso...
2023-03-30 Craig Topper[RISCV] Correct the EvenSrc/OddSrc computation in isInt...
2023-03-30 Craig Topper[RISCV] Test case for D147268. NFC
2023-03-30 Craig Topper[RISCV] Bump I, F, D, and A extension versions to 20191...
2023-03-30 Alan Zhao[clang] Fix 2 bugs with parenthesized aggregate initial...
2023-03-30 dossai.o@yahoo.com[Flang][OpenMP] Add support for logical or reduction...
2023-03-30 bixia1[mlir][sparse] Fix a problem in handling data type...
2023-03-30 Jonas Devlieghere[lldb] Fix macos build after e64cc756819d (2/2)
2023-03-30 Sam Clegg[lld][WebAssembly] Process stub libraries before perfor...
2023-03-30 Richard SmithPR60985: Fix merging of lambda closure types across...
2023-03-30 Jakub Kuderski[mlir][vector][NFC] Clean up vector gather lowering...
2023-03-30 Jonas Devlieghere[lldb] Only run TestUniversal64 on macOS 11 and later
2023-03-30 NAKAMURA TakumiTableGen: Let getAllDerivedDefinitions() numeric order.
2023-03-30 Dave Lee[lldb] Use one Progress event per root module build
2023-03-30 Jonas Devlieghere[lldb] Fix macos build after e64cc756819d
2023-03-30 Shafik Yaghmour[Clang] Fix how ReadMacroParameterList handles comments...
2023-03-30 River Riddle[lldb][NFC] Move various constructor definitions from...
2023-03-30 Alex Bradbury[RISCV] Add codegen for the experimental zicond extension
2023-03-30 Leonard Chan"Reland "[hwasan] Provide aliases for c allocation...
2023-03-30 Alex Bradbury[RISCV] Slightly weaken expanded seq_cst atomic op...
2023-03-30 Dave Lee[lldb] Replace sprintf with snprintf (NFC)
2023-03-30 Louis Dionne[libc++] Systematically define a macro to check whether...
2023-03-30 Florian Hahn[LV] Regenerate check lines for test to reduce diff...
2023-03-30 Jisheng Zhao[OpenMP] asynchronous memory copy support
2023-03-30 wren romano[mlir][sparse] Cleaning up some usage of SparseTensorType
2023-03-30 Philip Reames[IVDescriptors] Add pointer InductionDescriptors with...
2023-03-30 duk[MachineOutliner] Fix label outlining regression introd...
2023-03-30 NagaChaitanya... [clang][ExtractAPI] Remove extra pointer indirection...
2023-03-30 Jez Ng[lld-macho] Don't emit spurious dupe method warnings...
2023-03-30 Jez Ng[lld-macho][objc] Don't crash when rodata isn't statica...
2023-03-30 Jez Ng[lld-macho][re-land] Warn on method name collisions...
2023-03-30 SJW[TOSA] Loosen folding restrictions for tosa.add,tosa...
2023-03-30 wleifix docs warning in llvm-profdata.rst
2023-03-30 Dave Lee[lldb] Replace deprecated CFPropertyListWriteToStream...
2023-03-30 Jay Foad[TwoAddressInstruction] Improve tests for register...
2023-03-30 Matthias BraunFix codegen for coroutine with function-try-block
2023-03-30 Piotr Zegar[clang-tidy] Fix example provided by add_new_check.py
2023-03-30 Changpeng FangAMDGPU: Created a subclass for the return address opera...
2023-03-30 Natasha Kononenko[mlir][tosa] Disable folder for non-int/float/index...
2023-03-30 wlei[AutoFDO] Use flattened profiles for profile staleness...
2023-03-30 Alex Brachet[CMake] Switch to -fPIE for Fuchsia Toolchain
2023-03-30 Daniel Thornburgh[Docs][llvm-cov] Correct flag name.
2023-03-30 LLVM GN Syncbot[gn build] Port 142c3d9d1414
2023-03-30 Chenguang Wang[mlir][bazel] reformat BUILD.bazel with buildifier
2023-03-30 Jakub Kuderski[docs] Add section on iteration utilities (`zip` &...
2023-03-30 Daniel Grumberg[clang][ExtractAPI] Reland ExtractAPI for libclang...
2023-03-30 Wei Wang[Coroutines] Look for dbg.declare for temp spills
2023-03-30 Louis Dionne[libc++][NFC] Remove stray tests
2023-03-30 Philip Reames[RISCV][LV] Add test coverage for strided access patter...
2023-03-30 Joseph Huber[libc] Support suspending threads during RPC spin loops
2023-03-30 Alexey Bataev[SLP]Fix a crash when trying to shuffle multiple nodes.
2023-03-30 Mateja Marjanovic[AMDGPU][GlobalISel] Add support for S_INDIRECT_REG_WRI...
2023-03-30 Lei Zhang[mlir][spirv][complex] Convert complex ops to SPIR...
2023-03-30 Lei Zhang[mlir][spirv] Support convert complex types
2023-03-30 David Green[AArch64] Basic target(+crypto) handling
2023-03-30 Benjamin Maxwell[DebugInfo] Correct out-of-bounds error message for...
2023-03-30 Ayushi Shukla[documentation] Fix some typos
2023-03-30 Louis Dionne[libc++] Add minor test for polymorphic_allocator.const...
2023-03-30 Ivan Kosarev[AMDGPU][MC] v_interp tests to check reported operands.
2023-03-30 Corentin Jabot[Clang] Improve diagnostics when using a concept as...
2023-03-30 Ivan Kosarev[AMDGPU][AsmParser] Refine SMRD offset definitions.
2023-03-30 Serge Pavlov[symbolizer] Build 'Request' object in single point...
2023-03-30 Rahul Kayaith[mlir][python] Support buffer protocol for splat dense...
2023-03-30 Ivan Kosarev[AMDGPU][AsmParser][NFC] Refine immediate operand defin...
next