platform/upstream/llvm.git
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
2021-03-06 Shoaib Meenai[DirectoryWatcher] Increase timeout to make test less...
2021-03-06 Vitaly Buka[NFC] Fix module map test
2021-03-06 Jianzhou Zhao[dfsan] Disable origin test cases temporarily
2021-03-06 Jessica Clarke[benchmark] Replace references to M680x0 with M68k
2021-03-06 Matthias Springer[mlir][AVX512] Add mask.compress to AVX512 dialect.
2021-03-06 Nemanja Ivanovic[PowerPC] Add missing double precision vec_all overload...
2021-03-06 Emily Shi[sanitizers] fix print-module-map test on linux
2021-03-06 Rainer Orth[asan][test] Handle Solaris in large_func_test.cpp...
2021-03-06 Jianzhou Zhao[dfsan] Add utils to get and print origin paths and...
2021-03-05 Richard SmithPR49260: Improve diagnostics for no matching 'operator...
2021-03-05 Mehdi AminiFix Dialect doc generation to special case for the...
2021-03-05 Jez Ng[lld-macho] Move a bunch of options into the "obsolete...
2021-03-05 Emily Shi[sanitizers] run print module map test run on posix
2021-03-05 Michael Kruse[clang][OpenMP][docs] Update loop transformation status.
2021-03-05 Petr HosekPartially revert "[runtimes] Use add_lit_testsuite...
2021-03-05 Philip Reames[tests] precommit tests for D98082
2021-03-05 Martin Storsjö[libcxx] [test] Fix detection of clang-cl when cross...
2021-03-05 Petr Hosek[Fuchsia] Enable Polly for first stage as well
2021-03-05 Vy Nguyen[lld-macho] Check platform and version when constructor...
2021-03-05 Alex Zinenko[mlir] Squash LLVM_ArmNeon dialect into ArmNeon
2021-03-05 Jez Ng[lld-macho] Skip over symbols in un-parsed debug info...
2021-03-05 Jez Ng[lld-macho] Replace debug-info-related assert with...
2021-03-05 Philip Reames[tests] precommit tests for phi handling in GVN
2021-03-05 Aart Bik[mlir][vector] canonicalize unmasked gather/scatter...
2021-03-05 Diego Caballero[mlir] Add 'Skip' result to Operation visitor
2021-03-05 Diego Caballero[mlir] Extend Operation visitor with pre-order traversal
next