platform/upstream/llvm.git
2021-11-22 Tobias Gysi[mlir][linalg] Remove tile and fuse test pass (NFC).
2021-11-22 Bradley Smith[AArch64][ARM] Add missing SVE/SVE2 features from Corte...
2021-11-22 Simon Moll[DA][NFC] Update publication - add remarks
2021-11-22 Roman Lebedev[X86][TTI] Finish costmodel for AVX512BW's VPMOVM2...
2021-11-22 Roman Lebedev[X86][TTI] Costmodel for AVX512DQ's VPMOVM2[DQ] / VPMOV...
2021-11-22 Nicolas Vasilache[mlir] Add InitializeNativeTargetAsmParser to Execution...
2021-11-22 Tobias Gysi[mlir][linalg] Add a tile and fuse on tensors pattern.
2021-11-22 Diego Caballero[LV] Drop integer poison-generating flags from instruct...
2021-11-22 Nicolas Vasilache[mlir] Fix unintentional mutation by VectorType/RankedT...
2021-11-22 Tobias Gysi[mlir][linalg] Fix tile and fuse for outermost reduction.
2021-11-22 Nicolas Vasilache[mlir][Vector] Add a vblendps-based impl for transpose8...
2021-11-22 Sjoerd Meijer[BPI] Look-up tables for non-loop branches. NFC.
2021-11-22 Arjun P[MLIR][NFC] Simplex: remove repeated words in comment
2021-11-22 Diego Caballero[LV] Pre-commit test for D111846
2021-11-22 Guillaume Chatelet[libc] Remove unused variable
2021-11-22 Manuel KlimekFix various problems found by fuzzing.
2021-11-22 Salman JavedAdd missing clang-tidy args in index.rst (NFC)
2021-11-22 Kirill Bobyrev[clangd] IncludeCleaner: Mark possible expr resolutions...
2021-11-22 David Green[AArch64] Sink splat shuffles to lane index intrinsics
2021-11-22 Salman JavedFix nits in clang-tidy's documentation (NFC)
2021-11-22 Chuanqi Xu[C++20] [Coroutines] Warn for deprecated form 'for...
2021-11-22 Dmitry Vyukovtsan: add another fork test
2021-11-22 Igor Kudrin[ELF][NFC] Do not pass region name to expandMemoryRegion()
2021-11-22 wangpc[RISCV] Generate pseudo instruction li
2021-11-22 Kazu Hirata[llvm] Use make_early_inc_range (NFC)
2021-11-22 Kazu Hirata[llvm] Use range-based for loops (NFC)
2021-11-22 Roland McGrathNFC: clang-format lib/Transforms/Instrumentation/InstrP...
2021-11-22 Joe Loser[libc++][NFC] Sort includes in __ranges/concepts.h
2021-11-22 LLVM GN Syncbot[gn build] Port 1dc62f2653f8
2021-11-22 Nikolas Klauser[libc++] Implement P1272R4 (std::byteswap)
2021-11-21 Jacques Pienaar[mlir] Fix unused function warning (NFC)
2021-11-21 Jacques Pienaar[mlir] Move trait to InferTypeOpInterface
2021-11-21 Kazu Hirata[CodeGen] Use llvm::is_contained (NFC)
2021-11-21 Kazu Hirata[llvm] Use range-based for loops (NFC)
2021-11-21 Simon Pilgrim[ARM] Regenerate sxt_rot.ll tests
2021-11-21 Simon Pilgrim[Thumb2] Regenerate ext + rot tests
2021-11-21 Simon Pilgrim[PowerPC] Regenerate rlwinm2.ll test
2021-11-21 Philip ReamesAdd a best practice section on how to configure a fast...
2021-11-21 Arjun P[MLIR][NFC] Simplex::restoreRow: improve documentation
2021-11-21 Simon Pilgrim[ARM][ParallelDSP] Regenerate complex_dot_prod.ll test
2021-11-21 David Green[AArch64] Extra testing for sinking splats to various...
2021-11-21 Fangrui Song[ELF] Move getOutputSectionName from Writer.cpp to...
2021-11-21 Kazu Hirata[llvm] Use range-based for loops (NFC)
2021-11-21 Phoebe Wang[X86][FP16] Relax the pattern condition for VZEXT_MOVL...
2021-11-21 Joe Loser[libc++][NFC] Fix typo in ranges::iterator_t synopsis
2021-11-20 Arthur O'Dwyer[libc++] [doc] Mark some spaceship-related LWG issues...
2021-11-20 Roman Lebedev[NFC][X86][Costmodel] Actually test +prefer-256-bit...
2021-11-20 Nikita Popov[DSE] Drop hasAnalyzableMemoryWrite() (NFCI)
2021-11-20 Felix Berger[clang-tidy] performance-unnecessary-copy-initializatio...
2021-11-20 Nikita Popov[LVI] Drop requirement that modulus is constant
2021-11-20 Nikita Popov[LVI] Support urem in implied conditions
2021-11-20 Nikita Popov[CVP] Add tests for implied conditions using urem ...
2021-11-20 Florian Hahn[VPlan] Wrap vector loop blocks in region.
2021-11-20 Sanjay Patel[InstCombine] add folds for binop with sexted bool...
2021-11-20 Sanjay Patel[InstCombine] add tests for bitwise logic with bool...
2021-11-20 Arthur O'Dwyer[libc++] [test] Eliminate libcpp-no-noexcept-function...
2021-11-20 Arnab Dutta[MLIR] Simplify Semi-affine expressions by rule based...
2021-11-20 Joseph Huber[Libomptarget] Remove undefined symbol in old runtime
2021-11-20 Dimitry Andriccompiler-rt: Use FreeBSD's elf_aux_info to detect AArch...
2021-11-20 Roman Lebedev[NFC][X86][Costmodel] Add AVX512DQ runlines to trunc...
2021-11-20 Roman Lebedev[NFC][X86][MCA] Add forgotten test coverage for AVX512...
2021-11-20 Arnab Dutta[MLIR] Avoid creation of buggy affine maps while replac...
2021-11-20 Craig Topper[X86] Don't combine (x86cmp (trunc (movmsk (bitcast...
2021-11-20 Craig Topper[X86] Add test case for pr52567. NFC
2021-11-20 Lang Hames[ORC] Make JITDylib::AsynchronousSymbolQuerySet private.
2021-11-20 Kazu Hirata[llvm] Use range-based for loops (NFC)
2021-11-20 RamNalamothu[AMDGPU] Do not generate ELF symbols for the local...
2021-11-20 Lang Hames[ORC][JITLink] Move JITDylib name into JITLinkDylib...
2021-11-20 ksyx[GVN][NFC] Remove redundant check
2021-11-20 Nathan Lanza[hmaptool] Port to python3
2021-11-20 James Nagurne[NFC] Test commit, add whitespace to end-of-line
2021-11-20 Sam McCall[clangd] Avoid possible crash: apply configuration...
2021-11-19 Ellis Hoag[InstrProf] Use i32 for GEP index from lowering llvm...
2021-11-19 Krzysztof Drewniak[MLIR][GPU] Link in device libraries during HSA compila...
2021-11-19 Quinn Pham[NFC][llvm] Inclusive language: remove instance of...
2021-11-19 rdzhabarov[mlir] Bug fix. Stream must outlive the pass manager.
2021-11-19 Wei Wang[Sema] fix nondeterminism in ASTContext::getDeducedTemp...
2021-11-19 Sanjay Patel[InstCombine] add/adjust tests for mask of sext i1...
2021-11-19 Stefan Pintilie[PowerPC][NFC] Add a series of codegen tests for vector...
2021-11-19 Louis Dionne[libc++][NFC] Add missing include in test
2021-11-19 Becca Royal... Allow __attribute__((swift_attr)) in attribute push...
2021-11-19 Krzysztof Drewniak[MLIR][GPU] Make the path to ROCm a runtime option
2021-11-19 Stella LaurenzoNFC: Callout restriction on folding 0-result ops in...
2021-11-19 David BlaikieDWARFVerifier: Simplify name lookups
2021-11-19 Jon Chesterfield[openmp][amdgpu][nfc] Simplify implicit args handling
2021-11-19 Arthur O'Dwyer[libc++] Test that our algorithms never copy a user...
2021-11-19 Zarko Todorovski[clang][NFC] Inclusive terms: replace some uses of...
2021-11-19 Louis Dionne[libc++] Fix feature test macro for __cpp_lib_to_chars
2021-11-19 Louis Dionne[libc++] Fix some tests that were broken in the single...
2021-11-19 Louis Dionne[libc++] Avoid potential truncation warnings in std...
2021-11-19 Krzysztof Drewniak[MLIR][GPU] Run generic LLVM optimizations when seriali...
2021-11-19 Thomas Raoux[mlir][gpu] Extend shuffle op modes and add nvvm lowering
2021-11-19 Jay Foad[AMDGPU] Add an implicit use of M0 to all V_MOV_B32_ind...
2021-11-19 Fangrui Song[ELF] Support discarding .got.plt
2021-11-19 Jon Chesterfield[openmp][amdgpu][nfc] Inline interop_hsa_get_kernel_inf...
2021-11-19 Thomas Raoux[mlir][vector] NFC, move some vector patterns in a...
2021-11-19 Thomas Raoux[mlir][vector] Remove usage of shapecast to remove...
2021-11-19 Mingming Liu[SROA] Add new test cases to cover existing SROA behavi...
2021-11-19 Fabian Wolff[DSE] Improve handling of `strncpy` in Dead Store Elimi...
2021-11-19 Balazs Benics[analyzer][NFC] MaybeUInt -> MaybeCount
next