platform/upstream/llvm.git
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)
2020-12-23 Nathan James[format][NFC] Use unsigned char as the base of all...
2020-12-23 Fraser Cormack[RISCV] Add ISel support for RVV vector/scalar forms
2020-12-23 Nikita Popov[InstCombine] Check inbounds in load/store of gep null...
2020-12-23 Nikita Popov[InstCombine] Add tests for PR48577 (NFC)
2020-12-23 Lei Zhang[mlir][spirv] De-template serialization
2020-12-23 Lei Zhang[mlir][spirv] De-template deserialization
2020-12-23 Craig Topper[IROutliner] Use isa instead of dyn_cast where the...
2020-12-23 Lei Zhang[mlir][spirv] NFC: rename SPIR-V conversion files for...
2020-12-23 Sriraman TallamAppend ".__part." to every basic block section symbol.
2020-12-23 Lei Zhang[mlir][spirv] Create a pass for testing SCFToSPIRV...
2020-12-23 Roman Lebedev[LoopIdiom] 'left-shift until bittest' idiom: support...
2020-12-23 Roman Lebedev[LoopIdiom] 'left-shift until bittest' idiom: support...
2020-12-23 Roman Lebedev[LoopIdiom] 'left-shift until bittest' idiom: support...
2020-12-23 Roman Lebedev[LoopIdiom] Introduce 'left-shift until bittest' idiom
2020-12-23 Nico Weberclang: Build and run FrontendTests with CLANG_ENABLE_ST...
2020-12-23 Thomas Raoux[mlir][vector] Add more vector Ops canonicalization
2020-12-23 Nico WeberRevert more changes that landed on top of 741978d727
2020-12-23 Alan PhippsRevert "This is a test commit"
2020-12-23 Andrew Litteken[IROutliner] Adding support for elevating constants...
2020-12-23 AlexisPerryUpdated GettingInvolved.md to reflect Flang Biweekly...
2020-12-23 Alan PhippsThis is a test commit
2020-12-23 Craig Topper[RISCV] Add intrinsics for vfmv.v.f
2020-12-23 Jonas Devlieghere[lldb] Refactor and simplify GetCommandSPExact interface
2020-12-23 Jonas Devlieghere[lldb] Don't instrument demangling.
2020-12-23 Lei Zhang[mlir][spirv] Convert functions returning one value
2020-12-23 Nico WeberRevert 741978d727 and things that landed on top of it.
2020-12-23 Joseph Huber[OpenMP] Fixing typo on memory size in Documenation
2020-12-23 Jez Ng[lld-macho] Simulator & DriverKit executables should...
2020-12-23 Paul C. Anagnostopoulos[TableGen] Add the !substr() bang operator
2020-12-23 Evgeniy Brevnov[BPI] Improve static heuristics for "cold" paths.
2020-12-23 Aleksandr Platonov[clangd] Do not take stale definition from the static...
2020-12-23 ergawy[MLIR][SPIRV] Add rewrite pattern to convert select...
2020-12-23 mydeveloperday[clang-format] PR48539 ReflowComments breaks Qt transla...
2020-12-23 mydeveloperday[clang-format] PR48535 clang-format Incorrectly Removes...
2020-12-23 Joseph Huber[OpenMP] Fixing Typo in Documentation
2020-12-23 David Penry[ARM] Add bank conflict hazarding
2020-12-23 Simon Moll[NFC] Uniquify 'const' in TargetTransformInfoImpl.h
2020-12-23 Simon Moll[VE] Vector 'and' isel and tests
next