platform/upstream/llvm.git
2020-12-28 Arthur O'Dwyer[libc++] Constexpr-proof some machinery in not_fn.pass...
2020-12-28 Philip ReamesReapply "[LV] Vectorize (some) early and multiple exit...
2020-12-28 Arthur EubanksRevert "[LV] Vectorize (some) early and multiple exit...
2020-12-28 Philip Reames[LV] Vectorize (some) early and multiple exit loops
2020-12-28 Nikita Popov[ValueTracking] Fix isKnownNonEqual() with constexpr mul
2020-12-28 Dmitry Preobrazhensky[AMDGPU][MC][NFC] Split large asm tests into smaller...
2020-12-28 Roman LebedevRevert "[benchmark] Fixed a build error when using...
2020-12-28 Paul C. Anagnostopoulos[TableGen] Fix bug in !interleave operator
2020-12-28 Roman Lebedev[InstCombine] 'hoist xor-by-constant from xor-by-value...
2020-12-28 Gabriel Hjort... [MIRPrinter] Fix incorrect output of unnamed stack...
2020-12-28 Tim Keith[flang] Fix bugs in .mod file for abstract interface
2020-12-28 Gabriel Hjort... [MachO] Fix enum-int mismatch warning
2020-12-28 Nemanja Ivanovic[PowerPC] Remove redundant COPY_TO_REGCLASS introduced...
2020-12-28 Nathan James[clang-tidy][NFC] Remove unnecessary headers
2020-12-28 Adam Czachorowski[clangd] Add error handling (elog) in code completion.
2020-12-28 alex-t[AMDGPU] Split edge to make si_if dominate end_cf
2020-12-28 Zakk Chen[RISCV] Define vmsbf.m/vmsif.m/vmsof.m/viota.m/vid...
2020-12-28 Dmitry Preobrazhensky[AMDGPU][MC] Improved errors handling for v_interp...
2020-12-28 Dmitry Preobrazhensky[AMDGPU][MC][NFC] Parser refactoring
2020-12-28 AnZhong Huang[benchmark] Fixed a build error when using CMake 3...
2020-12-28 Fraser Cormack[RISCV] Pattern-match more vector-splatted constants
2020-12-28 Fangrui Song[msan] Delete unused glibc header <execinfo.h>
2020-12-28 Fangrui Song[compiler-rt][test] Make glibc-* feature detection...
2020-12-28 Fangrui Song[sanitizer] Defined SANITIZER_TEST_HAS_PVALLOC only...
2020-12-28 Fangrui Song[asan][memprof] Declare _DYNAMIC and fix -Wparentheses
2020-12-28 Chen Zheng[MachineSink] add threshold in machinesink pass to...
2020-12-28 Yevgeny Rouban[RS4GC] Lazily set changed flag when folding single...
2020-12-27 Juneyoung Lee[InstCombine] use poison as placeholder for undemanded...
2020-12-27 Juneyoung Lee[ValueTracking] Use m_LogicalAnd/Or to look into conditions
2020-12-27 Florian Hahn[GVN] Correctly set modified status when doing PRE...
2020-12-27 Juneyoung Lee[ValueTracking] Add unit tests for isKnownNonZero,...
2020-12-27 Juneyoung Lee[EarlyCSE] Use m_LogicalAnd/Or matchers to handle branc...
2020-12-27 Juneyoung Lee[GVN] Use m_LogicalAnd/Or to propagate equality from...
2020-12-27 Juneyoung Lee[EarlyCSE] Add tests for select form of and/or (NFC)
2020-12-27 Juneyoung Lee[GVN] Add tests for select form of and/or (NFC)
2020-12-27 Florian Hahn[LV] Set up branch from middle block earlier.
2020-12-27 Kazu Hirata[Transforms] Use llvm::append_range (NFC)
2020-12-27 Kazu Hirata[CodeGen, Transforms] Use *Map::lookup (NFC)
2020-12-27 Kazu Hirata[llvm-cov] Use is_contained (NFC)
2020-12-27 Nikita Popov[PatternMatch][LVI] Handle select-form and/or in LVI
2020-12-27 Nikita Popov[AArch64] Fix legalization of i128 ctpop without neon
2020-12-27 David Green[AArch64] Add some anyextend testing. NFC
2020-12-27 David Green[ARM] Add some NEON anyextend testing. NFC
2020-12-27 Pavel Labath[lldb/test] Automatically skip remote lldb-server tests...
2020-12-27 Pavel Labath[lldb] Surpress "ingoring result" warning in reproducer...
2020-12-27 Amara Emerson[GlobalISel] Fix assertion failures after "GlobalISel...
2020-12-27 Craig Topper[X86] Remove X86Fmadd SDNode from tablegen. Use standar...
2020-12-27 Craig Topper[RISCV] Improve VMConstraint checking on more unary...
2020-12-26 Chris Lattner[ODS] Make the getType() method on a OneResult instruct...
2020-12-26 Arthur Eubanks[test] Pin some tests to legacy PM
2020-12-26 Nikita Popov[CVP] Add tests for select form of and/or (NFC)
2020-12-26 Kazu Hirata[llvm-cov, llvm-symbolizer] Use llvm::erase_if (NFC)
2020-12-26 Kazu Hirata[TableGen] Use llvm::erase_if (NFC)
2020-12-26 Kazu Hirata[llvm-pdbutil] Use llvm::is_contained (NFC)
2020-12-26 Nathan James[NFC] Refactor some SourceMgr code
2020-12-26 Sanjay Patel[SLP] rename reduction variables for readability; NFC
2020-12-26 Sanjay Patel[SLP] use switch to improve readability; NFC
2020-12-26 mydeveloperday[clang-format] PR48569 clang-format fails to align...
2020-12-26 Nikita Popov[ValueTracking] Handle more non-trivial conditions...
2020-12-26 Nikita Popov[ValueTracking] Add more known non zero tests (NFC)
2020-12-26 Monk Chiang[RISCV] Define vector widening reduction intrinsic.
2020-12-25 Kazu Hirata[llvm-objcopy] Use llvm::erase_if (NFC)
2020-12-25 Kazu Hirata[Local] Remove unused function RemovePredecessorAndSimp...
2020-12-25 Nikita Popov[BasicAA] Pass AC/DT to isKnownNonEqual()
2020-12-25 Kazu Hirata[llvm-nm, llvm-objdump] Use llvm::is_contained (NFC)
2020-12-25 Nikita Popov[InstCombine] Generalize icmp handling in isKnownNonZero()
2020-12-25 Nikita Popov[InstCombine] Add additional tests for known non zero...
2020-12-25 Nikita Popov[BasicAA] Pass context instruction to isKnownNonZero()
2020-12-25 Nikita Popov[BasicAA] Make sure context instruction is symmetric
2020-12-25 Eugene Zhulenev[mlir] Async: add support for lowering async value...
2020-12-25 Eugene Zhulenev[mlir] Async: lowering async.value to LLVM
2020-12-25 Praveen[Flang][OpenMP] Add semantic check for OpenMP Private...
2020-12-25 Georgii Rymar[obj2yaml] - Dump the content of a broken hash table...
2020-12-25 Georgii Rymar[llvm-readelf/obj] - Improve the warning reported when...
2020-12-25 Georgii Rymar[libObject] - Add more ELF types to LLVM_ELF_IMPORT_TYP...
2020-12-25 Amara Emerson[AArch64][GlobalISel] Notify observer of mutated instru...
2020-12-25 Zakk Chen[RISCV] Define vpopc/vfirst intrinsics.
2020-12-25 Kazu Hirata[Target] Use llvm::any_of (NFC)
2020-12-25 Zakk Chen[RISCV] Define vector mask-register logical intrinsics.
2020-12-25 ShihPo Hung[RISCV] Add intrinsics for vrgather instruction
2020-12-25 Monk Chiang[RISCV] Define vector single-width reduction intrinsic.
2020-12-24 Roman Lebedev[LoopIdiom] 'left-shift-until-bittest': keep no-wrap...
2020-12-24 Roman Lebedev[NFC][LoopIdiom] Improve test coverage for 'left-shift...
2020-12-24 Roman Lebedev[InstCombine] Hoist xor-by-constant from xor-by-value
2020-12-24 Roman Lebedev[NFC][InstCombine] Add test coverage for `(x ^ C) ...
2020-12-24 Roman Lebedev[InstCombine] Fold `a & ~(a ^ b)` to `x & y`
2020-12-24 Roman Lebedev[NFC][InstCombine] Add test for `a & ~(a ^ b)` pattern
2020-12-24 Roman Lebedev[NFC][InstCombine] Autogenerate check lines in vec_shuf...
2020-12-24 Roman Lebedev[IR][InstCombine] Add m_ImmConstant(), that matches...
2020-12-24 Roman Lebedev[NFC] SimplifyCFGOpt::simplifyUnreachable(): pacify...
2020-12-24 Kazu Hirata[CodeGen] Remove unused function hasInlineAsmMemConstra...
2020-12-24 Kazu Hirata[CodeGen, Transforms] Use llvm::any_of (NFC)
2020-12-24 Simon Pilgrim[InstCombine] foldICmpUsingKnownBits - use KnownBits...
2020-12-24 Simon Pilgrim[Support] Add KnownBits::getSignedMinValue/getSignedMax...
2020-12-24 Simon Pilgrim[Support] Explicitly state that KnownBits::getMinValue...
2020-12-24 Evgeniy BrevnovMoved dwarf_eh_resume.ll from Generic to X86 folder
2020-12-24 Nikita PopovRevert "[InstCombine] Check inbounds in load/store...
2020-12-24 Evgeniy Brevnov[CodeGen] Add "noreturn" attirbute to _Unwind_Resume
2020-12-24 Praveen Velliengiri[AMDGPU] Use MUBUF instructions for global address...
2020-12-24 Nikita PopovRevert "[InstCombine] Fold gep inbounds of null to...
next