platform/upstream/llvm.git
2022-07-25 Dmitry Vyukovtsan: remove tracking of racy addresses
2022-07-25 Balázs Kéri[clang][ASTImporter] Improved handling of functions...
2022-07-25 jacquesguan[mlir][Math] Add constant folder for ExpOp.
2022-07-25 Fangrui Song[ELF] --reproduce: support --export-dynamic-symbol...
2022-07-25 David Spickett[llvm][FileCheck] Fix unit tests failures with EXPENSIV...
2022-07-25 Nikita Popov[AsmPrinter] Reject ptrtoint to larger size in lowerCon...
2022-07-25 Fangrui Song[ELF] Simplify --build-id/--color-diagnostics with...
2022-07-25 Rosie Sumpter[AArch64] Add f16 fpimm patterns
2022-07-25 Sam McCall[pseudo] Fix minor errors in module grammar
2022-07-25 Peter Waller[NFC][GVN] Put phi-translation of 'add' behind a switch
2022-07-25 Kazu Hirata[flang] Use X->foo() instead of X.getValue().foo()...
2022-07-25 Kazu Hirata[flang] Use value instead of getValue (NFC)
2022-07-25 Nikita Popov[Docs] Update GEP docs for opaque pointers
2022-07-25 Nikita Popov[LangRef] Update for opaque pointers (NFC)
2022-07-25 Fangrui Song[llvm-objcopy] Simplify --compress-debug-sections handl...
2022-07-25 Balázs Kéri[clang][analyzer] Added partial wide character support...
2022-07-25 Cullen Rhodes[AArch64][SVE] Add patterns to select masked add/sub...
2022-07-25 Cullen Rhodes[AArch64][SVE] NFC: Add tests for masked add/sub patter...
2022-07-25 Fangrui Song[llvm-objcopy] Remove getDecompressedSizeAndAlignment...
2022-07-25 Max Kazantsev[SCEV][NFC][CT] Cheaper handling of guards in isBasicBl...
2022-07-25 Kazu Hirata[Hexagon] Remove isLateInstrFeedsEarlyInstr (NFC)
2022-07-25 Kazu HirataRemove redundaunt override specifiers (NFC)
2022-07-25 Fangrui Song[llvm-objcopy] --compress-debug-sections: fix uninitial...
2022-07-25 Kazu Hirata[clang] Remove redundant virtual specifies (NFC)
2022-07-25 Kazu Hirata[llvm] Remove redundaunt virtual specifiers (NFC)
2022-07-25 Kazu Hirata[clang] Remove unused forward declarations (NFC)
2022-07-25 inclyc[clang] better error message for while loops outside...
2022-07-25 Marius Hillenbrand[mlir][Arithmetic] Fix printing larger integer attribut...
2022-07-25 Fangrui Song[llvm-objcopy] Remove remnant .zdebug code
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...
next