platform/upstream/llvm.git
2021-02-21 Pavel LabathReapply "[lldb/test] Automatically find debug servers...
2021-02-21 Craig Topper[SelectionDAG][RISCV] Teach ComputeNumSignBits to handl...
2021-02-21 Simon Pilgrim[X86][AVX] canonicalizeLaneShuffleWithRepeatedOps ...
2021-02-21 António AfonsoRevert "Make sure the interpreter module was loaded...
2021-02-21 madhur13490[NFC] Remove redundant word in comment
2021-02-21 António Afonso[lldb-vscode] Emit the breakpoint changed event on...
2021-02-21 Nikita Popov[Loads] Add optimized FindAvailableLoadedValue() overlo...
2021-02-21 Sanjay Patel[IR] restrict vector reduction intrinsic types
2021-02-21 António AfonsoMake sure the interpreter module was loaded before...
2021-02-21 Nikita Popov[Loads] Extract helper frunction for available load...
2021-02-21 Kristina Bessonova[ThinLTO] Fix import of multiply defined global variables
2021-02-21 Simon Pilgrim[DAG] Match USUBSAT patterns through zext/trunc
2021-02-21 Simon Pilgrim[X86][AVX] Fold concat(extract_subvector(v0,c0), extrac...
2021-02-21 Simon Pilgrim[X86] Fold bitcast(logic(bitcast(X), Y)) --> logic...
2021-02-21 Craig Topper[RISCV] Add test cases for add/sub/mul overflow intrins...
2021-02-21 Petr Hosek[lld][ELF] __start_/__stop_ refs don't retain C-ident...
2021-02-21 Kazu Hirata[CodeGen] Use range-based for loops (NFC)
2021-02-21 Kazu Hirata[TableGen] Use ListSeparator (NFC)
2021-02-21 Jianzhou Zhao[dfsan] Comment out unused methods by D97087 temporarily
2021-02-21 Brad Smith[clang][Driver][OpenBSD] libcxx also requires pthread
2021-02-21 Dave Lee[lldb] Refine ThreadPlan::ShouldAutoContinue
2021-02-20 Jacques PienaarUpdate test error string post pass registration change
2021-02-20 Jacques Pienaar[mlir] Register the print-op-graph pass using ODS
2021-02-20 Nathan James[NFC] Refactor PreferMemberInitializerCheck
2021-02-20 Martin Storsjö[libcxx] [test] Call create_directory_symlink when...
2021-02-20 Martin Storsjö[libcxx] Make path::format a non-class enum
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
next