platform/upstream/llvm.git
2021-03-10 Serguei Katkov[Statepoint Lowering] Fix the crash with gc.relocate...
2021-03-10 gbtozers[DebugInfo] Process DBG_VALUE_LIST in LiveDebugVariables
2021-03-10 Alex Zinenko[mlir] Update comments in ArmNeon dialect. NFC
2021-03-10 Andrzej Warzynski[flang][driver] Add `-fdebug-dump-parsing-log`
2021-03-10 Alex Zinenko[mlir] squash LLVM_AVX512 dialect into AVX512
2021-03-10 Alex Zinenko[mlir] simplify type constraints in AVX512 dialect
2021-03-10 Inho SeoMoved getStaticLoopRanges and getStaticShape methods...
2021-03-10 Balazs Benics[analyzer][CTU][NFC] Fix "Add an extra regression test"
2021-03-10 Andrzej Warzynski[flang][driver] Merge test/Driver and test/Flang-Driver...
2021-03-10 Adam Balogh[analyzer] Crash fix for alpha.cplusplus.IteratorRange
2021-03-10 Balazs Benics[analyzer][CTU][NFC] Add an extra regression test
2021-03-10 Balazs Benics[analyzer][NFC] Add more tests for ArrayBoundCheckerV2
2021-03-10 Balazs Benics[analyzer][docs][NFC] Fix typo in checkers.rst
2021-03-10 Alex RichardsonAvoid shuffle self-assignment in EXPENSIVE_CHECKS builds
2021-03-10 Alex Richardson[SLC] Simplify strcpy and friends with non-zero address...
2021-03-10 Alex Richardson[SLC] Baseline test for missed strcpy optimizations...
2021-03-10 Alex Richardson[compiler-rt] Silence a deprecation warning on FreeBSD
2021-03-10 Alex Richardson[asan][tests] Handle FreeBSD in large_func_test and...
2021-03-10 Alex Richardson[sanitizers] Fix typo in ca9815fc247c
2021-03-10 Christian Sigg[mlir] Add base class for GpuKernelToBlobPass
2021-03-10 Florian Hahn[DSE] Handle memcpy/memset with equal non-const sizes.
2021-03-10 Sven van Haastregt[OpenCL] Set calling convention for -fdeclare-opencl...
2021-03-10 Vladislav Vinogradov[mlir] Model MemRef memory space as Attribute
2021-03-10 Hanhan Wang[mlir][linalg] Add support for using scalar attributes...
2021-03-10 Florian Hahn[DSE] Add tests with memset & memcpy combinations and...
2021-03-10 Qiu Chaofan[NFC] [PowerPC] Remove unsafe-fp-math in some tests
2021-03-10 Juneyoung Lee[InstSimplify] Add tests for pr49495 (NFC)
2021-03-10 Vladislav Vinogradov[ADT][NFC] Use `size_t` type for index in `indexed_acce...
2021-03-10 serge-sans... [NFC] Remove duplicate isNoBuiltinFunc method
2021-03-10 Kirill Bobyrev[clangd] Enable reflection for clangd-index-server
2021-03-10 Valeriy Savchenko[analyzer] Fix StdLibraryFunctionsChecker performance...
2021-03-10 Valeriy Savchenko[-Wcompletion-handler] Extend list of detected conventions
2021-03-10 Qiu Chaofan[PowerPC] Reduce symmetrical swaps for lane-insensitive...
2021-03-10 Fangrui Song[clangd] Treat __GCC_HAVE_DWARF2_CFI_ASM the same as...
2021-03-10 Martin Storsjö[compiler-rt] Normalize i?86 to i386 and armv* to arm...
2021-03-10 Fangrui Song[WPD][ELF] Allow whole program devirtualization for...
2021-03-10 Fangrui Song[test] Update tests
2021-03-10 Fangrui SongDefine __GCC_HAVE_DWARF2_CFI_ASM if applicable
2021-03-10 Lang Hames[JITLink] Add a null-terminator to eh-frame sections...
2021-03-10 Greg McGary[lld-macho][NFC] drop opt:: when already using llvm...
2021-03-10 Greg McGary[lld-macho][NFC] when reasonable, replace auto keyword...
2021-03-10 Wei Mi[SampleFDO] Support enabling -funique-internal-linkage...
2021-03-10 Yao Zhao[xray] Fix xray document spelling
2021-03-10 Lang Hames[JITLink] Add support for STT_NOTYPE symbols to ELF...
2021-03-10 Lang Hames[JITLink] Assert that segment mapping does not exceed...
2021-03-10 Philip Reames[rs4gc] common bdv operand visitation [nfc]
2021-03-10 Yang Fan[clang][APINotes] Fix gcc Wunused-function warning...
2021-03-10 Yang Fan[MC][ELF] Fix "enumeral and non-enumeral type in condit...
2021-03-10 Philip Reames[tests] add a few more tests for D98122
2021-03-10 Greg McGary[lld-macho] implement options -(un)exported_symbol...
2021-03-10 Ryan Prichard[Android] Default to --rtlib=compiler-rt
2021-03-10 Arnold Schwaighofer[coro async] Transfer the original function's attribute...
2021-03-10 Jason MolendaLog in SetPrivateState when unwind logging enabled
2021-03-10 David BlaikieRemove unused variable (rolling it into an assert)
2021-03-10 William S.... [MemoryDependence] Fix invariant group store
2021-03-09 Mehdi AminiFix MLIR test post 890afad954d
2021-03-09 Mehdi AminiFix Flang build after MLIR API changes around `generate...
2021-03-09 Leonard Chan[llvm] Change DSOLocalEquivalent type if the underlying...
2021-03-09 River Riddle[mlir][IR] Add an Operation::eraseOperands that support...
2021-03-09 River Riddle[mlir][IR] Add a new SymbolUserMap class
2021-03-09 Richard SmithPR49465: Disallow constant evaluation of a call to...
2021-03-09 Alex Lorenz[clang][driver] Support Darwin SDK names with an option...
2021-03-09 Zequan WuRevert "[llvm-cov] reset executation count to 0 after...
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
next