platform/upstream/llvm.git
2022-10-17 Alex Zinenko[mlir] add utilites for DiagnosedSilenceableFailure
2022-10-17 Peixin Qiao[flang] Fix the trivial type passed as value with bind(C)
2022-10-17 Nawrin Sultana[OpenMP] Add upper limit to TPAUSE exponential backoff...
2022-10-17 Simon Pilgrim[DAG] visitShiftByConstant - replace constant detection...
2022-10-17 Mingming Liu[AArch64][NFC]Refactor 'isBitfieldPositioningOp' so...
2022-10-17 Alex Zinenko[mlir] stopgap for incorrect vector.contract lowering
2022-10-17 Sanjay Patel[VectorCombine] fix crashing on match of non-canonical...
2022-10-17 Nikita Popov[BasicAA] Add test for phi of geps of alloca (NFC)
2022-10-17 Nicola Lancellotti[AArch64] Canonicalize ZERO_EXTEND to VSELECT
2022-10-17 Simon PilgrimRemove trailing whitespace. NFC.
2022-10-17 Nikita PopovReapply [InstCombine] Switch foldOpIntoPhi() to use...
2022-10-17 Simon Pilgrim[AMDGPU] Add regression test cases reported on D136042
2022-10-17 Nikita Popov[InstSimplify] Only check self-simplify in simplifyInst...
2022-10-17 Jean Perier[flang] Add an enum attribute to carry Fortran attributes
2022-10-17 Simon Pilgrim[AMDGPU] Regenerate bfe-combine.ll and bfe-patterns.ll
2022-10-17 Nikita Popov[InstCombine] Add test for PR58401 (NFC)
2022-10-17 Oleksandr ... [mlir] fix markdown in VectorOps.td
2022-10-17 Carlos Alberto... Revert "[llvm-debuginfo-analyzer] (02/09) - Driver...
2022-10-17 Ivan Butygin[mlir][linalg] Fix canonicalizer crash for `linalg...
2022-10-17 Tobias Gysi[mlir][llvm] Add support for importing masked intrinsic...
2022-10-17 Carlos Alberto... [llvm-debuginfo-analyzer] (02/09) - Driver and document...
2022-10-17 Tobias Gysi[mlir][llvm] Use the tablegen error handling (NFC).
2022-10-17 Florian HahnRevert "Reapply [InstCombine] Switch foldOpIntoPhi...
2022-10-17 Peixin Qiao[flang][OpenMP] Fix the use-associated bug in threadpri...
2022-10-17 Sjoerd Meijer[LoopFlatten] Enable it by default
2022-10-17 Nathan Sidwell[demangler] Simplify OutputBuffer initialization
2022-10-17 David SpickettRevert "[llvm] Remove redundaunt typename (NFC)"
2022-10-17 David SpickettRevert "[lldb] Use std::underlying_type_t (NFC)"
2022-10-17 David Spickett[compiler-rt] Relax pthread_getaffinity test to account...
2022-10-17 Alexander Belyaev[mlir] Simplify DestinationStyleOpInterface.
2022-10-17 Nikita Popov[BasicAA] Support loop phis in pointsToConstantMemory()
2022-10-17 Nikita Popov[BasicAA] Add tests for constant memory with loop phi...
2022-10-17 Jay Foad[AMDGPU] Common up some generated checks in fnearbyint.ll
2022-10-17 Jean Perier[flang] Introduce option to lower expression to HLFIR
2022-10-17 Chuanqi Xu[NFC] Judge if we have std c++ modules in RenderModules...
2022-10-17 Max Kazantsev[Test] Add tests showing that instcombine does not...
2022-10-17 Max Kazantsev[Test][NFC] Regenerate test check using update_tests...
2022-10-17 Chuanqi Xu[C++20] [Coroutines] Add ReleaseNotes about addressing...
2022-10-17 Chuanqi Xu[Coroutines] Don't merge readnone calls in presplit...
2022-10-17 Ting Wang[clang][PowerPC] PPC64 VAArg fix right-alignment for...
2022-10-16 Kazu Hirata[llvm] Use llvm::find (NFC)
2022-10-16 Florian Hahn[ConstraintElim] Fix signed integer overflow for inboun...
2022-10-16 rkayaith[mlir][ods] Support default-valued attributes in option...
2022-10-16 Florian Hahn[ConstraintElim] Replace custom GEP index handling...
2022-10-16 Fangrui Song[CMake] Remove CLANG_DEFAULT_STD_C/CLANG_DEFAULT_STD_CXX
2022-10-16 Fangrui Song[ELF] Remove RelocationScanner::target. NFC
2022-10-16 Kazu Hirata[clang] Use llvm::find (NFC)
2022-10-16 Florian Hahn[ConstraintElim] Support `add nsw` for unsigned preds...
2022-10-16 Roman Lebedev[NFC][X86] Test commit, add test with bad mask vector...
2022-10-16 Fangrui Song[ELF] Move R_TPREL/R_TPREL_NEG check into handleTlsRelo...
2022-10-16 Fangrui Song[ELF] Set DF_STATIC_TLS for AArch64/PPC32/PPC64
2022-10-16 Fangrui Song[ELF][test] Improve AArch64 TLS IE tests
2022-10-16 Simon Pilgrim[BPF] Add (failing) testcase for Issue #57872
2022-10-16 Kazu Hirata[clang] Use std::clamp (NFC)
2022-10-16 Kazu Hirata[AMDGPU] Use llvm::any_of (NFC)
2022-10-16 Kazu Hirata[clang] Use llvm::is_contained (NFC)
2022-10-16 bixia1[mlir][sparse] Move routines for generating memref...
2022-10-16 Sanjay Patel[InstCombine] try to determine "exact" for sdiv
2022-10-16 Sanjay Patel[InstCombine] add tests for sdiv with (neg)pow2 divisor...
2022-10-16 Sanjay Patel[InstCombine] use isKnownNonNegative() for readability...
2022-10-16 Florian Hahn[ConstraintElim] Add tests for add nsw with unsigned...
2022-10-16 bixia1[mlir][sparse] Add readCOOElement for reading a sparse...
2022-10-16 Jan Sjodin[OpenMP][OpenMPIRBuilder] Migrate OffloadEntriesInfoMan...
2022-10-16 Fangrui Song[ELF] Move inputSections/ehInputSections into Ctx. NFC
2022-10-16 Kazu Hirata[clang] Use llvm::reverse (NFC)
2022-10-16 Kazu Hirata[mlir] Remove redundaunt typename (NFC)
2022-10-16 Kazu Hirata[clang] Remove redundaunt typename (NFC)
2022-10-16 Amara Emerson[AArch64][GlobalISel] When lowering signext i1 paramete...
2022-10-15 Peter Rong[CodeGen] Using ZExt for extractelement indices.
2022-10-15 Nikolas Klauser[libc++] Improve error message for invalid allocators
2022-10-15 Kazu Hirata[ADT] Introduce StringRef::{starts,ends}_width{,_insens...
2022-10-15 Kazu Hirata[clangd] Use std::decay_t (NFC)
2022-10-15 Kazu Hirata[Vectorize] Use std::conditional_t (NFC)
2022-10-15 Kazu Hirata[ADT] Simplify getAsInteger and consumeInteger (NFC)
2022-10-15 Fangrui Song[Driver] Remove legacy cc1 alias -mlink-cuda-bitcode
2022-10-15 Florian Hahn[ConstraintElim] Support unsigned decomposition of...
2022-10-15 Matheus Izvekov[clang] Track the templated entity in type substitution.
2022-10-15 Kazu Hirata[clang] Fix a warning
2022-10-15 Kazu Hirata[clang] Fix a warning
2022-10-15 Kazu Hirata[Object] Fix a warning
2022-10-15 Kazu Hirata[mlir] Fix warnings
2022-10-15 Kazu Hirata[lldb] Fix a warning
2022-10-15 Kazu Hirata[llvm-reduce] Fix a warning
2022-10-15 Kazu Hirata[llvm] Remove redundaunt typename (NFC)
2022-10-15 Kazu Hirata[mlir] Use std::underlying_type_t (NFC)
2022-10-15 Kazu Hirata[lldb] Use std::underlying_type_t (NFC)
2022-10-15 Florian Hahn[ConstraintElim] Support signed decomposition of `add...
2022-10-15 Simon Pilgrim[Mips] Regenerate unalignedload.ll
2022-10-15 Simon Pilgrim[Mips] Regenerate return-struct.ll
2022-10-15 Simon Pilgrim[Mips] Regenerate load-store-left-right.ll
2022-10-15 Jeff Bailey[libc][cleanup] Docs clean up
2022-10-15 Yi Kong[clang] Fix func-attr.c test
2022-10-15 wanglei[LoongArch] Fix wrong VariantKind for MO_GOT_PC_{HI...
2022-10-15 Oleg Shyshkov[mlir][vector] Add a name prefix to tablegen for Iterat...
2022-10-15 Chia-hung Duan[scudo] Fix implicitly narrow casting (NFC)
2022-10-15 Alexander Shaposhnikov[objcopy][MachO] Clean up Section ctors, NFC
2022-10-15 Benjamin Kramer[mlir:ODS] Disambiguate getContext call for the rare...
2022-10-14 Kazushi (Jam... [VE] Change the way to lower select
2022-10-14 Krzysztof Parzyszek[Hexagon] Clean up leftover instructions in HvxIdioms
2022-10-14 Jeff Niu[mlir][llvm] NoSideEffect -> Pure (NFC)
next