platform/upstream/llvm.git
2019-02-27 Louis Dionne[NFC][libc++] Update comment about oldest supported...
2019-02-27 Adrian PrantlRemove unnecessary demangling operation (NFC)
2019-02-27 Evgeniy Stepanov[sanitizer] Fix compilation errors in r355030.
2019-02-27 Alina Sbirlea[MemorySSA] Make insertDef insert corresponding phi...
2019-02-27 Julian Lettner[NFC][Sanitizer] Pull up GetStackTrace into sanitizer_c...
2019-02-27 Joerg SonnenbergerDefault to Secure PLT on PPC for NetBSD and OpenBSD.
2019-02-27 Zachary TurnerRemove dependency from Host -> Core.
2019-02-27 Jan Korous[clang][index-while-building][NFC] FileIndexRecord...
2019-02-27 Jan Korous[clang][index-while-building] FileIndexRecord
2019-02-27 James Y KnightFixup compilation/test failures after r354960 and r355013.
2019-02-27 Joerg SonnenbergerUse Secure PLT as default on NetBSD/PowerPC.
2019-02-27 Zachary TurnerMove Host/Symbols.cpp to Symbols/LocateSymbolFile.cpp
2019-02-27 Matt Davis[llvm-cxxfilt] Re-enable split and demangle stdin input...
2019-02-27 Evgeniy Stepanov[hwasan, asan] Intercept vfork.
2019-02-27 Alexandre Ganea[LLD][COFF] Support /threads[:no] like the ELF driver
2019-02-27 Evgeniy Stepanov[hwasan] Fix tests after .cc->.cpp renaming.
2019-02-27 Alexey Bataev[OPENMP]Delay emission of the error for unsupported...
2019-02-27 Jim InghamPass arguments correctly to the objc object checker...
2019-02-27 Philip ReamesSeperate volatility and atomicity/ordering in SelectionDAG
2019-02-27 Hyrum Wright[clang-tidy] Add the abseil-time-subtraction check
2019-02-27 Rong XuFixed ubsan failures in r355005.
2019-02-27 Julian Lettner[NFC][Sanitizer] Hard-code fast/slow unwinder at call...
2019-02-27 Matt DavisRevert "[llvm-cxxfilt] Split and demangle stdin input...
2019-02-27 Sanjay Patel[InstCombine] add tests for add+ext+add; NFC
2019-02-27 Jonathan Metzman[libFuzzer][Windows] Port fork mode to Windows
2019-02-27 Julian Lettner[Darwin][NFC] Refactor throttling of 64bit sanitizer...
2019-02-27 Akira HatanakaAdd triples to the test I committed in r355012 to fix...
2019-02-27 Simon Pilgrim[X86][AVX] Pull out some INSERT_SUBVECTOR combines...
2019-02-27 Matt Davis[llvm-readobj] Print section type values for unknown...
2019-02-27 Alexey Lapshin Attempt to fix buildbot after r354972 [#1]. NFCI.
2019-02-27 Akira HatanakaAvoid needlessly copying a block to the heap when a...
2019-02-27 Matt Davis[llvm-cxxfilt] Re-enable the delimiters test on Windows.
2019-02-27 Louis Dionne[libc++] Add is_nothrow_convertible from P0758R1
2019-02-27 Jonas Devlieghere[Reproducer] Make 'reproducer generate' a NOOP during...
2019-02-27 David GoldmanSupport framework import/include auto-completion
2019-02-27 Matt DavisClean up the delimiters test.
2019-02-27 Louis Dionne[libc++] Remove visibility-related warnings with Clang 8
2019-02-27 Rong XuRecommit r354930 "[PGO] Context sensitive PGO (part 1)"
2019-02-27 James Henderson[llvm-readobj]Add additional testing for various ELF...
2019-02-27 Jonas Devlieghere[Reproducers] Add more logging to reproducer instrument...
2019-02-27 Xing GUO[llvm-objdump] Should print strings when dumping DT_RPA...
2019-02-27 Balazs Keri[ASTImporter] Improve import of FileID.
2019-02-27 Kostya Kortchinsky[scudo][standalone] Add a standalone vector class
2019-02-27 Matt Davis[llvm-cxxfilt] Split and demangle stdin input on certai...
2019-02-27 Nikita Popov[InstCombine] Add additional add.sat overflow tests...
2019-02-27 Marshall ClowI changed a 'enable_if<...>::type to' 'enable_if_t...
2019-02-27 Dmitri GribenkoAdded documentation for clangd v9+ features
2019-02-27 Sanjay Patel[InstCombine] regenerate complete checks; NFC
2019-02-27 Dmitri GribenkoAdded more detailed documentation for clangd
2019-02-27 Nico Webergn build: Merge r354989
2019-02-27 Yaxun Liu[NFC] minor revision of r354929 [CUDA][HIP] Check calli...
2019-02-27 Nico Weberhwasan: Rename source files from cc to cpp
2019-02-27 Marshall ClowImplment the last part of P1024: tuple-like interface...
2019-02-27 Nico Webergn build: Merge r354692
2019-02-27 Eugene Leviant[DebugInfo] Apply subprogram attributes on behalf of...
2019-02-27 Pavel LabathRemove XFAIL-Linux from two asan tests
2019-02-27 Pavel LabathInsert blocks of python code with swig instead of modif...
2019-02-27 Dmitry Preobrazhensky[AMDGPU][MC] Added register size check for VOP3/SDWA...
2019-02-27 Alexey Lapshin[DebugInfo] add SectionedAddress to DebugInfo interfaces.
2019-02-27 Dmitry Preobrazhensky[AMDGPU][MC][GFX8+] Added syntactic sugar for 'vgpr...
2019-02-27 Hans WennborgAttrDocs.td: fix broken bullet-point indentation
2019-02-27 Eric Liu[clangd] Improve global code completion when scope...
2019-02-27 George Rimar[llvm-objcopy] - Check for invalidated relocations...
2019-02-27 Simon Pilgrim[X86][AVX] Only combine loads to broadcasts for legal...
2019-02-27 James Henderson[llvm-readobj]Fix error messages for bad archive member...
2019-02-27 George Rimar[LLD][ELF] - Improve "sh_addralign is not a power of...
2019-02-27 Simon PilgrimFix Wenum-compare gcc7 warning. NFCI.
2019-02-27 Ilya Biryukov[clangd] Set thread priority on Windows
2019-02-27 Fangrui Song[llvm-readobj] Print DF_1_DISPRELPND
2019-02-27 Yonghong Song[BPF] Don't fail for static variables
2019-02-27 Vlad TsyrklevichRevert "[PGO] Context sensitive PGO (part 1)"
2019-02-27 Marshall ClowIn the review of D58642, Louis asked: 'Is there a reaso...
2019-02-27 Saleem AbdulrasoolSupport: enable backtraces on Windows
2019-02-27 Marshall ClowImplement the second part of P1227R2 - Signed ssize...
2019-02-27 Jan Korous[clangd] Library dependencies in XPC
2019-02-27 Yaxun Liu[HIP] change kernel stub name
2019-02-27 Julian Lettner[NFC][Sanitizer] Add TODO comments
2019-02-27 Volodymyr Sapsai[index] Fixup for r354942. Specify target in test to...
2019-02-27 Heejin Ahn[WebAssembly] Fix ScopeTops info in CFGStackify for...
2019-02-27 Marshall ClowFix an ambiguity in the tests that gcc-tot complained...
2019-02-27 Louis Dionne[libc++] Add a test for PR14074
2019-02-27 Volodymyr Sapsai[index] Improve indexing support for MSPropertyDecl.
2019-02-27 Jonas Devlieghere[DWARFFormValue] Cleanup DWARFFormValue interface....
2019-02-27 Louis Dionne[libc++] Mark several tests as XFAIL on macosx10.7
2019-02-27 Heejin Ahn[WebAssembly] Remove unnecessary instructions after...
2019-02-27 Alex Langford[Utility] Fix ArchSpec.MergeFrom to correctly merge...
2019-02-27 Joerg SonnenbergerFix inline assembler constraint validation
2019-02-27 Marshall ClowFirst part of P1227R2 - change span over to use 'size_t...
2019-02-27 Jonas Paulsson[SystemZ] Pass regalloc hints to help Load-and-Test...
2019-02-27 Saleem Abdulrasoolvim: `swiftself` is an attribute
2019-02-26 Alex Langford[Utility] Remove Triple{Environment,OS,Vendor}IsUnspeci...
2019-02-26 Louis Dionne[libc++] Add <filesystem> to the min-mac macro header...
2019-02-26 Vedant Kumar[HotColdSplit] Disable splitting for sanitized functions
2019-02-26 Rong Xu[PGO] Context sensitive PGO (part 1)
2019-02-26 Yaxun Liu[CUDA][HIP] Check calling convention based on function...
2019-02-26 Alexey Bataev[OPENMP][CUDA]Do not emit warnings for variables in...
2019-02-26 Craig Topper[X86] Add 'znver2' and 'cascadelake' support to __cpu_i...
2019-02-26 Stanislav Mekhanoshin[AMDGPU] Fixed hang during DAG combine
2019-02-26 Alexey Bataev[OPENMP]Delay emission for unsupported va_arg expression.
2019-02-26 Reid Kleckner[MS] Don't emit coverage for deleting dtors
next