platform/upstream/llvm.git
2020-10-26 MaheshRavishankar[mlir][Linalg] Miscalleneous enhancements to cover...
2020-10-26 Rahman LavaeeExplicitly check for entry basic block, rather than...
2020-10-26 Stanislav MekhanoshinFixed release build after D89170
2020-10-26 Stephen Neuendorffer[mlir] Document 'ParentOneOf' with the HasParent trait
2020-10-26 Vedant Kumar[cmake] Add LLVM_UBSAN_FLAGS, to allow overriding UBSan...
2020-10-26 Duncan P. N... IR: Clarify ownership of ConstantDataSequentials, NFC
2020-10-26 Ulysse Beaugnon[MLIR] Fix AttributeInterface declaration.
2020-10-26 Amy Huang[CodeView] Emit static data members as S_CONSTANTs.
2020-10-26 Quentin Colombet[TargetRegisterInfo] Fix a couple of typos in the comments
2020-10-26 Alex Zinenko[mlir] Do not print back 0 alignment in LLVM dialect...
2020-10-26 Jan Kratochvil[nfc] [lldb] Refactor DWARFUnit::GetDIE
2020-10-26 Puyan Lotfi[NFC] Fixing comment heading for MachineStableHash.h.
2020-10-26 Louis Dionne[libc++] Remove the reliance of several <random> tests...
2020-10-26 Lei Zhang[mlir] NFC: properly align IR in comments
2020-10-26 Stanislav Mekhanoshin[AMDGPU] Use flat scratch instructions where available
2020-10-26 Kiran ChandramohanRun test only if X86 target is available
2020-10-26 Sriraman TallamPrepend "__uniq" to symbol names hash with -funique...
2020-10-26 Martin Storsjö[libunwind] Add -Wno-dll-attribute-on-redeclaration...
2020-10-26 Xiangling Liao[NFC] Remove max_align.c LIT testcase
2020-10-26 Sriraman TallamTest to check backtraces with machine function splitting.
2020-10-26 Duncan P. N... Avoid unnecessary uses of `MDNode::getTemporary`, NFC
2020-10-26 Louis Dionne[libc++] Get rid of <iostream> in a filesystem test
2020-10-26 Teresa Johnson[MemProf] Decouple memprof build from COMPILER_RT_BUILD...
2020-10-26 Xiangling Liao[AIX] Also error on -G for link-only step
2020-10-26 Sanjay Patel[InstCombine] add folds for icmp+ctpop
2020-10-26 Sanjay Patel[InstCombine] add tests for ctpop at bitwidth limit...
2020-10-26 Sanjay Patel[InstCombine] reduce code duplication in icmp intrinsic...
2020-10-26 Louis Dionne[libc++] NFC: Minor refactoring in filesystem_test_help...
2020-10-26 Kostya Kortchinsky[GWP-ASan] Refactor memory mapping functions
2020-10-26 David Blaikiellvm-reduce: Test reduction for D88684 ( ee6e25e4391a6d...
2020-10-26 Nick Desaulniers[BitCode] decode nossp fn attr
2020-10-26 Stanislav MekhanoshinFix SROA with a PHI mergig values from a same block
2020-10-26 Kirill Bobyrev[clangd] Add back dependency on proto generated targets
2020-10-26 Duncan P. N... SourceManager: Fix an SLocEntry memory regression intro...
2020-10-26 Aaron PuchertAdd release tarballs for libclc
2020-10-26 Evgeny Leviant[ARM][SchedModels] Move IsLDMBaseRegInListPred to ARMSc...
2020-10-26 Joe TurnerMake sure Objective-C category support in IncludeSorter...
2020-10-26 Benjamin Kramer[clang-tidy] Silence unused variable warning in Release...
2020-10-26 Alexander Belyaev[mlir] Convert MemRefReinterpretCastOp to LLVM.
2020-10-26 Zequan WuRevert "Revert "Ensure that checkInitIsICE is called...
2020-10-26 Zequan WuRevert "Ensure that checkInitIsICE is called exactly...
2020-10-26 Stanislav Mekhanoshin[AMDGPU] Fix VC warning about singed/unsigned compariso...
2020-10-26 Louis Dionne[libc++] NFC: Consistent indentation for buildkite...
2020-10-26 Zequan Wu[lldb][NativePDB] fix test load-pdb.cpp
2020-10-26 Nick Desaulniers[Clang][CodeGen] fix failed assertion
2020-10-26 Louis Dionne[libc++abi] Make sure we can run the tests in Standalon...
2020-10-26 Duncan P. N... SourceManager: Return non-const references in getOrCrea...
2020-10-26 Florian Hahn[AArch64] Extend tests for insertelement improvements.
2020-10-26 Thomas Raoux[mlir][vector] Update doc strings for insert_map/extrac...
2020-10-26 Joe Ellis[SVE] Fix TypeSize warning in llvm::getGEPInductionOperand
2020-10-26 Joe Ellis[SVE][InstCombine] Fix TypeSize warning in canReplaceGE...
2020-10-26 Joe Ellis[SVE][AArch64] Fix TypeSize warning in GEP cost analysis
2020-10-26 Joe Ellis[SVE][AArch64] Fix TypeSize warning in loop vectorizati...
2020-10-26 OCHyams[DebugInfo][dexter] Add dexter tests for escaped locals
2020-10-26 Zequan Wu[lldb][PDB] Add ObjectFile PDB plugin
2020-10-26 Evgeny Leviant[ARM][SchedModels] Convert IsLdstsoScaledNotOptimalPred...
2020-10-26 Nicolas Vasilache[mlir][Linalg] Add basic support for TileAndFuse on...
2020-10-26 Evgeny LeviantFix issue in cortex-a57 sched model
2020-10-26 Benjamin Kramer[AMDGPU] Avoid unused variable warning in Release build...
2020-10-26 Benjamin Kramer[clang][unittest] Don't hardcode the string "Assertion"
2020-10-26 Benjamin Kramer[lld][ELF] Don't write output to the test directory...
2020-10-26 Louis Dionne[libc++] Fix indentation of buildkite-pipeline.yml
2020-10-26 Nico WeberUnconfuse gcc5.3 after 2e204e23911b1f / D87528
2020-10-26 Peter Waller[SVE][CodeGen][DAGCombiner] Fix TypeSize warning in...
2020-10-26 Peter WallerRevert "[SVE][CodeGen][DAGCombiner] Fix TypeSize warnin...
2020-10-26 Peter Waller[SVE][CodeGen][DAGCombiner] Fix TypeSize warning in...
2020-10-26 Louis Dionne[libc++] Add a CI jobs to test the Standalone builds
2020-10-26 Simon Pilgrim[InstCombine] Add bswap test pattern using truncates
2020-10-26 AndreyChurbanov[OpenMP] changing OMP rtl to use shared memory instead...
2020-10-26 Florian Hahn[AArch64] Add 2 cases where insertelement lowering...
2020-10-26 Simon Pilgrim[X86] Use mtriple instead of march in MIR tests
2020-10-26 Kazushi (Jam... [VE] Add vector shift instructions
2020-10-26 Kazushi (Jam... [VE] Add vector logical instructions
2020-10-26 Kazushi (Jam... [VE] Support atomic store
2020-10-26 Denys Petrov[analyzer] [NFC] Simplify SVal::getAsLocSymbol function...
2020-10-26 Paul C. Anagnostopoulos[TableGen] [tests] Change integer ranges to use new...
2020-10-26 Andy YankovskyFix SBError::SetErrorToGenericError
2020-10-26 Simon Pilgrim[InstCombine] collectBitParts - add bitreverse intrinsi...
2020-10-26 Kirill Bobyrev[clangd] NFC: Update FIXME comment regarding lack of...
2020-10-26 Raphael Isemann[lldb][NFC] Make GetShellSafeArgument simpler and faster
2020-10-26 Simon Pilgrim[InstCombine] Add bswap test pattern using bitreverse...
2020-10-26 Jay Foad[AMDGPU] Make more use of printNamedBit in AMDGPUInstPr...
2020-10-26 Florian Hahn[LV] Add cost-model test for AArch64 select costs.
2020-10-26 Kirill Bobyrev[clangd] Fix remote index build failures due to lack...
2020-10-26 George Mitenkov[MLIR][mlir-spirv-cpu-runner] A SPIR-V cpu runner prototype
2020-10-26 Fraser Cormack[DAGCombine] Add test case showing incorrect DAGCombine...
2020-10-26 Andrew Ng[llvm-ar][Object] Fix detection of need for 64-bit...
2020-10-26 Simon Pilgrim[clang-fuzzer] CreateAndRunJITFunc - fix use after...
2020-10-26 George Mitenkov[MLIR][mlir-spirv-cpu-runner] A pass to emulate a call...
2020-10-26 Haojian Wu[clang] Suppress "follow-up" diagnostics on recovery...
2020-10-26 Simon Pilgrim[InstCombine] Add support for zext(and(neg(amt),width...
2020-10-26 Simon Pilgrim[InstCombine] Add rotate tests where the shift amount...
2020-10-26 Dmitry Vyukovtsan: add mips64 support in lib/tsan/go/buildgo.sh
2020-10-26 Evgeny Leviant[llvm-mca] Add few memory instructions to cortex-a57...
2020-10-26 Djordje Todorovic[NFC][InstrRefLDV] Fix a typo
2020-10-26 Pavel Labath[lldb] Modernize PseudoTerminal::Fork
2020-10-26 Pavel Labath[lldb] Fix bitfield "frame var" for pointers (pr47743)
2020-10-26 Michał Górny[lldb] [Process/Linux] Reuse NativeRegisterContextWatch...
2020-10-26 Michał Górny[lldb] [Process/NetBSD] Set xs_xstate_bv correctly...
2020-10-26 Michał Górny[lldb] [test/Register] Use initial state for write...
next