platform/upstream/llvm.git
2021-02-20 Petr Hosek[InstrProfiling] Use nobits as __llvm_prf_cnts section...
2021-02-20 Stephen Kelly[clang-tidy] Simplify throw keyword missing check
2021-02-20 Stephen Kelly[clang-tidy] Simplify function complexity check
2021-02-20 Craig Topper[RISCV] Add another test case showing failure to use...
2021-02-20 Stephen Kelly[clang-itdy] Simplify virtual near-miss check
2021-02-20 Nikita Popov[ConstantRange] Handle wrapping ranges in min/max ...
2021-02-20 Sanjay Patel[InstCombine] fold fdiv with exp/exp2 divisor (PR49147)
2021-02-20 Sanjay Patel[InstCombine] add tests for fdiv of exp/exp2; NFC
2021-02-20 Nikita Popov[ConstantRange] Handle wrapping range in binaryNot()
2021-02-20 AndreyChurbanov[OpenMP] libomp: cleanup some resource leaks
2021-02-20 Craig Topper[RISCV] Add an additional remw test to rv64m-exhaustive...
2021-02-20 Shilei Tian[Clang][OpenMP] Update driver test case for OpenMP...
2021-02-20 Stephen Kelly[clang-tidy] Simplify braced init check
2021-02-20 Daan De Meyerclang: Exclude efi_main from -Wmissing-prototypes
2021-02-20 Nikita Popov[ConstantRangeTest] Print detailed information on failu...
2021-02-20 Nico Weber[lld/mac] reject -undefined warning and -undefined...
2021-02-20 Stephen Kelly[ASTMatchers] Fix hasUnaryOperand matcher for postfix...
2021-02-20 Teresa Johnson[LTO] Fix cloning of llvm*.used when splitting module
2021-02-20 Shilei Tian[OpenMP][NFC] clang-format the whole openmp project
2021-02-20 Stephen KellyRevert "Implement nullPointerConstant() using a better...
2021-02-20 Fraser Cormack[RISCV] Support extraction of misaligned subvectors
2021-02-20 Fraser Cormack[RISCV] Improve register allocation around vector masks
2021-02-20 David Zarzycki[lit testing] "END." not "END:"
2021-02-20 Simon Pilgrim[InstCombine] matchBSwapOrBitReverse - remove pattern...
2021-02-20 Mark de Wever[libc++] Fix the build for AppleClang.
2021-02-20 Fraser Cormack[RISCV] Pre-commit test case for D97055. NFC.
2021-02-20 Simon Pilgrim[X86][SSE] Use llvm min/max intrinsics instead of ...
2021-02-20 Simon Pilgrim[X86][SSE] vector-compare-combines.ll - use llvm min...
2021-02-20 Simon Pilgrim[X86][AVX] Remove AVX2 min/max intrinsics tests
2021-02-20 Simon Pilgrim[X86][SSE] Remove SSE41 min/max intrinsics tests
2021-02-20 Simon Pilgrim[X86][SSE2] Remove SSE2 min/max intrinsics tests
2021-02-20 Simon Pilgrim[X86] KnownBits - use llvm min/max intrinsics instead...
2021-02-20 Simon Pilgrim[DAG] foldSubToUSubSat - fold sub(a,trunc(umin(zext...
2021-02-20 Nikita Popov[ConstantRangeTest] Make exhaustive testing more princi...
2021-02-20 Luís Marques[Sanitizers][NFC] Fix typo
2021-02-20 David Zarzycki[lit] Add --xfail and --filter-out (inverse of --filter)
2021-02-20 Juneyoung LeeUpdate BPFAdjustOpt.cpp to accept select form of or...
2021-02-20 Amara Emerson[AArch64][GlobalISel] Add selection support for G_VECRE...
2021-02-20 Martin Storsjö[libcxx] [test] Remove two unnecesary files/variables...
2021-02-20 Martin Storsjö[libcxx] Rename a method in PathParser for clarity...
2021-02-20 Mark de Wever[libc++] Fixes _LIBCPP_HAS_NO_CONCEPTS
2021-02-20 Juneyoung Lee[InstCombine] Add more tests to nonnull-select.ll ...
2021-02-20 Kazu Hirata[CodeGen] Use range-based for loops (NFC)
2021-02-20 Kazu Hirata[TableGen] Use ListSeparator (NFC)
2021-02-20 Dávid BolvanskýFixed failing test
2021-02-20 Dávid BolvanskýReduce the number of attributes attached to each function
2021-02-20 Dávid BolvanskýReland "[Libcalls, Attrs] Annotate libcalls with noundef"
2021-02-20 Juneyoung Lee[ValueTracking] Improve impliesPoison
2021-02-20 Aart Bik[mlir][sparse] convert function pass to module pass
2021-02-20 Wenlei He[SampleFDO] Skip PreLink ICP for better profile quality...
2021-02-20 Dávid BolvanskýRevert "[Libcalls, Attrs] Annotate libcalls with noundef"
2021-02-20 Craig Topper[RISCV] Teach our custom vector load/store intrinsic...
2021-02-20 Dávid Bolvanský[Libcalls, Attrs] Annotate libcalls with noundef
2021-02-20 Dávid BolvanskýRevert "[BuildLibcalls] Mark some libcalls with inacces...
2021-02-20 Dávid Bolvanský[BuildLibcalls] Mark some libcalls with inaccessiblemem...
2021-02-20 Pan, Tao[CodeGen] Fix two dots between text section name and...
2021-02-20 Vitaly BukaRevert "Implement -bundle_loader"
2021-02-20 Craig Topper[ValueTypes] Assert if changeVectorElementType is calle...
2021-02-20 Jianzhou Zhao[dfsan] Add utils that get/set origins
2021-02-20 Jacques PienaarDifferent fix for gcc bug
2021-02-20 Eric Schweitz[flang][fir] Update flang test tool support classes.
2021-02-19 Mehdi AminiRevert "Revert "Fix MLIR Toy tutorial JIT example and...
2021-02-19 Yusra Syeda[SystemZ/z/OS] Add XPLINK 64-bit calling convention...
2021-02-19 Petr Hosek[Coverage] Normalize compilation dir as well
2021-02-19 zoecarver[libc++][nfc] Only test if pair is_assignable after...
2021-02-19 Martin Storsjö[libcxx] Enable filesystem by default for mingw targets
2021-02-19 Philip Reames[ValueTracking] Add a two argument form of safeCtxI...
2021-02-19 Christopher... [AArch64] Adding Neon Polynomial vadd Intrinsics
2021-02-19 Amara Emerson[AArch64][GlobalISel] Make G_VECREDUCE_ADD of <2 x...
2021-02-19 Stella StamenovaRevert "Fix MLIR Toy tutorial JIT example and add a...
2021-02-19 Jianzhou Zhao[dfsan] Add origin address calculation
2021-02-19 zoecarver[libc++][nfc] SFINAE on pair/tuple assignment operators...
2021-02-19 Craig Topper[RISCV] Remove VPatILoad and VPatIStore multiclasses...
2021-02-19 Philip ReamesAdd datalayout to test added in 7e3183d73
2021-02-19 Dave Lee[lldb] Rename {stop,run}_vote to report_{stop,run}_vote
2021-02-19 Philip ReamesAdd test triggered by review discussion on D97077
2021-02-19 Tim ShenPatch by @wecing (Chenguang Wang).
2021-02-19 Eugene Zhulenev[mlir] Add math polynomial approximation pass
2021-02-19 Teresa Johnson[clang] Emit type metadata on available_externally...
2021-02-19 Jianzhou Zhao[msan] Set cmpxchg shadow precisely
2021-02-19 Philip Reamesprecommit test cleanup for D97077
2021-02-19 Eric Schweitz[flang][fir][NFC] run clang-format
2021-02-19 Sanjay Patel[Verifier] remove dead code for saturating intrinsics...
2021-02-19 Sanjay Patel[Verifier] add tests for saturating intrinsics; NFC
2021-02-19 Martin Storsjö[libcxx] Make generic_*string return paths with forward...
2021-02-19 Haowei Wu[elfabi] Fix a bug when .dynsym contains no non-local...
2021-02-19 zoecarver[libcxx] Fix LWG 2875: shared_ptr::shared_ptr(Y*, D...
2021-02-19 Martin Storsjö[libcxx] Have lexically_normal return the path with...
2021-02-19 Sanjay Patel[Analysis][LoopVectorize] do not form reductions of...
2021-02-19 Michael Kruse[Polly] Fix test after D96534.
2021-02-19 Craig Topper[RISCV] Use inheritance to reduce some repeated code...
2021-02-19 Simon Pilgrim[X86] Regenerate 2007-06-28-X86-64-isel.ll
2021-02-19 Simon Pilgrim[X86] Remove unused intrinsic declaration
2021-02-19 Simon Pilgrim[X86] Regenerate 2011-12-06-AVXVectorExtractCombine.ll
2021-02-19 Craig Topper[RISCV] Remove unneeded indexed segment load/store...
2021-02-19 Craig Topper[RISCV] Use custom isel for vector indexed load/store...
2021-02-19 Craig Topper[RISCV] Prevent selecting a 0 VL to X0 for the segment...
2021-02-19 Craig Topper[RISCV] Move SHFLI matching to DAG combine. Add 32...
2021-02-19 Wei Mi[SampleFDO] Add PromotedInsns to prevent repeated ICP.
2021-02-19 Artem Belevich[CUDA] fix builtin constraints for PTX 7.2
next