platform/upstream/llvm.git
2023-03-08 wren romano[mlir][sparse] Making SortMask into an enum-class
2023-03-08 Pavel Iliin[NFC][AArch64] Document and improve FMV code.
2023-03-08 wren romano[mlir][sparse] Making deletion of SparseTensorType...
2023-03-08 Kirill Stoimenov[LSAN] Disable leaks in test using environment variable...
2023-03-08 Siva Chandra[libc] Widen the riscv64 full build config.
2023-03-08 Chia-hung Duan[scudo] Shuffle the regions
2023-03-08 Michael Kruse[flang] Fix linker test on Windows.
2023-03-08 Devajith Valaparambi... [mlir][linalg] Downscale 2D convolution with unit dimen...
2023-03-08 Anna Thomas[Tests] Precommit tests for D145616
2023-03-08 Devajith Valaparambi... [mlir][linalg] Add vectorization support for conv_1d
2023-03-08 Augusto Noronha[lldb] Only replace valobj with persisted one if not...
2023-03-08 Craig Topper[RISCV] Parse Zfa fli instructions using double precision.
2023-03-08 Vitaly Buka[hwasan] Increase allocator space for non-android Linux
2023-03-08 Stanislav Mekhanoshin[AMDGPU] Implement idempotent atomic lowering
2023-03-08 Min-Yih Hsu[M68k] Add support for basic memory constraints in...
2023-03-08 Min-Yih Hsu[M68k] Factoring out memory operand printer into a...
2023-03-08 Alexey Bataev[SLP][NFC]Update/simplify test to avoid dead code elimi...
2023-03-08 V Donaldson[flang] is_iostat_end and is_iostat_eor intrinsics
2023-03-08 Chia-hung Duan[scudo] Adjust page map buffer size
2023-03-08 Alexey Bataev[OPENMP]Fix PR59947: "Partially-triangular" loop collap...
2023-03-08 Nikolas Klauser[libc++] Granularize <type_traits> includes
2023-03-08 Valentin Clement[flang] Adapt PointerIsAssociatedWith for empty derived...
2023-03-08 Mark de Wever[libc++][format] Improves Unicode decoders.
2023-03-08 Simon Pilgrim[X86] Regenerate memset-vs-memset-inline.ll
2023-03-08 Arthur Eubanks[docs] Update README and GettingStarted
2023-03-08 Craig Topper[RISCV] Remove support for integers in RISCVAsmParser...
2023-03-08 Renaud-K[flang] Remove circular dependency between libFIRSuppor...
2023-03-08 Mikhail R.... [libc] Add fenv_t and signal macros in riscv
2023-03-08 Thomas Raoux[mlir][scf] Fix bug in software pipeliner and simplify...
2023-03-08 Siva Chandra[libc] Remove log10 from the list of riscv64 entrypoints.
2023-03-08 Han Zhu[SROA] Create additional vector type candidates based...
2023-03-08 Aaron Ballman[C2x] Add test coverage for WG14 N2607
2023-03-08 Peiming Liu[mlir][sparse] fix a bug in unpack op that used wrong...
2023-03-08 Ganesh Gopalasubramanian[X86] AMD Genoa (znver4) Scheduler model update
2023-03-08 Mikhail R.... [libc] Add support for sqrt in riscv
2023-03-08 Dave Lee[lldb] Let 'v' command directly access ivars of _any_...
2023-03-08 Mikhail R.... [libc] Add support for fma in riscv
2023-03-08 Adam PaszkeMake it possible to create DenseElementsAttrs with...
2023-03-08 Florian Hahn[VPlan] Add predicate to VPReplicateRecipe, expand...
2023-03-08 Dave Lee[lldb] Change default value of dwim-print-verbosity...
2023-03-08 Michael Francis[AIX] Fix libc++ Symbol Visibility on AIX
2023-03-08 Michael Kruse[Polly] Remove -polly-vectorizer=polly.
2023-03-08 Felipe de Azevedo... [CodeGen] Prevent nullptr deref in genAlternativeCodeSe...
2023-03-08 Craig Topper[RISCV] Make getFPImm return a float instead of a uint3...
2023-03-08 Nikolas Klauser[libc++] Enable -Wunused-template
2023-03-08 Fangrui SongRevert D118493 "Set rpath on openmp executables"
2023-03-08 Juneyoung Lee[DAGCombiner] Avoid converting (x or/xor const) + y...
2023-03-08 Snehasish Kumar[memprof] Simplify initialized flags.
2023-03-08 Mikhail R.... [libc] Support more functions in riscv
2023-03-08 Noah Goldstein[X86] Add masked predicate execution variants for instr...
2023-03-08 Noah Goldstein[X86] Add support for using Sched/Codesize information...
2023-03-08 Noah Goldstein[X86] Add ICX target in `unpckpd` tuning tests; NFC
2023-03-08 Craig Topper[IVDescriptors] Pass IsSigned when creating an all...
2023-03-08 Craig Topper[RISCV] Don't parse the decimal minimum value for fli...
2023-03-08 Craig Topper[RISCV] Store fli min/nan/inf in index form in RISCVOpe...
2023-03-08 Joseph Huber[Libomptarget] Update handling of architectures for...
2023-03-08 Luke Lau[RISCV] Add vsseg intrinsic for fixed length vectors
2023-03-08 Renaud-K[flang] Moving common polymorphic code into utility...
2023-03-08 Mark de Wever[libc++][test] Uses qualified std::uint32_t.
2023-03-08 Paul Walker[CodeGenPrepare] Stop llvm.vscale() -> getelementptr...
2023-03-08 Nikolas KlauserRevert "[ASan][libcxx] Annotating std::vector with...
2023-03-08 Michael Buch[ReleaseNotes] Fix formatting for LLDB changes
2023-03-08 Xi Ruoyao[compiler-rt][builtins] Define AT_HWCAP2 for AArch64
2023-03-08 Ilya Leoshkevich[sanitizer] Intercept glibc's argp_parse()
2023-03-08 Simon Pilgrim[X86] umax.ll - remove unused arguments. NFC.
2023-03-08 Alex Richardson[builtins] Only build float16/bfloat16 code if actually...
2023-03-08 David Spickett[lldb] Remove unused CrashReasonAsString function
2023-03-08 Nikolas Klauser[libc++] Add clang-tidy check for version checks
2023-03-08 Shivam Gupta[Docs] Fix a link for cray-pointer documentation
2023-03-08 David Truby[flang] Implement atand intrinsic
2023-03-08 Siva Chandra[libc] Add riscv64 fenv implementation and enable the...
2023-03-08 Viktoriia BakalovaRe-land [clangd] Add support for missing includes analysis.
2023-03-08 Guillaume Chatelet[bazel] Add layering-check
2023-03-08 David Spickett[lldb] Remove unused POSIX ProcessMessage files
2023-03-08 Valentin Clement[flang][NFC] Fix typo
2023-03-08 David Green[AArch64] Fix load-insert-zero patterns with i8 and...
2023-03-08 Viktoriia BakalovaRevert "Re-land [clangd] Add support for missing includ...
2023-03-08 Viktoriia BakalovaRevert "Re-land [clangd] Add support for missing includ...
2023-03-08 Viktoriia BakalovaRevert "Revert "Re-land [clangd] Add support for missin...
2023-03-08 Viktoriia BakalovaRevert "Re-land [clangd] Add support for missing includ...
2023-03-08 Viktoriia BakalovaRe-land [clangd] Add support for missing includes analysis.
2023-03-08 Mikhail R.... [libc] Small improvements to libc cmake
2023-03-08 Carl RitsonRevert "[IRLinker] Fix mapping of declaration metadata"
2023-03-08 Valery Pykhtin[AMDGPU] Scheduler: fix RP calculation for a MBB with...
2023-03-08 Florian Hahn[STLExtras] Use std::get in less_first,less_second...
2023-03-08 Viktoriia BakalovaRe-land [clangd] Add support for missing includes analysis.
2023-03-08 Alex Bradbury[docs] Document how frequently the staging buildmaster...
2023-03-08 Michael Buch[lldb][test][NFC] TestDataFormatterCpp.py: Remove redun...
2023-03-08 Florian Hahn[VPlan] Check if recipe is in ReplicateRegion for IfPre...
2023-03-08 Adrian Kuegel[mlir] Apply ClangTidyLegacy findings (NFC)
2023-03-08 Simon Pilgrim[InstCombine] Regenerate sub-minmax.ll
2023-03-08 Stanislav Mekhanoshin[AMDGPU] Skip buffer_wbl2 before atomic fence acquire
2023-03-08 Valentin Clement[flang] Align same_type_as result to other compilers
2023-03-08 Chuanqi Xu[NFC] [C++20] [Modules] Add a test for pr60085
2023-03-08 Andrzej Warzynski[mlir][linalg] Refine how contiguous loads are identified
2023-03-08 Yeting Kuo[InstCombine][debuginfo] Update valueCoversEntireFragme...
2023-03-08 Michael PlatingsUse LLVM_USE_SYMLINKS option in install_symlink
2023-03-08 esmeyi[PowerPC] Check if the latch block is in the value...
2023-03-08 Carl Ritson[IRLinker] Fix mapping of declaration metadata
2023-03-08 Xiang1 Zhang[NFC] Remove dead code in ExtAddrMode::print checked...
next