platform/upstream/llvm.git
2019-08-14 Diego Trevino... [Bugpoint redesign] Modified Functions pass to consider...
2019-08-14 Jonas Devlieghere[LLDB] Migrate llvm::make_unique to std::make_unique
2019-08-14 Jordan Rupprecht[docs] Fix sphinx doc generation errors
2019-08-14 Johannes Doerfert[Attributor][NFC] Make debug output consistent
2019-08-14 Philip Reames[SCEV] Rename getMaxBackedgeTakenCount to getConstantMa...
2019-08-14 Matthias Gehre[LifetimeAnalysis] Support std::stack::top() and std...
2019-08-14 Johannes Doerfert[Attributor][NFC] Try to eliminate warnings (debug...
2019-08-14 Johannes Doerfert[Attributor][NFC] Introduce statistics macros for new...
2019-08-14 Craig Topper[SelectionDAGBuilder] Teach gather/scatter getUniformBa...
2019-08-14 Johannes Doerfert[Attributor][NFC] Add merge/join/clamp operators to...
2019-08-14 Johannes Doerfert[Attributor] Use the AANoNull attribute directly in...
2019-08-14 Amara Emerson[AArch64][GlobalISel] Custom selection for s8 load...
2019-08-14 Johannes Doerfert[Attributor] Use liveness during the creation of AARetu...
2019-08-14 Johannes Doerfert[Attributor] Do not update or manifest dead attributes
2019-08-14 Raphael IsemannRevert "[lldb] Reinstate original guard variable check"
2019-08-14 Johannes Doerfert[Attributor] Use IRPosition consistently
2019-08-14 Diego Trevino... [Bugpoint redesign] Added Pass to Remove Global Variables
2019-08-14 Stanislav Mekhanoshin[AMDGPU] Do not assume a default GCN target
2019-08-14 Marshall ClowFix thread comparison by making sure we never pass...
2019-08-14 Diego Trevino... [Bugpoint redesign] Reduced scope of variables in Delta...
2019-08-14 Louis Dionne[libc++] Mark <chrono> test as unsupported on AppleClang 9
2019-08-14 Sanjay Patel[x86] add tests for fadd reduction; NFC
2019-08-14 Diego Astiazaran[clang-doc] Add missing check in tests
2019-08-14 Louis Dionne[libc++] Mark std::tuple CTAD test as failing on AppleC...
2019-08-14 JF BastienUse std::is_final directly
2019-08-14 JF BastienSwapByteOrder.h: don't check for unsupported GCC versions
2019-08-14 JF BastienMathExtras.h: don't check for unsupported GCC versions
2019-08-14 Erich KeaneAdd support in CMake to statically link the C++ standar...
2019-08-14 Dinar Temirbulatov[SLP][NFC] Use pointers to address to ScalarToTreeEntry...
2019-08-14 Sanjay Patel[SDAG] move variable closer to use; NFC
2019-08-14 Jordan Rupprecht[lldb][NFC] Remove unused function
2019-08-14 Alexey Bataev[OPENMP]Support for non-rectangular loops.
2019-08-14 JF BastienRevert "Un-break the bots"
2019-08-14 Matt ArsenaultAMDGPU: Reduce number of registers in test
2019-08-14 Jinsong Ji[PowerPC][NFC] Remove duplicate tests in build-vector...
2019-08-14 Jan Korous[Support][NFC] Fix error message for posix_spawn_file_a...
2019-08-14 Philip Reames[RLEV] Rewrite loop exit values for multiple exit loops...
2019-08-14 Chris Bieneman[CMake] Fix cache invalidation of LLVM_CXX_STD
2019-08-14 JF BastienUn-break the bots
2019-08-14 Matt ArsenaultInferAddressSpaces: Move target intrinsic handling...
2019-08-14 Matt ArsenaultInferAddressSpaces: Remove unnecessary check for Consta...
2019-08-14 JF BastienMatch if / elseif properly
2019-08-14 Taewook Oh[DebugInfo] Consider debug label scope has an extra...
2019-08-14 JF BastienRemove now useless C++1y flag
2019-08-14 JF BastienDon't explicitly check for C++14
2019-08-14 Simon PilgrimFix cppcheck + MSVC analyzer uninitialized member varia...
2019-08-14 JF BastienMove to C++14
2019-08-14 Roman Lebedev[InstCombine][NFC] Tests for 'try to reuse constant...
2019-08-14 Zoe CarverThis commit removes std::shared_ptr::make_shared and...
2019-08-14 David Bolvansky[SLC] Dereferenceable annonation - handle valid null...
2019-08-14 Kristof Umann[CFG] Introduce CFGElementRef, a wrapper that knows...
2019-08-14 Louis Dionne[libc++] Enable <chrono> ""d and ""y literals for Apple...
2019-08-14 Puyan Lotfi[NFC][clang] Moving argument handling: Driver::BuildAct...
2019-08-14 Louis Dionne[libc++] Do not define _LIBCPP_CLANG_VER for non-LLVM...
2019-08-14 Jonas Devlieghere[DebugLine] Improve path handling.
2019-08-14 Erik Pilkington[Sema][ObjC] Fix a -Wformat false positive with localiz...
2019-08-14 Simon PilgrimFix cppcheck + MSVC analyzer uninitialized member varia...
2019-08-14 David Bolvansky[NFC] Updated tests after r368875
2019-08-14 David Bolvansky[BuildLibCalls] Noalias annotation
2019-08-14 Chris BienemanDocument clang-cpp in the release notes for clang
2019-08-14 Bill WendlingIgnore indirect branches from callbr.
2019-08-14 Aaron SmithAdd missing NativeProcessFactory for lldb-server on...
2019-08-14 Gabor Horvath[LifetimeAnalysis] Fix false negatives of statement...
2019-08-14 Simon Atanasyan[mips] Remove redundant case in the test. NFC
2019-08-14 Simon Atanasyan[mips] Split long lines in the test case file. NFC
2019-08-14 Thomas Lively[WebAssembly] Stop unrolling SIMD shifts since they...
2019-08-14 Marshall ClowRework recursive_timed_mutex so that it uses __thread_i...
2019-08-14 Kostya Kortchinsky[scudo][standalone] Add more stats to mallinfo
2019-08-14 Simon PilgrimFix cppcheck + MSVC analyzer uninitialized member varia...
2019-08-14 Craig Topper[X86] Use PSADBW for v8i8 addition reductions.
2019-08-14 David Bolvansky[NFC] Fix testcase for ARMs
2019-08-14 Yitzhak Mandelbaum[libTooling] Fix code to avoid unused-function warning...
2019-08-14 Craig Topper[LangRef] Remove opening [ that was missing a closing...
2019-08-14 Xiangling Liao[NFC][AIX] Change assertion
2019-08-14 Jinsong Ji[PowerPC][NFC] Add test for build all one vector with...
2019-08-14 Craig Topper[X86][CostModel] Adjust the costs of ZERO_EXTEND/SIGN_E...
2019-08-14 Craig Topper[X86] Add llvm_unreachable to a switch that covers...
2019-08-14 Jinsong Ji[PowerPC][NFC] Consolidate duplicate XX3Form_SetZero...
2019-08-14 Jason Liu[AIX] Add call lowering for parameters that could pass...
2019-08-14 Pavel LabathRevert "raw_ostream: add operator<< overload for std...
2019-08-14 Kristof Umann[analyzer][NFC] Prove that we only track the evaluated...
2019-08-14 Aaron SmithAdd missing SetID method to fix Windows build
2019-08-14 Haojian Wu[clangd][vscode] Surface the error when applying tweaks...
2019-08-14 Shaurya Gupta[Tooling] Added DeclStmtClass to ExtractionSemicolonPolicy
2019-08-14 Pavel Labathraw_ostream: add operator<< overload for std::error_code
2019-08-14 Roman Lebedev[SimplifyCFG] Add "safe abs" test from CMSIS DSP 'abs_w...
2019-08-14 Fangrui Song[ELF] --gdb-index: fix odd variable name cUs after...
2019-08-14 Ilya Biryukov[clangd] Print qualifiers of out-of-line definitions...
2019-08-14 Shaurya Gupta[Clangd] NFC: Fixed comment typo
2019-08-14 Nico Webergn build: Pre-merge https://reviews.llvm.org/D66195
2019-08-14 Simon Pilgrim[X86] Add missing regular 512-bit vXi8 extract subvecto...
2019-08-14 Pavel LabathRevert "Minidump/Windows: Fix module lookup"
2019-08-14 Fangrui Song[ELF][test] Update silent-ignore.test
2019-08-14 Kristof Umann[analyzer][CFG] Don't track the condition of asserts
2019-08-14 Jeremy Morse[DebugInfo] MCP: collect and update DBG_VALUEs encounte...
2019-08-14 Johan Vikstrom[clangd] Loading TokenColorRules as a class mapping...
2019-08-14 Fangrui Song[IR] Simplify removeDeadConstantUsers. NFC
2019-08-14 Dmitri GribenkoRemoved ToolExecutor::isSingleProcess, it is not used...
2019-08-14 Simon PilgrimFix "not all control paths return a value" MSVC warning...
2019-08-14 Simon PilgrimFix "not all control paths return a value" MSVC warning...
next