platform/upstream/llvm.git
2018-07-27 Sanjay Patel[x86] add more tests for signbit math; NFC
2018-07-27 Sanjay Patel[PowerPC] add more tests for signbit math; NFC
2018-07-27 Sanjay Patel[AArch64] add more tests for signbit math; NFC
2018-07-27 Fangrui Song[Support] Use unsigned char for xxHash 64-bit
2018-07-27 Jan VeselyAMDGPU/R600: Add MOV instructions to BFE patterns
2018-07-27 Sander de Smalen[AArch64][SVE] Asm: Predicated integer reductions.
2018-07-27 Dmitry Preobrazhensky[AMDGPU][MC][DOC] Updated AMD GPU assembler description
2018-07-27 Ilya Biryukov[clang-tidy] Fix a crash in fuchsia-multiple-inheritance
2018-07-27 Sander de Smalen[AArch64][SVE] Asm: Predicated floating point reductions.
2018-07-27 Louis Dionne[libc++] Introduce _LIBCPP_HIDE_FROM_ABI to replace...
2018-07-27 Sander de Smalen[AArch64][SVE] Asm: Support for FEXPA and FTSSEL.
2018-07-27 Sander de Smalen[AArch64][SVE] Asm: Support for FRECPE and FRSQRTE.
2018-07-27 Philip Pfaffe[CMake] Followup for r337366: Only export LLVM_LINK_LLV...
2018-07-27 Sanjay Patel[InstCombine] not(sub X, Y) --> add (not X), Y
2018-07-27 Sanjay Patel[InstCombine] add tests for not+sub; NFC
2018-07-27 Kirill Bobyrev[clangd] Return Dex Iterators
2018-07-27 Max Kazantsev[SimplifyIndVar] Canonicalize comparisons to unsigned...
2018-07-27 Victor Leschuk[Support] Bring std::errc::not_supported to llvm::errc.
2018-07-27 Matt ArsenaultAMDGPU: Fix code size for return_to_epilog pseudo
2018-07-27 Matt ArsenaultDAG: Remove unnecessary .str()
2018-07-27 Matt ArsenaultPatternMatch: Add wrappers for fabs and canonicalize
2018-07-27 Ilya BiryukovRevert "ELF: Make --print-icf-sections output determini...
2018-07-27 Anastasis GrammenosRevert "[LV][DebugInfo] Set DL to the middle block...
2018-07-27 Roman Lebedev[AST] Sink 'part of explicit cast' down into ImplicitCa...
2018-07-27 Hiroshi Inoue[InstSimplify] tests for D48828: fold extraction from...
2018-07-27 Anastasis Grammenos[LV][DebugInfo] Set DL to the middle block Icmp instruction
2018-07-27 Craig Topper[Docs] Remove hard tab character from code block in...
2018-07-27 Xin Tong[NFC] Remove an empty line.
2018-07-27 Eric FiselierMove Filesystem namespace definition out of a clang...
2018-07-27 Tom StellardAMDGPU/GlobalISel: Fix crash in regbankselect on non...
2018-07-27 Craig Topper[X86] Remove an unnecessary 'if' that prevented treatin...
2018-07-27 Bob Haarman[LTO] Don't internalize declarations
2018-07-27 Fangrui SongReplace LLVM_ALIGNAS with alignas as a follow-up of...
2018-07-27 Mike Edwards[WWW] Fixing file permissions for the .html pages.
2018-07-27 Craig Topper[X86] Add matching for another pattern of PMADDWD.
2018-07-27 Eric FiselierAdd libc++fs to the test deps, and not to the target...
2018-07-27 Eric FiselierAttempt to unbreak *all the bots*
2018-07-27 Eric FiselierCorrectly mark the Filesystem status as complete.
2018-07-27 Eric FiselierImplement <filesystem>
2018-07-27 Chen Zheng[InstCombine] canonicalize abs pattern
2018-07-27 Emmett Neymanadded shared library to fix buildbot
2018-07-27 Craig Topper[X86] When removing sign extends from gather/scatter...
2018-07-26 Erik Pilkington[Sema] Fix a crash by completing a type before using it
2018-07-26 Peter CollingbourneELF: Make --print-icf-sections output deterministic.
2018-07-26 Mike Edwards[WWW] Removing my test file as the auto-deployment...
2018-07-26 Mike Edwards[WWW] Adding a test page to work out an auto-deployment...
2018-07-26 Craig Topper[SelectionDAGBuilder] Add masked loads to PendingLoads...
2018-07-26 Reid KlecknerRevert r338057 "[VirtualFileSystem] InMemoryFileSystem...
2018-07-26 Reid Kleckner[MS] Add L__FUNCSIG__ for compatibility
2018-07-26 Reid Kleckner[InstrProf] Use comdats on COFF for available_externall...
2018-07-26 Wolfgang Pieb[DWARF v5] Reposting r337981, which was reverted in...
2018-07-26 Craig Topper[SelectionDAG] Add MLOAD/MSTORE/MGATHER/MSCATTER to...
2018-07-26 Craig Topper[DAGCombiner] Remove some calls to AddToWorklist that...
2018-07-26 Zachary TurnerFix -Wsign-compare warning.
2018-07-26 Emmett NeymanUpdated llvm-proto-fuzzer to execute the compiled code
2018-07-26 Sanjin Sijaric[ARM64] [Windows] Follow MS X86_64 C++ ABI when passing...
2018-07-26 Zachary Turner[MS Demangler] Properly handle function parameter back...
2018-07-26 Alex LangfordAdd back lldb-framework-headers target
2018-07-26 Keno Fischer[SCEV] Don't expand Wrap predicate using inttoptr in...
2018-07-26 Keno Fischer[SCEV] Add an expandAddToGEP overload for a single...
2018-07-26 Duncan P. N... ADT: Document advantages of SmallVector<T,0> over std...
2018-07-26 Tim Renouf[RegisterCoalescer] Fixed inconsistent followCopyChain...
2018-07-26 Vedant Kumar[DebugInfo] LowerDbgDeclare: Add derefs when handling...
2018-07-26 Zachary Turner[MS Demangler] Print calling convention inside parentheses.
2018-07-26 Zachary Turner[MS Demangler] Add ms-arg-qualifiers.test
2018-07-26 Zachary TurnerAdd missing tests from ms-mangle.cpp.
2018-07-26 Zachary Turner[MS Demangler] Demangle pointers to member functions.
2018-07-26 Martin Storsjo[COFF] Handle comdat sections without leader symbols
2018-07-26 Martin Storsjo[MC] Add support for the .rva assembler directive for...
2018-07-26 Stephen HinesHandle the lack of a symbol table correctly.
2018-07-26 Zachary Turner[MS Demangler] Demangle data member pointers.
2018-07-26 Scott Linder[AMDGPU] Fix VGPR spills where offset doesn't fit in...
2018-07-26 Sanjay Patel[InstCombine] fold udiv with common factor from muls...
2018-07-26 Alex LangfordMake framework-header-fix process copied headers
2018-07-26 Simon Marchi[VirtualFileSystem] InMemoryFileSystem::status: Return...
2018-07-26 Richard SmithRefactor checking of switch conditions and case values.
2018-07-26 Alexey Bataev[OPENMP, DOCS] Fixed typo, NFC.
2018-07-26 Kirill BobyrevRevert Clangd Dex Iterators patch
2018-07-26 Jonas Hahnfeld[test] Use printf instead of C++ iostream, NFC.
2018-07-26 Jonas HahnfeldPR30734: Remove __kmp_ft_page_allocate()
2018-07-26 Jonas Hahnfeld[test] Remove XFAIL of omp_for_bigbounds.c for Intel...
2018-07-26 Mandeep Singh... [COFF, ARM64] Decide when to mark struct returns as...
2018-07-26 Alexey Bataev[OPENMP] What's new for OpenMP in clang.
2018-07-26 Akira Hatanaka[Sema][ObjC] Do not propagate the nullability specifier...
2018-07-26 Ana Pazos[RISCV] Add support for _interrupt attribute
2018-07-26 Matthias BraunMacroFusion: Fix macro fusion with ExitSU failing in...
2018-07-26 Ana Pazos [RISCV] Add support for interrupt attribute
2018-07-26 Roman Lebedev[DAGCombine] optimizeSetCCOfSignedTruncationCheck(...
2018-07-26 Raphael IsemannFix duplicate suggestions after an ambiguous command
2018-07-26 Rui Ueyama[COFF] clean up global resources after completion
2018-07-26 Akira Hatanaka[CodeGen][ObjC] Make block copy/dispose helper function...
2018-07-26 Raphael IsemannDon't print two errors for unknown commands.
2018-07-26 Alexey Bataev[DEBUGINFO, NVPTX] Emit correct debug information for...
2018-07-26 Sanjay Patel[InstCombine] add tests for udiv with common factor...
2018-07-26 Ilya Biryukov[clangd] Use 'const Twine&' instead of 'Twine'. NFC
2018-07-26 Alexey Bataev[DEBUGINFO, NVPTX] Set `DW_AT_frame_base` to `DW_OP_cal...
2018-07-26 James HendersonRevert r338027 to pacify build bot
2018-07-26 Michael Kruse[ADT] Replace std::isprint by llvm::isPrint.
2018-07-26 David Green[UnJ] Common some code. NFC
2018-07-26 Alexey Bataev[OPENMP] Force OpenMP 4.5 when compiling for offloading.
next