platform/upstream/llvm.git
2021-03-09 Sanjay Patel[SLP] remove dead null check; NFC
2021-03-09 Jianzhou Zhao[dfsan] Tracking origins at memory transfer
2021-03-09 Mehdi AminiFix LLVM Dialect LoopOptionsAttr round-tripping: the...
2021-03-09 David Green[ARM] Test for predicated scalar memops. NFC
2021-03-09 Philip Reames[tests] add tests to show effects of D98122
2021-03-09 Dave Lee[cmake] Enable -Werror=return-type
2021-03-09 Nathan James[clangd][NFC] Use std::string::replace in SourceCode...
2021-03-09 Alex Lorenz[clang][ObjC] allow the use of NSAttributedString ...
2021-03-09 Mehdi AminiAdd default LoopOptionsAttrBuilder constructor and...
2021-03-09 Albion Fung[P10] [Power PC] Exploiting new load rightmost vector...
2021-03-09 Juneyoung LeeRevert "[InstCombine] Add simplification of two logical...
2021-03-09 Fangrui Song[profile] Fix InstrProfGetRangeRepValue to use UINT64_C
2021-03-09 Philip Reames[test] precommit tests from D98222
2021-03-09 Philip Reames[SCEV] Infer known bits from known sign bits
2021-03-09 Peter Steinfeld[flang] Sort symbols by creation order
2021-03-09 Florian Hahn[DSE] Add test cases with memory intrinsics and varying...
2021-03-09 Douglas YungAdd requirement for aarch64-registered-target to test...
2021-03-09 George Balatsouras[dfsan] Update store.ll test
2021-03-09 Fangrui SongRevert D97743 "Define __GCC_HAVE_DWARF2_CFI_ASM if...
2021-03-09 Fangrui Song[test] Fix debug-info-macro.c
2021-03-09 Christian Sigg[mlir] Default for gpu-binary-annotation option.
2021-03-09 Aaron BallmanMove some attribute diagnostic helper functions; NFC.
2021-03-09 Philip Reames[cgp] improve robustness of uadd/usub transforms
2021-03-09 Philip Reames[tests] precommit test for an upcoming change
2021-03-09 Mehdi AminiSwitch generatedTypeParser/generatedAttributeParser...
2021-03-09 Mehdi AminiRework LLVM Dialect LoopOptions attribute
2021-03-09 Peter Collingbournescudo: Add support for tracking stack traces of seconda...
2021-03-09 Amara Emerson[AArch64][GlobalISel] Form G_DUPLANE32 for <2 x s32...
2021-03-09 Amara Emerson[GlobalISel] Fold away G_BUILD_VECTOR with all elements...
2021-03-09 Philip Reames[cgp] group related code together [nfc]
2021-03-09 Amara Emerson[AArch64][GlobalISel] Add combine for extract_vector_el...
2021-03-09 Jay Foad[AMDGPU] Refactor AMDGPUTargetStreamer::EmitCodeEnd
2021-03-09 gbtozers[DebugInfo] Process DBG_VALUE_LIST in LiveDebugValues
2021-03-09 Jordan Rupprecht[lldb][gui] Fix uninitialized variable in SourceFileWin...
2021-03-09 Markus Böck[Support][test] Unconditionally use setenv macro when...
2021-03-09 Fangrui SongDefine __GCC_HAVE_DWARF2_CFI_ASM if applicable
2021-03-09 Jonas Devlieghere[lldb] Update crashlog script for JSON changes
2021-03-09 Jonas Devlieghere[lldb] Propagate XDG_CACHE_HOME environment variable...
2021-03-09 Jonas Devlieghere[lldb] Use lit.with_system_environment to propagate...
2021-03-09 Nikita Popov[cmake] Link socket/nsl on SunOS in llvm-jitlink
2021-03-09 Xiangling Liao[NFC] Use llvm::SmallVector to workaround XL compiler...
2021-03-09 Craig Topper[RISCV] Add support for VECTOR_REVERSE for scalable...
2021-03-09 Amara Emerson[AArch64][GlobalISel] Lower scalar G_{SMIN, SMAX, UMIN...
2021-03-09 Fangrui Song[MC] Change ELFOSABI_NONE to ELFOSABI_GNU for SHF_GNU_R...
2021-03-09 Christudasan... [AMDGPU] Fix the dead frame indices during custom spill...
2021-03-09 Nikita Popov[FastISel] Don't trivially kill extractvalues (PR49467)
2021-03-09 gbtozers[DebugInfo] Add replaceArg function to simplify DBG_VAL...
2021-03-09 Craig Topper[RISCV] Add support for fixed vector reductions.
2021-03-09 Dave LeeRevert "[build][modules] Fix ObjCARCUtil.h modularization"
2021-03-09 Nico Weber[clang] unbreak Index/preamble-reparse-changed-module...
2021-03-09 Craig Topper[RISCV] Don't modify the SEW immediate on the V extensi...
2021-03-09 Craig Topper[RISCV] Optimize fixed vector ABS. Fix crash on scalabl...
2021-03-09 Craig Topper[RISCV] Make the hasStdExtM() check in RISCVInstrInfo...
2021-03-09 gbtozers[DebugInfo] Handle multiple variable location operands...
2021-03-09 Sanjay Patel[InstCombine] canonicalize 'not' op after min/max intrinsic
2021-03-09 Sanjay Patel[InstCombine] add tests for min/max intrinsics with...
2021-03-09 Adam Czachorowski[clang] Fix crash when creating deduction guide.
2021-03-09 Anton Bikineev[Sema] Fix diagnostics for one-byte length modifier
2021-03-09 diggerlin[AIX] do not emit visibility attribute into IR when...
2021-03-09 AndreyChurbanov[OpenMP] libomp: eliminate pause from atomic CAS loops
2021-03-09 Andrzej Warzynski[flang][driver] Refine tests for module search directories
2021-03-09 Oliver Stannard[ARM] Add comment explaining stack frame layout
2021-03-09 Timm Bäder[clang][sema][NFC] Remove a superfluous semicolon
2021-03-09 Martin Storsjö[libcxx] [test] Adjust separator form in fs.op.absolute...
2021-03-09 Nathan James[clangd][NFC] Silence some buildbot warnings after...
2021-03-09 Nathan James[clangd] Add a Filesystem that overlays Dirty files.
2021-03-09 Pavel Labath[lldb] Fix a bug in D96779 (shared lib directory logic)
2021-03-09 Simon Pilgrim[X86] canonicalizeShuffleWithBinOps - add binary shuffl...
2021-03-09 Sanjay Patel[InstCombine] fold min/max intrinsics with not ops
2021-03-09 Lei Zhang[mlir] Use affine.apply when distributing to processors
2021-03-09 Liu, Chen3[X86][NFC] Move instruction selection of the x86_tdpb...
2021-03-09 Stefan Gränitz[lldb][JITLoaderGDB] Test debug support in JITLink
2021-03-09 Florian Hahn[ExtVectorType] Support conditional select operator...
2021-03-09 Stefan Gränitz[Orc] Always check mapped sections for ELFDebugObject...
2021-03-09 Stefan Gränitz[Orc] Test DebugObjectManagerPlugin fills in load-addre...
2021-03-09 Stefan Gränitz[Orc] Fix working memory buffer for section mapping...
2021-03-09 gbtozers[DebugInfo] Add tests for ISel handling of variadic...
2021-03-09 gbtozers[DebugInfo] Emit DBG_VALUE_LIST from ISel
2021-03-09 Alexander Shaposhnikov[lld][MachO] Add missing test requirements
2021-03-09 Liu, Chen3[X86][NFC] Adding one flag to imply whether the instruc...
2021-03-09 Luo, Yuanke[X86][AMX] Add test case for combining AMX bitcast.
2021-03-09 Florian Hahn[InstCombine] Simplify phis with incoming pointer-casts.
2021-03-09 Sven van Haastregt[OpenCL] Fix builtins that require multiple extensions
2021-03-09 Simon PilgrimM68kInstrInfo::AnalyzeBranchImpl - fix MSVC build....
2021-03-09 MarcoFalke[compiler-rt] FuzzedDataProvider: Add missing include
2021-03-09 Kadir Cetinkaya[clangd] Move logging out of LSPTest base class into...
2021-03-09 John Brawn[CodeGen] Report a normal instead of fatal error for...
2021-03-09 Dmitry Vyukov[sanitizers] Enable runtime vma for mips64 in buildgo.sh
2021-03-09 Cullen Rhodes[IR] Introduce llvm.experimental.vector.splice intrinsic
2021-03-09 Tomas Matheson[Clang][Sema] Warn when function argument is less align...
2021-03-09 Dmitry Vyukov[sanitizers] fix wrong enum of memory_order for mips
2021-03-09 Alex OrlovFix a crash in DWARFUnit::getInlinedChainForAddress...
2021-03-09 gbtozers[DebugInfo] Handle dbg.values with multiple variable...
2021-03-09 Jan Kratochvil[lldb] Fix DWARF-5 DW_FORM_implicit_const (used by...
2021-03-09 Asher Mancinelli[flang] update character tests to use gtest
2021-03-09 Jan Kratochvilllvm-dwarfdump: Fix DWARF-5 DW_FORM_implicit_const...
2021-03-09 Alex Zinenko[mlir] move LLVM target import header and tests
2021-03-09 Alex Zinenko[mlir] make MLIRPresburger depend on MLIRIR
2021-03-09 Krasimir Georgievclang-format: use `pb` as a canonical raw string delimi...
2021-03-09 Vladislav Vinogradov[mlir][CMAKE] Fix cross-compilation build
next