platform/upstream/llvm.git
2021-03-08 serge-sans... [NFC] Avoid useless BitVector move
2021-03-08 Ahsan Saghir[PowerPC] Change target data layout for 16-byte stack...
2021-03-08 Nico Weber[clang/mac] Accept -why_load and make -whyload an alias...
2021-03-08 Sanjay Patel[ConstantFold] allow folding icmp of null and constexpr
2021-03-08 Sanjay Patel[ConstProp][JumpThreading] add more test coverage for...
2021-03-08 Martin Storsjö[libcxx] Document windows specifics regarding file_type...
2021-03-08 Sanjay Patel[JumpThreading] auto-generate complete test checks...
2021-03-08 Haojian WuAdd "assert require" for the test added in df9158c9a45a...
2021-03-08 Raphael Isemann[lldb][NFC] std::set -> DenseSet in ClangModulesDeclVendor
2021-03-08 Simon Pilgrim[KnownBits] Add min/max shift amount handling to shl...
2021-03-08 Simon Pilgrim[X86] Break if-else chain. NFCI.
2021-03-08 Alex Richardson[sanitizers] Fix interception of GLibc regexec
2021-03-08 serge-sans... [NFC] Use ranged loop iteration instead of explicit...
2021-03-08 Jeremy MorseRevert "[tsan] Use large address space mapping on Apple...
2021-03-08 Frederik GossenClarify documentation for `Elementwise`, `Scalarizable...
2021-03-08 Fraser Cormack[RISCV] Add new entry points to getContainerForFixedLen...
2021-03-08 Saurabh Jha[Matrix] Implement += and -= for MatrixType.
2021-03-08 David Sherwood[LoopVectorize][SVE] Add tests for vectorising conditio...
2021-03-08 Raul Tambre[CMake][compiler-rt] Use copying instead of symlinking...
2021-03-08 Freddy Ye[X86] Refine "Support -march=alderlake"
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...
next