platform/upstream/llvm.git
2021-03-08 Mehdi AminiForward the `LLVM_ENABLE_LIBCXX` CMake parameter to...
2021-03-08 Ta-Wei Tu[LoopInterchange] Replace tightly-nesting-ness check...
2021-03-08 Petr Hosek[Driver] Pass --unwindlib=platform to tests that check...
2021-03-08 Arthur O'Dwyer[libc++] Fix typos in the synopsis of bit_xor, bit_not...
2021-03-08 Mehdi AminiFix build post-revert in 8d5a981a135a
2021-03-08 Keith Smileyllvm-nm: add flag to suppress no symbols warning
2021-03-08 Mehdi AminiRevert "[SimplifyCFG] Update FoldBranchToCommonDest...
2021-03-07 Whitney Tsang[NFC][LoopUnroll] Add `-unroll-runtime-other-exit-predi...
2021-03-07 Whitney Tsang[LoopUnrollRuntime] Add option to assume the non latch...
2021-03-07 Martin Storsjö[libcxx] [test] Don't test CharFile (/dev/null) on...
2021-03-07 Martin Storsjö[libcxx] [test] Fix building create_directory in MSVC...
2021-03-07 Martin Storsjö[libcxx] [test] Clarify and improve consistency in...
2021-03-07 Kuba Mracek[tsan] Use large address space mapping on Apple Silicon...
2021-03-07 Sanjay Patel[ConstProp] add tests for cmp with null and constexpr...
2021-03-07 Tony[NFC][AMDGPU] DWARF Extensions For Heterogeneous Debugg...
2021-03-07 Matt ArsenaultOpaquePtr: Record byref types in bitcode writer
2021-03-07 Matt ArsenaultIR: Fix assert string message referring to the wrong...
2021-03-07 Craig Topper[SelectionDAG] Add computeKnownBits support for ISD...
2021-03-07 Craig Topper[RISCV] Fold (select_cc (setlt X, Y), 0, ne, trueV...
2021-03-07 Roman Lebedev[NFCI] Fix polly tests after b46c085d2b6d15873fb53718f0...
2021-03-07 Juneyoung Lee[InstCombine] Add simplification of two logical and/ors
2021-03-07 Craig Topper[RISCV] Fold (select_cc (xor X, Y), 0, eq/ne, trueV...
2021-03-07 Juneyoung Lee[InstCombine] use safe transformation by default
2021-03-07 Nikita Popov[CVP] Remove -cvp-dont-add-nowrap-flags option
2021-03-07 Nikita Popov[DSE] Remove MemDep-based implementation
2021-03-07 Juneyoung Lee[InstCombine] fix another poison-unsafe select transfor...
2021-03-07 Juneyoung Lee[SimplifyCFG] Update FoldBranchToCommonDest to be poiso...
2021-03-07 Juneyoung Lee[LoopUnswitch] unswitch if cond is in select form of...
2021-03-07 Juneyoung Lee[InstCombine] enrich select-safe-bool-transforms.ll...
2021-03-07 Juneyoung Lee[ValueTracking] update directlyImpliesPoison to look...
2021-03-07 Simon Pilgrim[X86] canonicalizeShuffleWithBinOps - add X86ISD::PSHUF...
2021-03-07 Simon Pilgrim[X86] canonicalizeShuffleWithBinOps - shuffle oneuse...
2021-03-07 Martin Storsjö[libcxx] [test] Fix path.modifiers remove_filename...
2021-03-07 Martin Storsjö[libunwind] Install the DLL when doing "ninja install"
2021-03-07 Petr Hosek[Driver] Pass --unwindlib=platform to tests that check...
2021-03-07 Tony[NFC][AMDGPU]DWARF Extensions For Heterogeneous Debuggi...
2021-03-07 Fangrui Song[MC] Migrate some parseToken(AsmToken::EndOfStatement...
2021-03-07 Fangrui Song[MC] Add parseEOL() overload and migrate some parseToke...
2021-03-07 Fangrui Song[MC] Parse end-of-line for .addrsig & .addrsig_sym
2021-03-07 Fangrui Song[MC] Parse end-of-line for .cfi_* directives
2021-03-06 Kazu Hirata[TableGen] Use range-based for loops (NFC)
2021-03-06 Kazu Hirata[objdump] Use ListSeparator (NFC)
2021-03-06 Kazu Hirata[clang] Fix typos in documentation (NFC)
2021-03-06 Fangrui Song[MC] Support .symver *, *, remove
2021-03-06 Nikita Popov[GVN] Don't explicitly materialize undefs from dead...
2021-03-06 Nikita Popov[GVN] Add test for load GVN with dead block (NFC)
2021-03-06 Fangrui Song[ModuleSummaryAnalysis] Avoid duplicate elements in...
2021-03-06 Fangrui Song[FunctionImport] Delete unneeded setLive. NFC
2021-03-06 Mauri Mustonen[VPlan] Support to widen call intructions in VPlan...
2021-03-06 Martin Storsjö[libcxx] [test] Fix lexically_normal and lexically_rela...
2021-03-06 Roman Lebedev[InstCombine] Don't canonicalize (gep i8* X, -(ptrtoin...
2021-03-06 Roman Lebedev[NFC][InstCombine] Add plain GEP test for (gep i8...
2021-03-06 Fangrui Song[rs4gc] Fix -Wunused-variable in -DLLVM_ENABLE_ASSERTIO...
2021-03-06 Roman Lebedev[NFCI] SCEVExpander: emit intrinsics for integral ...
2021-03-06 Sean Fertile[PowePC][AIX] Handle variadic vector call operands.
2021-03-06 Ta-Wei Tu[NPM] Add -enable-loopinterchange option to NPM
2021-03-06 Elia Geretto[XRay][compiler-rt][x86_64] Fix CFI directives in assem...
2021-03-06 Fangrui Song[sanitizer] Restrict clock_gettime workaround to glibc
2021-03-06 William S.... [Attributor] Enable heap-to-stack of any size
2021-03-06 Philip Reames[tests] Update an autogen test for format change
2021-03-06 Philip Reames[gvn] Handle simply phi equivalence cases
2021-03-06 Martin Storsjö[libcxx] [test] Fix path.itr/iterator.pass.cpp for...
2021-03-06 Philip Reames[rs4gc/tests] Remove use of internal debug flags
2021-03-06 Philip Reames[rs4gc] autogen a bunch of tests for ease of update
2021-03-06 Philip Reames[rs4gc] track the original value in the state use for...
2021-03-06 Philip Reames[rs4gc] minor code style improvement
2021-03-06 Vy Nguyen[lld-macho][NFC] Replace config param with a global...
2021-03-06 Nikita Popov[Loads] Restructure getAvailableLoadStore implementatio...
2021-03-06 Nikita Popov[InstCombine] Add tests for non-trivial store to load...
2021-03-06 KareemErgawy... [MLIR][SPIRV] Rename `spv.selection` to `spv.mlir.selec...
2021-03-06 Yaxun (Sam... [HIP] Support Spack packages
2021-03-06 Lei Zhang[mlir][spirv] Convert tensor.extract for very small...
2021-03-06 Alexey Lapshin[X86][VARARG] Avoid spilling xmm registers for va_start.
2021-03-06 Nikita Popov[ConstantFold] Handle vectors in ConstantFoldLoadThroug...
2021-03-06 Nikita Popov[GVN] Regenerate test checks (NFC)
2021-03-06 David ZarzyckiPartially revert "[runtimes] Use add_lit_testsuite...
2021-03-06 Juneyoung Lee[LangRef] dos2unix (NFC)
2021-03-06 Nikita Popov[LVI] Simplify and generalize handling of clamp patterns
2021-03-06 Nikita Popov[CVP] Add additional tests for clamp patterns (NFC)
2021-03-06 Raul Tambre[runtimes] Fix crosscompiling after a7cad6680b4087eff89...
2021-03-06 Nikita Popov[LVI] Pass offset by reference (NFC)
2021-03-06 Nikita Popov[CVP] Fix tests for clamp patterns (NFC)
2021-03-06 Jay FoadRevert "Revert "[AMDGPU] Restore the s_memtime instruct...
2021-03-06 Aleksandr Platonov[clangd] Use URIs instead of paths in the index file...
2021-03-06 Martin Storsjö[libcxx] [test] Move the is_<platform> functions down...
2021-03-06 Martin Storsjö[clang] Don't default to a specifically shared libunwin...
2021-03-06 Martin Storsjö[clang] Fix typos in the default logic for CLANG_DEFAUL...
2021-03-06 Fangrui Song[MC][RISCV] Support .reloc *, BFD_RELOC_{NONE,32,64}, *
2021-03-06 Fangrui Song[MC][ARM] Support .reloc *, BFD_RELOC_{NONE,8,16,32}, *
2021-03-06 Fangrui Song[MC][test] Fix reloc-directive-elf-*.s
2021-03-06 Mehdi AminiUse gen-dialect-doc instead of gen-op-doc for the Built...
2021-03-06 Fangrui Song[MC][PowerPC] Support .reloc *, BFD_RELOC_{NONE,16...
2021-03-06 Fangrui Song[MC][AArch64] Support .reloc *, BFD_RELOC_{NONE,16...
2021-03-06 Fangrui Song[MC][X86] Support .reloc *, BFD_RELOC_{NONE,8,16,32...
2021-03-06 Vitaly Buka[sanitizer] Don't expect ABORTING in print-module-map
2021-03-06 Christopher... [libcxx] adds std::ranges::swap, std::swappable, and...
2021-03-06 Jianzhou Zhao[dfsan] Re-enable origin tracking test cases
2021-03-06 Mitch PhillipsRevert "[AMDGPU] Restore the s_memtime instruction...
2021-03-06 Matheus Izvekov[clang] Fix constrained decltype(auto) deduction
2021-03-06 Vitaly Buka[dfsan] Remove dfsan_get_origin from done_abilist.txt
next