platform/upstream/llvm.git
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...
2020-12-24 Georgii Rymar[obj2yaml] - Dump the content of a broken GNU hash...
2020-12-24 Kazu Hirata[Analysis] Remove spliceFunction (NFC)
2020-12-24 Kazu Hirata[ExecutionEngine, Linker] Use erase_if (NFC)
2020-12-24 Juneyoung LeePrecommit analysis/etc tests for inselt poison placeholder
2020-12-24 Juneyoung LeePrecommit transform tests that have poison as insertele...
2020-12-24 Andrew Litteken[IRSim] Adding support for isomorphic predicates
2020-12-24 Alexandre Ganea[Clang] Reverse test to save on indentation. NFC.
2020-12-24 Layton Kifer[DAGCombiner] Don't create sexts of deleted xors when...
2020-12-24 Jacques Pienaar[mlir] Add tensor passes to passes.md
2020-12-23 Duncan P. N... Basic: Add native support for stdin to SourceManager...
2020-12-23 Duncan P. N... Basic: Support named pipes natively in SourceManager...
2020-12-23 Stanislav Mekhanoshin[AMDGPU] Fix adjustWritemask subreg handling
2020-12-23 Jordan Rupprecht[lld][test] Relax test assertion of cmake defaults...
2020-12-23 Sriraman TallamFix lldb test failure due to D93082.
2020-12-23 Jonas Devlieghere[lldb] Simplify ObjectFile::FindPlugin (NFC)
2020-12-23 Sam McCall[clangd] Fix case mismatch crash on in CDB on windows...
2020-12-23 Andrew LittekenRevert "[IRSim] Adding support for isomorphic predicates"
2020-12-23 Björn Schäpers[clang-format] Add SpaceBeforeCaseColon option
2020-12-23 Björn Schäpers[clang-format] Fix handling of TextProto comments
2020-12-23 Roman Lebedev[InstCombine] canonicalizeAbsNabs(): don't propagate...
2020-12-23 Andrew Litteken[IRSim] Adding support for isomorphic predicates
2020-12-23 Andrew Litteken[IRSim] Adding commutativity matching to structure...
2020-12-23 Nikita Popov[InstCombine] Handle different pointer types when foldi...
2020-12-23 Nikita Popov[InstCombine] Fold gep inbounds of null to null
2020-12-23 Nikita Popov[InstCombine] Add tests for gep of null (NFC)
next