platform/upstream/llvm.git
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...
2019-02-26 Sanjay Patel[InstCombine] canonicalize more unsigned saturated...
2019-02-26 Sanjay Patel[InstCombine] add more tests for saturated add; NFC
2019-02-26 Emilio Cobos... [libclang] Avoid crashing when getting layout info...
2019-02-26 Nirav Dave[DAG] Fix constant store folding to handle non-byte...
2019-02-26 Tatyana KrasnukhaFix error handling in Options::Parse
2019-02-26 Simon Atanasyan[mips] Emit `.module softfloat` directive
2019-02-26 Sanjay Patel[InstCombine] add more tests for saturated add; NFC
2019-02-26 Andrew Ng[clang-format] SpaceBeforeParens for lambda expressions
2019-02-26 Kadir Cetinkaya[clangd] Index UsingDecls
2019-02-26 Kadir Cetinkaya[clang][Index] Visit UsingDecls and generate USRs for...
2019-02-26 Andrea Di Biagio[MCA] Always check if scheduler resources are unavailab...
2019-02-26 George Rimar[yaml2obj][obj2yaml] - Add support for the architecture...
2019-02-26 Pierre Gousseaurevert r354873 as this breaks lldb builds.
2019-02-26 Pavel Labath[Sanitizer] Add interceptor for pthread_sigmask
2019-02-26 Pierre Gousseau[Driver] Allow enum SanitizerOrdinal to represent more...
2019-02-26 Simon Pilgrim[AArch64] Add arithmetic zext bswap tests.
2019-02-26 Xing GUO[llvm-objdump] Add `Version Definitions` dumper
2019-02-26 Igor Kudrin[llvm-objdump] Implement -Mreg-names-raw/-std options.
2019-02-26 Simon Pilgrim[AArch64] Add 'free' zext bswap tests.
2019-02-26 Luke Cheeseman[ARM] Add Cortex-M35P
2019-02-26 Simon Pilgrim[LegalizeDAG] Use APInt::getSplat helper to create...
2019-02-26 Simon Pilgrim[LegalizeDAG] Expand SADDO/SSUBO using SADDSAT/SSUBSAT...
2019-02-26 Kadir Cetinkaya[clangd] Update docs to mention YCM integration and...
2019-02-26 Ilya Biryukov[CodeComplete] Propagate preferred type for function...
2019-02-26 Simon Pilgrim[AMDGPU] Regenerate bswap/bitreverse tests.
2019-02-26 Clement Courbet[llvm-exegesis] Teach llvm-exegesis to handle instructi...
2019-02-26 Alexander PotapenkoCodeGen: Explicitly initialize structure padding in...
2019-02-26 Eugene Leviant[llvm-objcopy] Add --set-start, --change-start and...
next