platform/upstream/llvm.git
2019-10-31 Vedant Kumar[profile] Add a mode to continuously sync counter updat...
2019-10-31 Vedant Kumar[profile] Clean up stale raw profiles in instrprof...
2019-10-31 Adrian PrantlFix a few typos in SourceLevelDebugging.rst
2019-10-31 Francis Visoiu... [Remarks] Fix error message check in unit test
2019-10-31 Peter Collingbournegn build: Add support for cross-compiling the builtins...
2019-10-31 Francis Visoiu... [Remarks] Add support for linking remarks
2019-10-31 Reid KlecknerQuote path to Python 3 executable in case it contains...
2019-10-31 Reid KlecknerFix undefined variable bug in debuginfotests lit.cfg.py
2019-10-31 Craig Topper[LV] Add test case that was supposed to go with D67948
2019-10-31 Craig Topper[X86] add mayRaiseFPException flag and FPCW registers...
2019-10-31 Thomas Lively[WebAssembly] Handle multiple loads of splatted loads
2019-10-31 Evandro Menezes[mca] Fix test case (NFC)
2019-10-31 Kostya Kortchinsky[scudo][standalone] Fix Secondary bug w/ freelist
2019-10-31 Nathan RidgeRefactor getDeclAtPosition() to use SelectionTree ...
2019-10-31 Nikita Popov[CVP] Add tests for icmp on local ranges; NFC
2019-10-31 Nikita Popov[LVI] Regenerate test checks; NFC
2019-10-31 Thomas Lively[WebAssembly] Expand setcc of v2i64
2019-10-31 Michael Spencer[clang][ScanDeps] Fix issue with multiple commands...
2019-10-31 Reid KlecknerRemove unneeded template alias, causes issues with...
2019-10-31 Alex Richardson[update_cc_test_checks.py] Pass the builtin include...
2019-10-31 Alex Richardson[compiler-rt] Use xcrun instead of xcodebuild to find...
2019-10-31 Alex RichardsonFix compiler-rt build on macOS without XCode
2019-10-31 Jason MolendaFix typeo in CPU_TYPE_ARM64_32 for older SDKs.
2019-10-31 Peter Collingbournegn build: s/target_/current_/g in compiler-rt/lib/...
2019-10-31 Fangrui Song[PGO][PGSO] Fix -DBUILD_SHARED_LIBS=on builds after...
2019-10-31 Evgenii Stepanov[asan] Fix lint failure in asan_interface.h
2019-10-31 Evgenii Stepanov[asan] Provide an interface to update an allocation...
2019-10-31 Craig Topper[X86] Remove FSIN/FCOS isel patterns and the pseudo...
2019-10-31 Nico WeberRevert "gn build: (manually) merge ec66603ac7"
2019-10-31 Nico Webergn build: (manually) merge ec66603ac7
2019-10-31 Evandro Menezes[AArch64] Update for Exynos
2019-10-31 Hiroshi Yamauchi[PGO][PGSO] TargetLowering/TargetTransformationInfo...
2019-10-31 Johannes Doerfert[Attributor] Really use the executed-context
2019-10-31 Alexey Bataev[SLP] Vectorize jumbled stores.
2019-10-31 Johannes Doerfert[Attributor] Make AANonNull perform context sensitive...
2019-10-31 Johannes Doerfert[ValueTracking] Allow context-sensitive nullness check...
2019-10-31 Simon PilgrimRevert rG0e252ae19ff8d99a59d64442c38eeafa5825d441 ...
2019-10-31 Alex Langford[Symbol] Change ClangASTContext::GetCXXClassName return...
2019-10-31 Johannes Doerfert[InstCombine] Add the test that triggered the D60846...
2019-10-31 Johannes Doerfert[Utils][FIX] Unbreak update_XXX_test_checks after 3598b...
2019-10-31 Julian Lettner[lit] Extract Display.print_header function
2019-10-31 Julian Lettner[lit] Always print newline before test time/summary
2019-10-31 Joel E. Denny[lit] Fix internal env calling other internal commands
2019-10-31 Adrian PrantlXFAIL dexter tests on Darwin.
2019-10-31 David Zarzycki[X86] Enable YMM memcmp with AVX1
2019-10-31 Sanjay Patel[InstCombine] add fast-math-flags for better test cover...
2019-10-31 Simon PilgrimRevert rG57ee0435bd47f23f3939f402914c231b4f65ca5e ...
2019-10-31 Evgenii StepanovSort HWASAN_RTL_SOURCES alphabetically (NFC).
2019-10-31 Craig Topper[IPCP] Bail on extractvalue's with more than 1 index.
2019-10-31 Amy HuangFix initialization-order-fiasco error in "Add a heap...
2019-10-31 David Green[AArch64] Select saturating Neon instructions
2019-10-31 Julian Lettner[lit] Rename ProgressDisplay -> Display
2019-10-31 Evgenii Stepanov[msan] Blacklist __gxx_personality_v0.
2019-10-31 Johannes Doerfert[FIX] Make LSan happy by *not* leaking memory
2019-10-31 JonChesterfield[nfc][libomptarget] Reorganise support header
2019-10-31 Sanjay Patel[InstCombine] simplify fcmp+select canonicalization...
2019-10-31 Jeremy MorseReapply "Import Dexter to debuginfo-tests""
2019-10-31 Michał Górny[lldb] [test/API] Fix testcases symlink
2019-10-31 Adrian PrantlUpstream diff from swift-lldb.
2019-10-31 Jeremy MorseRevert "Import Dexter to debuginfo-tests"
2019-10-31 Sanne WoudaFix missing memcpy, memmove and memset tail calls
2019-10-31 Fangrui Song[llvm-objcopy] --add-symbol: address post-commit review...
2019-10-31 Sanjay Patel[InstCombine] regenerate test checks; NFC
2019-10-31 Mitchell Balan[clang-format] Fix SpacesInSquareBrackets for Lambdas...
2019-10-31 Matt ArsenaultDAG: Add new control for ISD::FMAD formation
2019-10-31 Matt ArsenaultAMDGPU: Simplify getAddressSpace calls
2019-10-31 Djordje Todorovic[TII] Use optional destination and source pair as a...
2019-10-31 David Tellenbach[MachineOutliner][NFC] Fix FileCheck regex in two of...
2019-10-31 Jeremy MorseImport Dexter to debuginfo-tests
2019-10-31 Djordje Todorovic[test][DebugInfo] Add the test for ARM call site parameters
2019-10-31 Nico Webergn build: (manually) merge cd24a00 more
2019-10-31 David Green[InstCombine] Canonicalize uadd.with.overflow to uadd.sat
2019-10-31 Jeremy MorseRevert "[DebugInfo] MachineSink: Insert undef DBG_VALUE...
2019-10-31 Jeremy MorseRevert "[DebugInfo] MachineSink: find more DBG_VALUEs...
2019-10-31 Ilya Biryukov[clangd] Fix namespace aliases in findExplicitReferences
2019-10-31 Kadir Cetinkaya[clangd] Add fno-delayed-parsing to new define inline...
2019-10-31 David Green[PatternMatch] Add m_WithOverflowInst and m_ExtractValu...
2019-10-31 James Henderson[llvm-objcopy] Preserve .ARM.attributes section when...
2019-10-31 Nico Webercomment typo fix to cycle bots
2019-10-31 Nico WeberBuild fix after 4b6597f
2019-10-31 Balázs Kéri[clang][analyzer] Using CallDescription in StreamChecker.
2019-10-31 Nico Webergn build: (manually) merge b32bae6f760
2019-10-31 Nico WeberMake flang driver stuff work on macOS
2019-10-31 Simon Pilgrim[X86][SSE] Convert computeZeroableShuffleElements to...
2019-10-31 Serguei Katkov[LICM] Invalidate SCEV upon instruction hoisting
2019-10-31 Pavel Labathminidump: Create memory regions from the sections of...
2019-10-31 Pavel Labathminidump: Add an "arm64" constant
2019-10-31 Serguei Katkov[Test] Add a unit test exposing lack of SCEV invalidati...
2019-10-31 Guilherme Andrade[lldb] Fix offset intersection bug between MPX and...
2019-10-31 David Candler[cfi] Add flag to always generate .debug_frame
2019-10-31 Pavel Labath[lldb/lit] Introduce %clang_host substitutions
2019-10-31 georgerim[yaml2obj/obj2yaml] - Add support for SHT_GNU_HASH...
2019-10-31 Martin Storsjö[LLDB] [Windows] Fix Windows-specific race condition...
2019-10-31 Martin Storsjö[LLDB] [PECOFF] Fix error handling for executables...
2019-10-31 Martin Storsjö[LLDB] [Windows] Remove a TODO which probably won't...
2019-10-31 Martin Storsjö[LLDB] [PECOFF] Don't crash in ReadImageDataByRVA for...
2019-10-31 Haojian WuRevert "[SLP] Vectorize jumbled stores."
2019-10-31 Georgii Rymar[llvm-readelf/llvm-readobj] - Improve dumping of broken...
2019-10-31 Dávid Bolvanský[Diagnostics] Warn for std::is_constant_evaluated in...
2019-10-31 Mikael Holmen[MustExecute] Silence clang warning about unused captur...
next