platform/upstream/llvm.git
2019-07-04 Louis Dionne[pstl] Use utilities from <functional> instead of reinv...
2019-07-04 Raphael IsemannAdd assert for 'bad' code path in GetUniqueNamespaceDec...
2019-07-04 Louis Dionne[NFC][pstl] Do not name each header file in the leading...
2019-07-04 Saleem AbdulrasoolPlugins: permit building on Windows ARM64
2019-07-04 Saleem Abdulrasooldocs: add documentation for `LIBCXX_INCLUDE_TESTS`
2019-07-04 Vassil Vassilev[modules] Add PP callbacks for entering and leaving...
2019-07-04 Louis Dionne[NFC][pstl] Run clang-format
2019-07-04 Sam McCall[clangd] Mark a couple of unimportant flags as hidden...
2019-07-04 Louis Dionne[pstl] Make sure we include the pstl_config header...
2019-07-04 Craig Topper[DAGCombiner] Don't combine (addcarry (uaddo X, Y)...
2019-07-04 Tim Renouf[AMDGPU] Custom lower INSERT_SUBVECTOR v3, v4, v5, v8
2019-07-04 Sanjay Patel[InstCombine] allow undef elements when forming splat...
2019-07-04 Jay FoadFix typos in comments and debug output.
2019-07-04 Simon Pilgrim[X86][SSE] Add partial dereferenceable vector load...
2019-07-04 Andus Yullvm-c-test avoid calling malloc(0)
2019-07-04 George Rimar[LLD][ELF] - Linkerscript: add a support for expression...
2019-07-04 Serge GueltonDocument legacy pass manager extension points
2019-07-04 David Bolvansky[NFC] Added tests for D64099
2019-07-04 Kadir Cetinkaya[clangd] Fix breakage on gcc 5.4
2019-07-04 Fangrui Song[ELF] Allow placing non-string SHF_MERGE sections with...
2019-07-04 Simon Pilgrim[X86][SSE] Add some partial dereferenceable vector...
2019-07-04 Michael Liao[AMDGPU] Correct the setting of `FlatScratchInit`.
2019-07-04 Simon Pilgrim[X86] Regenerate load fold peephole test.
2019-07-04 Haojian Wu[clangd] Some tweaks on semantic highlighting lookuptable.
2019-07-04 Kadir Cetinkaya[clangd] Fix a lifetime bug in QueryDriver
2019-07-04 Gabor Marton[CTU] Add support for virtual functions
2019-07-04 Kadir Cetinkaya[clangd] Query driver reads stderr and passes driver...
2019-07-04 Fangrui Song[ELF] Fix weak-undef-shared.s after r365129
2019-07-04 Haojian Wu[clangd] Add a hidden tweak to annotate all highlightin...
2019-07-04 Fangrui Song[ELF] resolveUndefined: ignore undefined symbols in...
2019-07-04 Simon PilgrimFix -Wdocumentation param warning.
2019-07-04 Simon PilgrimFix -Wdocumentation warning.
2019-07-04 Simon PilgrimFix -Wdocumentation warning.
2019-07-04 Simon Pilgrim[X86][AVX1] Combine concat_vectors(pshufd(x,c),pshufd...
2019-07-04 Kadir Cetinkaya[clangd] Turn background-index on by default
2019-07-04 Kadir Cetinkaya[clangd] Make HadErrors part of background index's...
2019-07-04 Kadir Cetinkaya[clangd] Add HadErrors field into shards
2019-07-04 Kadir Cetinkaya[clangd] Store hash of command line in index shards.
2019-07-04 Kadir Cetinkaya[clangd] Also cache failures while indexing
2019-07-04 Simon PilgrimFix MSVC "not all control paths return a value" warning...
2019-07-04 Mikael Holmen[Remarks] Silence gcc warning by catching unhandled...
2019-07-04 David Green[ARM] Favour PL/MI over GE/LT when possible
2019-07-04 David Green[ARM] Added testing for D64160. NFC
2019-07-04 James Henderson[docs][llvm-dwarfdump] Remove unnecessary reference...
2019-07-04 Simon Tatham[TableGen] Allow DAG isel patterns to override default...
2019-07-04 David Green[ARM] MVE bitwise instruction patterns
2019-07-04 Johan Vikstrom[clangd] Add missing changes for 365111
2019-07-04 Johan Vikstrom[clangd] Emit publishSemanticHighlighting in LSP if...
2019-07-04 QingShan Zhang[NFC][PowerPC] Make the PowerPC scheduling strategy...
2019-07-04 Craig Topper[X86] Use pointer sized indices instead of i32 for...
2019-07-04 Dylan McKay[AVR] Fix tests after r363757
2019-07-04 Serguei Katkov[LoopPeel] Some small comment update. NFC.
2019-07-04 Fangrui Song[PowerPC] Support constraint code "ww"
2019-07-04 Alex Brachet[docs] [NFC] Removed excess spacing
2019-07-04 Chen Zheng[PowerPC] Hardware Loop branch instruction's condition...
2019-07-04 Csaba Dabis[analyzer] ReturnValueChecker: Model the guaranteed...
2019-07-04 Francis Visoiu... [Remarks] Require an explicit format to the parser
2019-07-04 Francis Visoiu... [Remarks][NFC] Move the string table parsing out of...
2019-07-04 Derek Schuff[WebAssembly] Update test failure explanations
2019-07-04 Shoaib Meenai[MachO] Add valid architecture function
2019-07-04 Lang Hames[JITLink][ORC] Add EHFrameRegistrar interface, use...
2019-07-04 Reid KlecknerRevert [ThinLTO] Optimize writeonly globals out
2019-07-03 Derek Schuff[WebAssembly] Enable IndirectBrExpandPass
2019-07-03 Matt ArsenaultAMDGPU: Add pass to lower SGPR spills
2019-07-03 Eli Friedman[JumpThreading] Fix threading with unusual PHI nodes.
2019-07-03 Matt ArsenaultGlobalISel: Fix widenScalar for pointer typed G_MERGE_V...
2019-07-03 Tom Stellardcmake: Add CLANG_LINK_CLANG_DYLIB option
2019-07-03 Francis Visoiu... [Bitcode] Move Bitstream to a separate library
2019-07-03 Raphael IsemannRefactor ObjectFile::GetSDKVersion
2019-07-03 Guanzhong Chen[WebAssembly][NFC] simplify SjLj inline assembly test
2019-07-03 Thomas Lively[WebAssembly] Add option to emit passive segments
2019-07-03 Matt ArsenaultRevert "[AMDGPU] Kernel arg metadata: added support...
2019-07-03 Jonas Devlieghere[Docs] Remove stale builder
2019-07-03 Artem Dergachev[analyzer] exploded-graph-rewriter: Implement a black...
2019-07-03 JF BastienRevert "[llvm-ar][test] Add to MRI test coverage"
2019-07-03 Jonas Devlieghere[Docs] Update documentation build instructions.
2019-07-03 Jonas DevlieghereRemove code-signing.txt now that it's part of the docs
2019-07-03 Jonas Devlieghere[Docs] Unify build instructions
2019-07-03 Marshall ClowAdd tests for regex_match ambiguity (aka LWG2273)....
2019-07-03 Evgeniy StepanovTeach ValueTracking that aarch64.irg result aliases...
2019-07-03 Dmitri GribenkoFixed a link in ReleaseNotes.rst (follow-up to r365007)
2019-07-03 Florian Hahn[LoopBase] Strengthen isLoopExiting by requiring that...
2019-07-03 Reid KlecknerTry to XFAIL mri-utf8.test on Mac
2019-07-03 Philip Reames[LFTR] Use SCEVExpander for the pointer limit case...
2019-07-03 Eric FiselierFix tuple's conditionally explicit constructors for...
2019-07-03 Konstantin... [AMDGPU] Kernel arg metadata: added support for "__hip_...
2019-07-03 Philip Reames[LFTR] Remove a stray variable shadow *of the same...
2019-07-03 Philip Reames[LFTR] Style and comment changes to clarify the narrow...
2019-07-03 Philip Reames[LFTR] Sink the decision not use truncate scheme for...
2019-07-03 Jessica PaquetteFix precedence in assert from r364961
2019-07-03 Louis Dionne[libc++] Update availability markup for Filesystem...
2019-07-03 Philip Reames[LFTR] Remove falsely generalized (dead) code [NFC]
2019-07-03 Philip Reames[LFTR] Hoist extend expressions outside of loops w...
2019-07-03 Alex Lorenz[clang-scan-deps] use `-Wno-error` when scanning for...
2019-07-03 Alex Lorenz[macCatalyst] Print out macCatalyst in llvm-objdump...
2019-07-03 Jessica Paquette[GlobalISel][AArch64] Use getConstantVRegValWithLookThr...
2019-07-03 Robert Lougher[X86] Update test; NFC
2019-07-03 Robert Lougher[X86] Avoid SFB - Skip meta instructions
2019-07-03 Joel E. Denny[Bitcode] Update CHECK-DAG usage in tests
2019-07-03 Antonio AfonsoAdd plugin.process.gdb-remote.use-libraries-svr4 option
next