platform/upstream/llvm.git
2019-08-28 Artur PilipenkoFix for "DICompileUnit not listed in llvm.dbg.cu" verif...
2019-08-28 Jonas Devlieghere[dotest] Remove --rerun-max-file-threshold
2019-08-28 Artem Dergachev[analyzer] Fix more analyzer warnings on analyzer and...
2019-08-28 Sam McCallRevert "[clangd] Migrate last tweak tests to TweakTesti...
2019-08-28 Erich KeaneFix always_inline 'target' compatibility check code...
2019-08-28 Jason Liu[llvm-readobj][XCOFF][NFC] Add return statement to...
2019-08-28 Jonas Devlieghere[dotest] Centralize and simplify session dir logic...
2019-08-28 Julian Lettner[ASan] Make insertion of version mismatch guard configu...
2019-08-28 James Y KnightIgnore object files that lack coverage information.
2019-08-28 Philip ReamesUse the handle --check-prefixes mechanism to de-verbosi...
2019-08-28 Alex Langford[Core] Use GetAPInt instead of constructing APInts...
2019-08-28 Jessica Paquette[GlobalISel] Import patterns containing SUBREG_TO_REG
2019-08-28 Nico Webergn build: Merge r370249
2019-08-28 Scott Linder[AMDGPU] Fix bug when calculating user_spgr_count for...
2019-08-28 Shaurya Gupta[Clangd] Initial version of ExtractFunction
2019-08-28 Sanjay Patel[InstCombine] clean up wrap propagation for reassociate...
2019-08-28 Artem Dergachev[CFG] Make representation of destructor calls more...
2019-08-28 Artem Dergachev[analyzer] Fix analyzer warnings on analyzer.
2019-08-28 Artem Dergachev[analyzer] pr43036: Fix support for operator 'sizeof...
2019-08-28 Artem Dergachev[analyzer] Trust global initializers when analyzing...
2019-08-28 Alexander RichardsonFurther relax checks in asan-symbolize-bad-path.cpp
2019-08-28 Louis Dionne[libc++] Fix visibility of __vector_base_common on GCC
2019-08-28 Jonas Devlieghere[test] Temporarily disable two tests on Windows
2019-08-28 Pirama Arumuga... [ValueMapper] NFC: Remove dead code to pause metadata...
2019-08-28 Jonas Devlieghere[dotest] Remove outdates TODO
2019-08-28 Jonas Devlieghere[dotest] Don't try to guess the lldb binary & python...
2019-08-28 Craig Topper[X86][ReleaseNotes] Add a note about the switch to...
2019-08-28 Jonas Devlieghere[dotest] Don't try to guess the llvm binary dir.
2019-08-28 Jonas Devlieghere[dotest] Don't spend time replacing spaces in print...
2019-08-28 Johannes Doerfert[Attributor] Regularly clear dependences to remove...
2019-08-28 Sam McCall[clangd] Migrate last tweak tests to TweakTesting.h...
2019-08-28 Kevin P. Neal[FPEnv] Add fptosi and fptoui constrained intrinsics.
2019-08-28 Jonas Devlieghere[TestCppOperators] Enable TestCppOperators on Windows.
2019-08-28 Jonas Devlieghere[dotest] Remove -q (quiet) flag.
2019-08-28 Jessica Paquette[AArch64][GlobalISel] Fall back when translating mustta...
2019-08-28 Simon PilgrimReduce scope of variable only used in a local pattern...
2019-08-28 David Bolvansky[NFC] Added more tests for D66651
2019-08-28 Craig Topper[InstCombine] Disable recursion in foldGEPICmp for...
2019-08-28 Simon PilgrimFix uninitialized variable warning in cppcheck. NFCI.
2019-08-28 Alexandre GaneaTry fixing CRLF issues in Git with [clang-scan-deps...
2019-08-28 Haojian Wu[clangd][vscode] Don't leak the resources
2019-08-28 David Bolvansky[NFC] Added a comment to avoid possible confusion
2019-08-28 Jon ChesterfieldUse target_impl functions to replace more inline asm
2019-08-28 Ryan Taylor[AMDGPU] Adjust number of SGPRs available in Calling...
2019-08-28 Alexey Bataev[OPENMP][Analysis] Add analysis of the map clauses.
2019-08-28 Simon PilgrimRemove duplicate 'BitWidth' variable. NFCI.
2019-08-28 Nico Weberlld: Make a test not fail if "repro" is part of the...
2019-08-28 Jon Chesterfield[libomptarget] Refactor syncthreads macro to inline...
2019-08-28 David Carlier[XRay] Fixing one test case for FreeBSD
2019-08-28 Johannes Doerfert[Attributor] Restrict liveness and return information...
2019-08-28 Simon PilgrimInstCombiner::visitSelectInst - rename Pred to MinMaxPr...
2019-08-28 Vlad TsyrklevichReland "[yaml2obj] - Don't allow setting StOther and...
2019-08-28 Hans Wennborg[SelectionDAG] Don't generate libcalls for wide shifts...
2019-08-28 Amaury Sechet[X86] Add test for rotate combining when add X, X is...
2019-08-28 Johan Vikstrom[clangd] Cleans up the semantic highlighting resources...
2019-08-28 Raphael Isemann[lldb][NFC] Refactor and document ClangASTContext:...
2019-08-28 Haojian Wu[clang-tidy] Fix the potential infinite loop in recordI...
2019-08-28 Raphael Isemann[lldb][NFC] Test named operators like new and function...
2019-08-28 Vlad TsyrklevichRevert "[yaml2obj] - Don't allow setting StOther and...
2019-08-28 Simon Pilgrim[DAGCombine] Fix cppcheck shadow variable warning....
2019-08-28 Simon Atanasyan[mips] Use less registers to load address of TargetExte...
2019-08-28 Raphael Isemann[lldb][NFC] Actually run all expects in lang/cpp/operators
2019-08-28 Raphael Isemann[lldb][NFC] Extend operator test case with conversion...
2019-08-28 Sam McCall[clang-tidy] readability-identifier-naming shouldn...
2019-08-28 Fangrui Song[ELF][RISCV] Allow PT_LOAD to have overlapping p_offset...
2019-08-28 Sam McCall[clangd] Fix SelectionTree to allow selection range...
2019-08-28 Amaury Sechet[TargetLowering] Add buildLegalVectorShuffle facility...
2019-08-28 Simon Pilgrim[DAGCombine] Remove LoadedSlice::Cost default 'ForCodeS...
2019-08-28 Nico Webergn build: Merge r370187
2019-08-28 David Green[ARM] Move MVEVPTBlockPass to a separate file. NFC
2019-08-28 Raphael Isemann[lldb][NFC] Test custom C++ operators
2019-08-28 Raphael Isemann[lldb] Fix and test completion for ambiguous long options
2019-08-28 David Green[MVE] VMOVX patterns
2019-08-28 Rui Ueyama[mach-o] Extend LC_DATA_IN_CODE support to x86_64
2019-08-28 Fangrui Song[ELF][AMDGPU][SPARC] Allow PT_LOAD to have overlapping...
2019-08-28 Raphael Isemann[lldb][NFC] Get rid of C-strings in HandleOptionCompletion
2019-08-28 Ilya Biryukov[clangd] Surface errors from command-line parsing
2019-08-28 Hans Wennborg[LLVM-C] Fix ByVal Attribute crashing
2019-08-28 Hans WennborgDelete minimize_source_to_dependency_directives_invalid...
2019-08-28 Raphael Isemann[lldb][NFC] Update documentation of Handle[Argument...
2019-08-28 Ayal Zaks[LV] Fold tail by masking - handle reductions
2019-08-28 Fangrui Song[ELF][RISCV] Assign st_shndx of __global_pointer$ to...
2019-08-28 Sam Parker[ARM][ParallelDSP] Change search for muls
2019-08-28 David Bolvansky[NFC] Unbreak tests
2019-08-28 David Bolvansky[NFC] Updated test
2019-08-28 David BolvanskyAnnotate return values of allocation functions with...
2019-08-28 Yi Kong[llvm-objdump] Add the missing ARMv8 subarch detection
2019-08-28 Fangrui Song[LoopFusion] Fix another -Wunused-function in -DLLVM_EN...
2019-08-28 Fangrui Song[clang-doc] Use llvm::createStringError and canonicaliz...
2019-08-28 Vitaly Buka[compiler-rt] Don't use libcxx if it's not enabled...
2019-08-28 Jason MolendaUpdate name of objc runtime SPI function we call for...
2019-08-28 Douglas YungFixup build of clang-interpreter example after change...
2019-08-28 Matt ArsenaultAMDGPU/GlobalISel: Fix constraining scalar and/or/xor
2019-08-28 Jon Chesterfield[libomptarget] Refactor syncwarp macro to inline function
2019-08-28 Jon ChesterfieldFix build break due to close brace lost in merge
2019-08-28 Richard TrieuRevert r370105 - Update two x86 datalayouts for r370083...
2019-08-28 Jon Chesterfield[libomptarget] Refactor shfl_down_sync macro to inline...
2019-08-28 Vedant Kumar[test] Speculative fix for r369966 on llvm-clang-x86_64-win
2019-08-28 Jon Chesterfield[libomptarget] Refactor shfl_sync macro to inline function
2019-08-28 Sergey Dmitriev[Clang][Bundler] Do not require host triple for extract...
next