platform/upstream/llvm.git
2022-06-13 Nikita Popov[SimplifyCFG] Add test for PR49839 (NFC)
2022-06-13 Benjamin Kramer[InstCombine] Only fold trunc(ext) pairs to bitcast...
2022-06-13 Frederik GossenAdd `createDynamicDimValues` to tensor dialect utils
2022-06-13 Valentin Clement[flang][NFC] Fix typo
2022-06-13 LLVM GN Syncbot[gn build] Port e183bf8e1599
2022-06-13 Jan Svoboda[clang][driver] Only run multi-arch tests on Darwin
2022-06-13 Jez Ng[lld-macho][reland] Support EH frames under arm64
2022-06-13 Jez Ng[lld-macho][reland] Initial support for EH Frames
2022-06-13 Jez Ng[MC] Fix likely uninitialized memory bug
2022-06-13 wangpcRevert "[RISCV] Add vread_csr and vwrite_csr to riscv_v...
2022-06-13 Jan Svoboda[clang][driver] Fix compilation database dump with...
2022-06-13 Jan Svoboda[clang][driver] Introduce new -fdriver-only flag
2022-06-13 Mats Petersson[flang]Add support for do concurrent
2022-06-13 wangpc[RISCV] Add vread_csr and vwrite_csr to riscv_vector.h
2022-06-13 Simon Pilgrim[DAG] visitINSERT_VECTOR_ELT - attempt to reconstruct...
2022-06-13 Simon Pilgrim[ARM] Fix "local variable is initialized but not refere...
2022-06-13 zhongyunde[test] Add test for D126700 NFC
2022-06-13 Nikita Popov[InstSimplify][IR] Handle trapping constant aggregate...
2022-06-13 LLVM GN Syncbot[gn build] Port 988682a3892e
2022-06-13 Nikita Popov[InstSimplify] Add additional test for PR49839 (NFC)
2022-06-13 David Truby[clang][AArch64][SVE] Implicit conversions for vector...
2022-06-13 Nikolas Klauser[libc++] Fix std::lower_bound with C++20-hostile iterators
2022-06-13 Guillaume Chatelet[NFC][Alignment] Convert MemCpyOptimizer.cpp
2022-06-13 Lucas PratesRevert "[ARM][Thumb] Command-line option to ensure...
2022-06-13 David Sherwood[NFC][InstCombine] Refactor InstCombinerImpl::foldSelec...
2022-06-13 zhongyunde[MachineScheduler] Order more stores by ascending address
2022-06-13 Lucas Prates[ARM][Thumb] Command-line option to ensure AAPCS compli...
2022-06-13 Lucas Prates[NFC][Thumb1] Use FrameDestroy flag to identify epilog...
2022-06-13 Adrian Kuegel[mlir] Fix ClangTidyPerformance finding (NFC).
2022-06-13 Nikita Popov[InstCombine] Don't push operation across loop phi
2022-06-13 Nikita Popov[InstSimplify] Update GEP test to use opaque pointers...
2022-06-13 David Green[AArch64] Mark smull and umull as commutative.
2022-06-13 Nuno Lopes[NFC] Remove straight UB from SROA tests
2022-06-13 Guillaume Chatelet[NFC][polly] Removed dead code
2022-06-13 Maksim Panchenko[X86][Disassembler] Fix displacement operand size for...
2022-06-13 owenca[clang-format] Handle deprecated options in dump_format...
2022-06-13 Fangrui Song[ELF] Change getRISCVPCRelHi20 error to conventional...
2022-06-13 Craig Topper[RISCV] Use isShiftedInt to improve readability. NFC
2022-06-13 Kazushi (Jam... Revert "[NFC] Remove 'br i1 undef' from SROA tests"
2022-06-13 Kazu Hirata[AArch64] Use default member initialization (NFC)
2022-06-13 Kazu Hirata[Support] Use default member initialization (NFC)
2022-06-13 Kazu Hirata[Transforms] Use default member initialization (NFC)
2022-06-13 Kazu Hirata[X86] Use default member initialization (NFC)
2022-06-12 Petr Hosek[CMake][libcxx] Use target_include_directories for...
2022-06-12 Jez Ng[lld-macho] Make `--icf=safe` work with LTO
2022-06-12 Jez Ng[MC][re-land] Omit DWARF unwind info if compact unwind...
2022-06-12 Hubert Tong[NFC] Remove unused variable `MF`
2022-06-12 Nikolas Klauser[libc++] Use unsigned char in basic_string::__short...
2022-06-12 Nuno Lopesfix test expected output (fixes arm buildbot failure...
2022-06-12 Simon Pilgrim[DAG] Enable ISD::FSHL/R SimplifyMultipleUseDemandedBit...
2022-06-12 Nuno Lopes[clang][CodeGen] Switch a few placeholders from UndefVa...
2022-06-12 Craig Topper[RISCV] Move some methods out of RISCVInstrInfo and...
2022-06-12 Kazu Hirata[IR] Call DenseMap::erase directly (NFC)
2022-06-12 Kazu Hirata[clang] Use any_of and none_of (NFC)
2022-06-12 Florian Hahn[SimplifyCFG,EarlyCSE] Update 2 tests to not branch...
2022-06-12 Florian Hahn[LV] Update test to use GEP so it is not dead.
2022-06-12 Mehdi AminiRevert "[X86][RFC] Enable `_Float16` type support on...
2022-06-12 Jez NgRevert "[MC] Omit DWARF unwind info if compact unwind...
2022-06-12 Simon Pilgrim[X86] combineConcatVectorOps - add support for concaten...
2022-06-12 Simon Pilgrim[X86] Add regression test for rGea8fb3b60196
2022-06-12 Nuno Lopes[NFC] Remove 'br i1 undef' from SROA tests
2022-06-12 Ulrich WeigandFix endian conversion of sub-byte types
2022-06-12 Jez Ng[MC] Omit DWARF unwind info if compact unwind is presen...
2022-06-12 Yuki Okushi[docs][clang] Fix a broken link on the APINotes doc
2022-06-12 Simon Pilgrim[DAG] visitSRL - pull out ShiftVT. NFC.
2022-06-12 David Green[AArch64] Look through bitcast when looking for extract...
2022-06-12 Phoebe Wang[X86][RFC] Enable `_Float16` type support on X86 follow...
2022-06-12 Alex BrachetRevert "[lit] Passthrough CLANG_MODULE_CACHE_PATH env...
2022-06-12 Weining Lu[LoongArch] clang-format some code in LoongArchISelLowe...
2022-06-12 Weining Lu[LoongArch] Remove unnecessary `static` keyword as...
2022-06-12 Amaury SéchetAutogenerate sve-fixed-length-frame-offests-crash.ll...
2022-06-12 Amaury SéchetAutogenerate sve-fixed-length-bitselect.ll . NFC
2022-06-12 Kazushi (Jam... [Clang][VE][NFC] Fix a comment
2022-06-12 Keith Smiley[lld-macho] Add support for -w
2022-06-12 Joe Loser[libc++][test] Add tuple trivial destructor test
2022-06-11 Nico Weberfix comment typo to cycle bots
2022-06-11 Florian Hahn[VPlan] Remove dead OrigLoop argument from removeDeadRe...
2022-06-11 Florian Hahn[InstCombine] Remove unnecessary UB from some tests.
2022-06-11 Alex Brachet[lit] Passthrough CLANG_MODULE_CACHE_PATH env var
2022-06-11 Simon Pilgrim[DAG] visitVECTOR_SHUFFLE - fold splat(insert_vector_el...
2022-06-11 Joe Loser[libc++][test] Refactor SmallBasicString uses in range...
2022-06-11 Dmitri Gribenko[clang-tidy][docs] Remove an unintentional paragraph...
2022-06-11 Dmitri Gribenko[clang-tidy][docs] Use std::optional instead of absl...
2022-06-11 Amir Ayupov[BOLT][NFC] Move printDebugInfo out of BC::printInstruction
2022-06-11 Kazu Hirata[llvm] Use contains (NFC)
2022-06-11 Simon Pilgrim[X86][AVX512] Retain pmuldq broadcast loads on 32-bit...
2022-06-11 Simon Pilgrim[X86][AVX512] Add tests showing failure to retain pmuld...
2022-06-11 Simon Pilgrim[DAG] visitINSERT_VECTOR_ELT - add <1 x ???> insert_vec...
2022-06-11 Kazu HirataUse getValueOr (NFC)
2022-06-11 Kazu HirataUse isa instead of dyn_cast (NFC)
2022-06-11 Dave Lee[lldb][bindings] Implement __repr__ instead of __str__
2022-06-11 Chia-hung Duan[mlir:MultiOpDriver] Add operands to worklist should...
2022-06-11 Craig Topper[X86] Add __extension__ to f16c macro intrinsics to...
2022-06-11 ksyx[Clang][Doc][SafeStack] Fix deadlink (NFC)
2022-06-11 Simon Pilgrim[DAG] visitINSERT_VECTOR_ELT - fold insert_vector_elt...
2022-06-11 Nikolas Klauser[libc++][NFC] Update ranges algorithms status page
2022-06-11 Simon Pilgrim[PowerPC] Regenerate pre-inc-disable.ll checks
2022-06-11 Simon Pilgrim[X86] Replace X32 check prefix with X86
2022-06-11 Mark de Wever[libc++][format] Implement format-string.
2022-06-11 David Green[AArch64] Generate FADDP from shuffled fadd
next