platform/upstream/llvm.git
2019-07-05 James Henderson[docs][llvm-readobj] Add a note to options that do...
2019-07-05 Thomas Preud... [FileCheck] Share variable instance among uses
2019-07-05 Thomas Preud... [FileCheck] Don't diagnose undef vars at parse time
2019-07-05 Louis Dionne[pstl] Add missing includes
2019-07-05 Yaxun Liu[AMDGPU] Added a new metadata for multi grid sync impli...
2019-07-05 Matt ArsenaultScheduleDAG: Fix incorrectly killing registers in bundles
2019-07-05 Eugene Leviant[ThinLTO] Attempt to recommit r365188 after alignment fix
2019-07-05 David Green[ARM] MVE patterns for VMVN, VORR and VBIC
2019-07-05 Nico Webergn build: Merge r365203
2019-07-05 Nico WeberAdd a comment explaining why a function exists
2019-07-05 Jay Foad[AMDGPU] DPP combiner: recognize identities for more...
2019-07-05 Hamza SoodNFC: Add an explicit return for safety and consistency
2019-07-05 Kristof UmannRemoved the test case added in D63538 due to windows...
2019-07-05 Kristof Umann[analyzer] Add a debug analyzer config to place an...
2019-07-05 Kristof Umann[analyzer] Track terminator conditions on which a track...
2019-07-05 Eugene LeviantReverted r365188 due to alignment problems on i686...
2019-07-05 Johan Vikstrom[clangd] Added highlighting for variable references...
2019-07-05 Haojian Wu[clangd] Deduplicate clang-tidy diagnostic messages.
2019-07-05 Graham HunterScalable Vector IR Type with further LTO fixes
2019-07-05 Robert LougherThis reverts r365061 and r365062 (test update)
2019-07-05 Sam Elliott[RISCV] Support @llvm.readcyclecounter() Intrinsic
2019-07-05 Nico Weberlld, llvm-dlltool, llvm-lib: Use getAsString() instead...
2019-07-05 Robert LougherRevert r365198 as this accidentally commited something...
2019-07-05 Robert LougherThis reverts r365061 and r365062 (test update)
2019-07-05 Kristof Umann[analyzer][IDF] Add a control dependency calculator...
2019-07-05 Sam Elliott[RISCV][NFC] Replace hard-coded CSR duplication with...
2019-07-05 Simon PilgrimFix MSVC/cppcheck Use::Next isn't initialized warning...
2019-07-05 Eugene Leviant[llvm-objcopy] Allow strip symtab from executables...
2019-07-05 Thomas Preud... [FileCheck] Fix comment in parseNumericVariableUse
2019-07-05 Thomas Preud... [FileCheck] Factor some parsing checks out
2019-07-05 Thomas Preud... [FileCheck] Add missing final dot in comment
2019-07-05 Endre Fulop[NFC] Test commit access
2019-07-05 Eugene Leviant[ThinLTO] Attempt to recommit r365040 after caching fix
2019-07-05 James Henderson[docs][llvm-objcopy] Improve some wording.
2019-07-05 Nico WeberMake joined instances of JoinedOrSeparate flags point...
2019-07-05 Nico Webergn build: Merge r365179
2019-07-05 George Rimar[LLD][ELF] - Update a test after LLVM change.
2019-07-05 George Rimar[Object/ELF.h] - Improve error reporting.
2019-07-05 Nico Weberlld-link: Make /debugtype: option work better
2019-07-05 Kristof UmannFix a buildbot failure due to the AST's lifetime ending...
2019-07-05 Simon Pilgrim[X86][SSE] LowerINSERT_VECTOR_ELT - early out for out...
2019-07-05 Kristof Umann[analyzer][Dominators][NFC] Add unit tests
2019-07-05 David Green[ARM] MVE VMOV immediate handling
2019-07-05 Kristof Umann[CFG] Add a new function to get the proper condition...
2019-07-05 David Green[ARM] MVE fp to int conversions
2019-07-05 Fangrui Song[RISCV] Delete a ctor that is commented out. NFC
2019-07-05 Mikael HolmenSilence gcc warning "control reaches end of non-void...
2019-07-05 Seiya Nuta[llvm-objcopy][NFC] Refactor output target parsing v2
2019-07-05 Fangrui Song[llvm-objcopy][test] Fix respect-umask.test after D6271...
2019-07-05 Fangrui Song[WebAssembly] Delete static_assert(sizeof(SymbolUnion...
2019-07-05 Alex BrachetFix patch not passing test cases
2019-07-05 Fangrui Song[WebAssembly] Reorder Symbol fields to make it smaller
2019-07-05 Alex BrachetTemporarily stop failing test case
2019-07-05 Peter Collingbournegn build: Merge r365130.
2019-07-05 Peter Collingbournegn build: Merge r365103.
2019-07-05 Peter Collingbournegn build: Merge r365007.
2019-07-05 Peter Collingbournegn build: Merge r365091.
2019-07-04 Craig Topper[X86] Add custom isel to select ADD/SUB/OR/XOR/AND...
2019-07-04 Alex Brachet[llvm-objcopy] Change handling of output file permissions
2019-07-04 Simon Atanasyan[mips] Refactor expandSeq and expandSeqI methods. NFC
2019-07-04 Hubert Tong[NFC] Make some ObjectFormatType switches covering
2019-07-04 Alex Brachet[docs] [tools] Fix see also links
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.
next