platform/upstream/llvm.git
2022-07-25 Warren Ristow[Reassociate][NFC] Consistent checking for FastMathFlag...
2022-07-24 Kazu HirataUse llvm::less_first and llvm::less_second (NFC)
2022-07-24 Amaury Séchet[NFC] Add parentheses in MathExtra.h
2022-07-24 Kazu HirataUse any_of (NFC)
2022-07-24 Kazu Hirata[Hexagon] Remove unused declaration CanReturnSmallStruc...
2022-07-24 Kazu Hirata[Hexagon] Remove unused declaration SelectZeroExtend...
2022-07-24 Kazu Hirata[IPO] Use range-based for loops (NFC)
2022-07-24 Sanjay Patel[ValueTracking] allow vector types in isImpliedCondition()
2022-07-24 Sanjay Patel[ValueTracking] add test for isImpliedCondition with...
2022-07-24 Sanjay Patel[PhaseOrdering] add explanatory comment for test; NFC
2022-07-24 LLVM GN Syncbot[gn build] Port b7aa9c4ac8e7
2022-07-24 Nikolas Klauser[libc++] Granularize some more type_traits
2022-07-24 Kazu Hirata[CodeGen] Remove a redundant void (NFC)
2022-07-24 Kazu Hirata[ExecutionEngine] Fix a header guard (NFC)
2022-07-24 Kazu HirataRemove redundant string initialization (NFC)
2022-07-24 Kazu Hirata[lldb] Remove redundant member initialization (NFC)
2022-07-24 Kazu Hirata[lldb] Use nullptr instead of NULL (NFC)
2022-07-24 Kazu Hirata[lldb] Use true instead of 0 (NFC)
2022-07-24 Kazu Hirata[llvm] Remove unused forward declarations (NFC)
2022-07-24 Fangrui Song[ELF] Optimize some non-constant alignTo with alignToPo...
2022-07-24 LLVM GN Syncbot[gn build] Port 46ae26e7eb70
2022-07-24 Andrew Turner[Driver] Enable some sanitizers on FreeBSD AArch64
2022-07-24 Jonas Toth[clang-tidy] implement new check 'misc-const-correctnes...
2022-07-24 Khem Raj[compiler-rt][CMake] Enable TF intrinsics on powerpc32...
2022-07-24 Amaury Séchet[X86] Autogenerate atomic tests. NFC
2022-07-24 Matt ArsenaultRegAllocGreedy: Fix subranges when rematerializing...
2022-07-24 Amaury Séchet[X86] Autogenerate cfguard-x86-64-vectorcall.ll. NFC
2022-07-24 Matt ArsenaultAMDGPU: Fix broken test checks
2022-07-24 Simon Pilgrim[DAG] visitSMUL_LOHI/visitUMUL_LOHI - ensure we canonic...
2022-07-24 Amaury Séchet[X86] Autogenerate some of the fp128 tests. NFC
2022-07-24 Simon Pilgrim[DAG] getNode - assert that SMUL_LOHI/UMUL_LOHI nodes...
2022-07-24 Simon Pilgrim[X86] Regenerate hoist-and-by-const-from-lshr-in-eqcmp...
2022-07-24 Corentin Jabot[Clang] Add missing paper revisions in the release...
2022-07-24 Corentin Jabot[clang] Fix incorrect constant folding of `if consteval`
2022-07-24 Corentin Jabot[Clang] De-deprecate volatile compound operations
2022-07-24 David ChisnallFix crash in ObjC codegen introduced with 5ab6ee75994d6...
2022-07-24 Simon Pilgrim[DAG] MaskedVectorIsZero - don't bother with (-1).isSub...
2022-07-24 Simon Pilgrim[DAG] SimplifyMultipleUseDemandedBits - early-out for...
2022-07-24 Simon Pilgrim[DAG] SimplifyDemandedVectorElts - if every and/mul...
2022-07-24 Simon Pilgrim[X86] combineAndnp - remove unused variable. NFC.
2022-07-24 Simon Pilgrim[X86][SSE] Enable X86ISD::ANDNP constant folding
2022-07-24 Simon Pilgrim[X86] Don't assume an AND/ANDNP element is undef/undema...
2022-07-24 Fangrui Song[MC] Remove unused renameELFSection
2022-07-24 Fangrui Song[MC] Delete dead zlib-gnu code and simplify writeSectio...
2022-07-24 Nathan Ridge[clangd] Do not try to use $0 as a placeholder in compl...
2022-07-24 Kazu HirataRevert "[Orc] Use default member initialization (NFC)"
2022-07-24 Kazu Hirata[Hexagon] Remove unused declaration getByteVectorTy...
2022-07-24 Fangrui Song[Passes] Simplify ChangePrinter names. NFC
2022-07-24 Brad Smith[libcxx] Remove static inline and make use of _LIBCPP_H...
2022-07-24 Kazu Hirata[Analysis] Use default member initialization (NFC)
2022-07-24 Kazu Hirata[Orc] Use default member initialization (NFC)
2022-07-24 Craig Topper[RISCV] Add a continue to reduce nesting. NFC
2022-07-24 NAKAMURA Takumiclang/include/clang/module.modulemap: Mark `Tooling...
2022-07-23 Kazu Hirata[CodeGen] Use range-based for loops (NFC)
2022-07-23 Kazu Hirata[IPO] Use std::array for AccessKind2Accesses (NFC)
2022-07-23 Augusto Noronha[lldb] Adapt lldb tests to changes in 71cdb8c6f144
2022-07-23 Fangrui Song[LegacyPM] Remove {,PostInline}EntryExitInstrumenterPass
2022-07-23 Amaury SéchetAutogenerate tests for win64-byval.ll . NFC
2022-07-23 Nuno Lopesfix tests for commit 9df0b254d24eca098
2022-07-23 Nuno Lopes[NFC] Switch a few uses of undef to poison as placehold...
2022-07-23 Kazu Hirata[Vectorize] Remove isConsecutiveLoadOrStore (NFC)
2022-07-23 Kazu Hirata[AMDGPU] Remove a redundant variable (NFC)
2022-07-23 Kazu HirataConvert for_each to range-based for loops (NFC)
2022-07-23 Kazu Hirata[Analysis] Remove a redundant return statement (NFC)
2022-07-23 Fangrui Song[AMDGPU] Change DEBUG_TYPE from isel to amdgpu-isel
2022-07-23 Kazu Hirata[TableGen] Drop an unnecessary const from a return...
2022-07-23 Kazu Hirata[ADT] Use default member initialization (NFC)
2022-07-23 Peter Klausler[flang] Correct IsHostAssociated() to be true for BLOCK...
2022-07-23 Simon Pilgrim[DAG] isSplatValue - don't attempt to merge any BITCAST...
2022-07-23 Simon Pilgrim[X86] Add test case for Issue #56520
2022-07-23 Peter Klausler[flang] Clean up bogus semantic error on procedure...
2022-07-23 Jez Ng[lld-macho][nfc] Reduce nesting of code added in D130125
2022-07-23 Peter Klausler[flang] Don't fold zero-length substring references
2022-07-23 Nico WeberRevert "[NFC] Improve FileSpec internal APIs and usage...
2022-07-23 Peter Klausler[flang] Fix name of dummy argument to intrinsic NEW_LIN...
2022-07-23 John EricsonFix one stray `{LLVM -> CLANG}_TOOLS_INSTALL_DIR`
2022-07-23 Kazu HirataUse static_assert instead of assert (NFC)
2022-07-23 Jez Ng[lld-macho] Fold __objc_imageinfo sections
2022-07-23 Simon Pilgrim[X86] matchBinaryShuffle - limit SHUFFLE(X,Y) -> OR...
2022-07-23 Jez Ng[lld-macho] Fix segfault when handling LTO + object...
2022-07-23 Dmitry Vassiliev[IR] Fixed ambiguous call to llvm::report_fatal_error
2022-07-23 Dmitri GribenkoUse llvm::sort instead of std::sort where possible
2022-07-23 Corentin Jabot[Clang] Update the status of N2393 in c_status.html
2022-07-23 Dmitri GribenkoUse the range-based overload of llvm::sort where possible
2022-07-23 Simon Pilgrim[DAG] Move OR(AND(X,C1),AND(OR(X,Y),C2)) -> OR(AND...
2022-07-23 Corentin Jabot[Clang] Adjust extension warnings for #warning
2022-07-23 Corentin Jabot[Clang] Add support for Unicode identifiers (UAX31...
2022-07-23 Benjamin Kramer[bazel] Add missing dependencies after 535b507ba58e8b5f...
2022-07-23 Simon Pilgrim[DAG] SimplifyDemandedBits - pull out repeated getValue...
2022-07-23 Simon Pilgrim[DAG] ExpandIntRes_ADDSUB - create UADDO/USUBO instead...
2022-07-23 Dimitrije Milosevic[MIPS][compiler-rt] Fix stat struct's size for O32 ABI
2022-07-23 Simon Pilgrim[DAG] computeKnownBits - add basic shift-by-parts handling
2022-07-23 Kazu HirataUse callables directly in any_of, count_if, etc (NFC)
2022-07-23 Peixin Qiao[flang] Support aint/anint for 80/128 bit in lowering
2022-07-23 Kazu Hirata[mlir] Use value instead of getValue (NFC)
2022-07-23 Kazu HirataUse has_value instead of hasValue (NFC)
2022-07-23 Jun Zhang[NFC] Move function definition to cpp file
2022-07-23 Johannes Doerfert[Attributor][FIX] HasBeenWrittenTo logic should only...
2022-07-23 Peter Klausler[flang] Fold calls to ISHFTC()
2022-07-23 Kazu Hirata[flang] Fix a warning
next