platform/upstream/llvm.git
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
2019-02-26 Eric ChristopherFix a small comment typo.
2019-02-26 Michal Gorny[lldb] [unittests] Use non-empty format string for...
2019-02-26 Reid Kleckner[X86] Fix bug in vectorcall calling convention
2019-02-26 Michal Gorny[lldb] [lit] Set LD_LIBRARY_PATH or alike for Suite...
2019-02-26 Alina Sbirlea[MemorySSA & SimpleLoopUnswitch] Update MemorySSA in...
2019-02-26 Vitaly Buka[libFuzzer] fix missing close on opened file
2019-02-26 Bill WendlingOutput ELF files after ThinLTO is run.
2019-02-26 Tom Roeder[ASTImporter] Add support for importing ChooseExpr...
2019-02-26 Craig Topper[X86] Add 'znver2' and 'cascadelake' to the __builtin_c...
2019-02-26 Jim InghamMention predicting exception catch at throw site
2019-02-26 Craig Topper[X86] Use X86_CPU_SUBTYPE_COMPAT for 'cascadelake'...
2019-02-26 Julian Lettner[lit] Allow setting parallelism groups to None
2019-02-26 Kristina BrooksUpdate docs of memcpy/move/set wrt. align and len
2019-02-26 Andrew Ng[TableGen] Make OpcodeMappings sort comparator determin...
2019-02-26 Michael Liao[AMDGPU] Allow using integral non-type template parameters
2019-02-26 Mitch PhillipsFixed a minor merge error with this patch.
2019-02-26 Mitch Phillips[compiler-rt] Provide better llvm-lit failure when...
2019-02-26 Vlad TsyrklevichRevert "[compiler-rt] Intercept the bcmp() function."
2019-02-26 Sanjay Patel[InstSimplify] remove zero-shift-guard fold for general...
2019-02-26 Marshall ClowRemove P1272R1, it was not moved in Kona
2019-02-26 Jonas Toth[clang-tidy] undo bitfields in ExceptionAnalyzer
2019-02-26 Jonathan Metzman[libFuzzer] Remove extra semicolons
2019-02-26 Marshall ClowPut a 'first implemented' version into the entry for...
2019-02-26 Petar Avramovic[MIPS GlobalISel] Select G_UADDO
2019-02-26 Ganesh Gopalasubramanian[X86] AMD znver2 enablement
2019-02-26 Marshall ClowMark several issues (and one paper) as complete. Review...
2019-02-26 Ganesh Gopalasubramanian[X86] AMD znver2 enablement
2019-02-26 Jonas Paulsson[SystemZ] Wait with selection of legal vector/FP const...
2019-02-26 Kostya Kortchinsky[scudo][standalone] Introduce platform specific code...
2019-02-26 Sanjay Patel[InstSimplify] add tests for rotate; NFC
2019-02-26 Yaxun Liu[OpenCL] Fix assertion due to blocks
2019-02-26 Marshall ClowImplement P1357: Traits for [Un]bounded Arrays; adopted...
2019-02-26 Tatyana KrasnukhaFix short options syntax in Minidump test
2019-02-26 Sanjay Patel[InstCombine] remove duplicate (but not updated) tests...
2019-02-26 Clement Courbet[compiler-rt] Disable failing test on darwin during...
next