platform/upstream/llvm.git
2019-08-15 Craig Topper[X86] Make sure load is non-volatile in the MMX_X86movd...
2019-08-15 Sjoerd Meijer[Clang] Pragma vectorize_predicate implies vectorize
2019-08-15 Craig Topper[X86] Add test cases for _mm_movepi64_pi64 and _mm_movp...
2019-08-15 Craig Topper[X86] Remove unneeded isel pattern for v4f32->v4i32...
2019-08-15 Craig Topper[X86] Disable custom type legalization for v2i32/v4i16...
2019-08-15 Craig Topper[X86] Disable custom type legalization for v2i32/v4i16...
2019-08-15 Craig Topper[X86] Remove some unreachable code from LowerBITCAST.
2019-08-15 Fangrui Song[ELF][PPC] Improve error message for unknown relocations
2019-08-15 Michael Pozulp[llvm-objdump] Add warning messages if disassembly...
2019-08-15 Jonas DevlieghereFix variable mismatch between signature and body
2019-08-15 Michael Pozulp[llvm-objcopy] Move duplicate tablegen from objcopy...
2019-08-15 Jonas Devlieghere[CMake] Check for C++14 instead of C++11
2019-08-15 Jonas Devlieghere[NFC] Fix documentation for some utility classes.
2019-08-15 David L. Jones[Tooling] Add a hack to work around issues with matcher...
2019-08-15 Jonas Devlieghere[NFC] Remove documentation comment to fix warning.
2019-08-15 Craig Topper[X86] Remove some dead code and combine some repeated...
2019-08-15 Jonas Devlieghere[NFC] Update doc comment to fix warning.
2019-08-15 Jonas DevlieghereRevert "Expose TailCallKind via the LLVM C API"
2019-08-15 Jonas DevlieghereRevert "[compiler-rt] Migrate llvm::make_unique to...
2019-08-15 Vitaly Bukagn build: Merge r368918
2019-08-15 Alex Langford[NFCI] Always initialize BugReport const fields
2019-08-15 Gor Nishanov[coroutine] Fixes "cannot move instruction since its...
2019-08-15 Julian Lettner[sanitizer_common] Replace forkpty with posix_spawn...
2019-08-15 Jonas Devlieghere[compiler-rt] Migrate llvm::make_unique to std::make_unique
2019-08-14 Robert WidmannExpose TailCallKind via the LLVM C API
2019-08-14 Jonas Devlieghere[clang-tools-extra] Migrate llvm::make_unique to std...
2019-08-14 Jonas Devlieghere[Clang] Migrate llvm::make_unique to std::make_unique
2019-08-14 Richard Smith[www] Update DR status page to match latest version...
2019-08-14 Richard SmithFix handling of class member access into a vector type.
2019-08-14 JF BastienRemove LVALUE / RVALUE workarounds
2019-08-14 Johannes Doerfert[Attributor] Try to fix "missing field 'RetInsts' initi...
2019-08-14 Shafik YaghmourImprove anonymous class heuristic in ClangASTContext...
2019-08-14 Jonas Devlieghere[LLD] Migrate llvm::make_unique to std::make_unique
2019-08-14 Jonas Devlieghere[Polly] Migrate llvm::make_unique to std::make_unique
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...
next