platform/upstream/llvm.git
2023-01-14 Markus Böck[mlir][tblgen] Fix undefined behaviour found by MSVC...
2023-01-14 Haojian WuFix a -Wgnu-designator warning, NFC.
2023-01-14 Roman Lebedev[Codegen][LegalizeIntegerTypes] New legalization strate...
2023-01-14 Simon Pilgrim[X86] vector-reduce-and-bool.ll - add 'is allones'...
2023-01-14 Tomas Matheson[AArch64] Reland "Improve TargetParser API"
2023-01-14 Simon Pilgrim[X86] Add SSE/AVX1/AVX2 + f16/f32 test coverage to...
2023-01-14 Mehdi AminiApply clang-tidy fixes for performance-unnecessary...
2023-01-14 Kazu Hirata[mlir] Remove remaining uses of llvm::Optional (NFC)
2023-01-14 Kazu Hirata[mlir] Use std::optional instead of llvm::Optional...
2023-01-14 Craig Topper[InstCombine] Add test coverage for (icmp sgt/sle ...
2023-01-14 Craig TopperRevert "[InstCombine] Add test coverage for (icmp slt...
2023-01-14 Craig Topper[InstCombine] Add test coverage for (icmp slt/sge ...
2023-01-14 Craig Topper[CodeGen][Target] Remove uses of Register::isPhysicalRe...
2023-01-14 Phoebe Wang[X86] Do not lower INSERT_VECTOR_ELT to vselect for...
2023-01-14 NAKAMURA TakumiJITLink/ELF_i386.cpp: Fix a warning in D141746. [-Wswitch]
2023-01-14 Kirill Stoimenov[LSAN][Fuchsia] Added ForEachExtraThreadStackRange...
2023-01-14 Kazu Hirata[mlir] Add #include <optional> (NFC)
2023-01-14 Kshitij JainFixes handling logic for i386/ELF GOTPC relocation
2023-01-14 Jan Svoboda[clang] Report the on-disk paths for inputs to module...
2023-01-14 Nikolas Klauser[libc++] Add [[clang::lifetimebound]] attribute to...
2023-01-14 Khem Raj[hwasan] Replace j __interceptor_sigsetjmp instead...
2023-01-14 Matt ArsenaultDAG/GlobalISel: Fix broken/redundant setting of MODeref...
2023-01-14 Matt ArsenaultAArch64/GlobalISel: Regenerate test checks
2023-01-14 Mehdi AminiFix scf.while verifier crash (NFC)
2023-01-14 Mehdi AminiRefactor OperationName to use virtual tables for dispat...
2023-01-14 NAKAMURA Takumi[Bazel] Use `LLVM_VERSION` from `llvm/CMakeLists.txt`
2023-01-14 Youling Tang[lsan] Add lsan support for loongarch64
2023-01-14 Hui Li[LLDB][LoongArch] Add FP branch instructions for Emulat...
2023-01-14 Hui Li[LLDB][LoongArch] Delete the s9 register alias definition
2023-01-14 NAKAMURA TakumiMachineScheduler.cpp: Fixup D141707, suppress `MISchedD...
2023-01-14 LLVM GN Syncbot[gn build] Port 5629d492df38
2023-01-14 varconstReapply "[libc++][ranges]Refactor `copy{,_backward...
2023-01-14 Fangrui Song[test] Deprecated llvm::TypeSize::getFixedSize => getFi...
2023-01-14 Fangrui SongFix some -Wconstant-conversion warnings for future...
2023-01-14 Lang Hames[ORC] Introduce deferred allocation-actions scheme...
2023-01-14 yijiagu[mlir][async] Allow to call async.execute inside async...
2023-01-14 Valery N Dmitriev[SLP] Remove unused check label from test - NFC
2023-01-13 NAKAMURA TakumiRevert "[Clang][Sema] Enabled implicit conversion warni...
2023-01-13 Owen Pan[clang-format] Replace DeriveLineEnding and UseCRLF...
2023-01-13 LLVM GN Syncbot[gn build] Port fdc0bf6adcee
2023-01-13 Paul KirthRevert "[LoongArch][M68k] Add 'Stack Frame Layout Analy...
2023-01-13 Paul KirthRevert "[codegen] Add StackFrameLayoutAnalysisPass"
2023-01-13 Joseph Huber[OpenMP][Docs] Remove documentation on removed option
2023-01-13 Joseph Huber[Clang] Remove `CLANG_OPENMP_NVPTX_DEFAULT_ARCH` CMake...
2023-01-13 Joseph Huber[OpenMP] Make `-fopenmp-target=` use the `nvptx-arch...
2023-01-13 Craig Topper[LoongArch][M68k] Add 'Stack Frame Layout Analysis...
2023-01-13 Craig Topper[CodeGen] Remove uses of Register::isPhysicalRegister...
2023-01-13 Vitaly Buka[NFC] Suppress warning after D139114
2023-01-13 Sanjay Patel[InstCombine] fold pow(X,Y) / X -> pow(X, Y-1)
2023-01-13 Sanjay Patel[InstCombine] fold pow(X,Y) * X -> pow(X, Y+1) (with...
2023-01-13 Sanjay Patel[InstCombine] add more tests for pow reassociation...
2023-01-13 Michal Paszkowski[SPIR-V] Fix switch lowering with common compare register
2023-01-13 Christopher... [mlir][gpu] Fix another windows build issue
2023-01-13 LLVM GN Syncbot[gn build] Port 0a652c540556
2023-01-13 Carlo Bertolli[OpenMP][libomptarget][AMDGPU] Add missing declarations...
2023-01-13 Owen Pan[clang-format] Fix a bug in DerivePointerAlignment...
2023-01-13 Paul Kirth[codegen] Add StackFrameLayoutAnalysisPass
2023-01-13 Jakub Kuderski[mlir][vector] Disallow vector.fma over vectors of...
2023-01-13 Diego Caballero[mlir][vector] Masking support for reductions in Linalg...
2023-01-13 Christopher... [mlir][gpu] Fix build failure / silence windows build...
2023-01-13 Dominik AdamskiRevert "[OpenMP][OMPIRBuilder] Move SIMD alignment...
2023-01-13 Dominik Adamski[OpenMP][OMPIRBuilder] Move SIMD alignment calculation...
2023-01-13 Jonathon Penix[flang] Fix cmake errors when building the Decimal...
2023-01-13 Nhat Nguyen[cmake] Fix path to LLVMConfig.cmake for multi-config...
2023-01-13 Paul Robinson[Polly] Fix REQUIRES for nvptx-dependent tests
2023-01-13 Utkarsh SaxenaRemove brittle test introduced in D140547.
2023-01-13 Matt ArsenaultAMDGPU: Use getConstantStringInfo for printf format...
2023-01-13 HanSheng Zhang[DAGCombiner] `visitFREEZE()`: gracefully handle node...
2023-01-13 Roman Lebedev[NFC][DAGCombiner] Fix typo in `visitFREEZE()`
2023-01-13 Francesco Petrogalli[CodeGen] Fix build failure due to missing declaration.
2023-01-13 Craig Topper[Analysis] Use isa instead of dyn_cast to suppress...
2023-01-13 Craig Topper[DAGCombiner][RISCV] Pre-promote (zext (abs X)) to...
2023-01-13 Florian Hahn[X86] Update check lines that are not properly auto...
2023-01-13 Lei Huang[PowerPC][NFC] Add missing P10 code enablement asm...
2023-01-13 Sanjay Patel[InstCombine] fold pow(X,Y) * pow(Z,Y) -> pow(X*Z,...
2023-01-13 Sanjay Patel[InstCombine] add tests for pow reassociation; NFC
2023-01-13 Florian Mayer[NFC] [scudo] actually fix DCHECK now
2023-01-13 Florian Mayer[NFC] [scudo] fix mistake in DCHECK
2023-01-13 Carlo Bertolli[OpenMP][libomptarget][AMDGPU] lock/unlock (pin/unpin...
2023-01-13 Matt ArsenaultAMDGPU: Fix format string indexes for existing llvm...
2023-01-13 Alex BrachetRevert "[clang-scan-deps] Migrate to OptTable"
2023-01-13 Alex Brachet[clang-scan-deps] Migrate to OptTable
2023-01-13 Roman Lebedev[SimplifyCFG] Reapply: when eliminating `unreachable...
2023-01-13 Christopher... [mlir][gpu] Migrate hard-coded address space integers...
2023-01-13 Blue Gaston[Sanitizer] Clean up SANITIZER_CAN_USE_ALLOCATOR64...
2023-01-13 Florian Mayerallocation_ring_buffer_size to 0 disables stack collection
2023-01-13 Florian Hahn[VPlan] Use to_vector when iterating over a temporary...
2023-01-13 Matt ArsenaultAMDGPU: Some printf call edge case tests
2023-01-13 Matt ArsenaultAMDGPU: Don't expand printf users if printf is defined
2023-01-13 Benjamin Kramer[thread] Fix a FIXME with std::apply. NFCI
2023-01-13 Med Ismail... Revert "[lldb] Add Debugger & ScriptedMetadata referenc...
2023-01-13 Mark de Wever[libc++][doc] Updates the release notes.
2023-01-13 bixia1[mlir][sparse] Improve ConcatenateOp rewriting for...
2023-01-13 Guillaume Chatelet[NFC] Remove Function::getParamAlignment
2023-01-13 David Green[AArch64] Add some tests for vscale being a power 2...
2023-01-13 Fahad Nayyar[Clang][Sema] Enabled implicit conversion warning for...
2023-01-13 Fahad Nayyar[libunwind] Fixed an upcoming clang -Wsign-conversion...
2023-01-13 Jakub Kuderski[mlir][spirv] Fix crash in spirv-lower-abi-attributes
2023-01-13 Matthias Springer[mlir][vector] Support multiple result types in vector...
2023-01-13 Kito Cheng[Driver][RISCV] Adjust the priority between -mcpu,...
next