platform/upstream/llvm.git
2019-02-15 Bruno Ricci[Sema][NFC] SequenceChecker: Add tests for references...
2019-02-15 Andrea Di Biagio[MCA][LSUnit] Return the ID of the dependent memory...
2019-02-15 Jorge Gorbe... Disable stop-hook-threads.test on Linux
2019-02-15 Louis Dionne[pstl] Remove some warnings when compiling with a recen...
2019-02-15 JF BastienVariable auto-init of blocks capturing self after init...
2019-02-15 Philip Reames[Tests] Demonstrate more missing atomicrmw transforms
2019-02-15 Stefan GranitzFix potential UB when target_file directory is null
2019-02-15 Sanjay Patel[InstCombine] fix crash while trying to narrow a binop...
2019-02-15 Jonas Hahnfeld[compiler-rt] Let CMake search for thread support
2019-02-15 Serge GueltonRevert r354137 - OptionalStorage implementation for...
2019-02-15 Shoaib Meenai[clang] Add build and install targets for clang libraries
2019-02-15 Shoaib Meenai[clang] Create install targets for non-shared libraries
2019-02-15 Matt ArsenaultGlobalISel: Fix inadequate verification of g_build_vector
2019-02-15 Matt ArsenaultTry to organize MachineVerifier tests
2019-02-15 Serge GueltonOptionalStorage implementation for trivial type, take III
2019-02-15 Yitzhak MandelbaumExteded test of .
2019-02-15 Yitzhak MandelbaumRemove unnecessary expectation.
2019-02-15 Yitzhak MandelbaumAdded test for matcher On.
2019-02-15 Yitzhak MandelbaumAdd tests for assorted `CXXMemberCallExpr` matchers.
2019-02-15 Jonas Hahnfeld[compiler-rt] Cleanup usage of C++ ABI library
2019-02-15 Clement Courbet[MergeICmps] Make base ordering really deterministic.
2019-02-15 Clement Courbet[MergeICmps][NFC] Improve doc.
2019-02-15 Adam Balogh[Analyzer] Fix for test file of bug 40625
2019-02-15 Hans WennborgSpeculatively revert r354051 "Recommit Optional special...
2019-02-15 Pavel LabathRemove alignment from struct XSAVE altogether
2019-02-15 Max Kazantsev[NFCI] Factor out block removal from stack of nested...
2019-02-15 Simon PilgrimFix "field 'DFS' will be initialized after field 'DTU...
2019-02-15 Michal Gorny[lldb] [MainLoop] Add kevent() EINTR handling
2019-02-15 Anastasia Stulova[OpenCL][PR40707] Allow OpenCL C types in C++ mode.
2019-02-15 Gabor Marton[ASTImporter] Import every Decl in lambda record
2019-02-15 Sam Parker[BPI] Look through bitcasts in calcZeroHeuristic
2019-02-15 Max Kazantsev[NFC] Promote DFS to field for further use
2019-02-15 Simon Pilgrim[X86][AVX] lowerShuffleAsLanePermuteAndPermute - fully...
2019-02-15 Sam McCall[clangd] Unlink VFS working dir from OS working dir...
2019-02-15 Diana Picus[ARM GlobalISel] Style fix. NFCI
2019-02-15 Pavel LabathFix the gdb-client test suite for python3
2019-02-15 Diana Picus[ARM GlobalISel] Support branches for Thumb2
2019-02-15 Pavel LabathSort files in source/Host/CMakeLists.txt
2019-02-15 Alex Bradbury[RISCV] Add assembler support for LA pseudo-instruction
2019-02-15 Alex Bradbury[RISCV] Support assembling %got_pcrel_hi operator
2019-02-15 Sam McCallRevert "[Analysis] -Wunreachable-code shouldn't fire...
2019-02-15 Sam Parker[ARM CGP] Fix ConvertTruncs
2019-02-15 Max Kazantsev[NFC] Tweak SplitBlockAndInsertIfThen to use existing...
2019-02-15 Pavel LabathFix lldb-server test suite for python3
2019-02-15 Pavel LabathUse sys.executable in lldb-dotest
2019-02-15 Pavel LabathEmbed swig version into lldb.py in a different way
2019-02-15 Pavel LabathRemove redundant semicolon after namespace-closing '}'
2019-02-15 Sam McCall[Analysis] -Wunreachable-code shouldn't fire on the...
2019-02-15 Max Kazantsev[TEST] Update test comments, refactor checks with updat...
2019-02-15 Aaron SmithFix for build bot problem from last change
2019-02-15 Aaron SmithImplement GetLoadAddress for the Windows process plugin
2019-02-15 Matt ArsenaultX86: Replace isSafeToClobberEFLAGS implementation
2019-02-15 Francis Visoiu... Revert "Fix implementation of [temp.local]p4."
2019-02-15 Francis Visoiu... Revert "[SystemZ] Do not emit VEXTEND or VROUND nodes...
2019-02-15 Julian Lettner[lit][NFC] Cleanup copy&paste naming mistake
2019-02-15 Matt Davis[llvm-cxxfilt] Fix a comment typo. NFC.
2019-02-15 Aditya Nandakumar[GISel][NFC]: Add methods to speed up insertion into...
2019-02-15 Kostya Serebryany[libFuzzer] print new functions as they are discovered...
2019-02-15 Richard SmithFix implementation of [temp.local]p4.
2019-02-15 Richard SmithPR40642: Fix determination of whether the final stateme...
2019-02-15 Ana PazosFixed failure on Darwin due to r354064
2019-02-15 Kostya Serebryany[libFuzzer] fix the unit tests
2019-02-15 Kostya Serebryany[libFuzzer] when doing the merge, keep track of the...
2019-02-14 Konstantin... LLD/AMDGPU: Preserve ABI version during linking ELF...
2019-02-14 Konstantin... AMDGPU: Set ABI version to 1 for code object v3
2019-02-14 Volodymyr Sapsai[Driver][Darwin] Emit an error when using -pg on OS...
2019-02-14 Matt Davis[symbolizer] Avoid collecting symbols belonging to...
2019-02-14 Nick DesaulniersRevert "[INLINER] allow inlining of address taken blocks"
2019-02-14 Nick DesaulniersRevert "Revert "[lld] Fix elf::unlinkAsync detached...
2019-02-14 Nick DesaulniersRevert "[lld] Fix elf::unlinkAsync detached thread"
2019-02-14 Nick Desaulniers[INLINER] allow inlining of address taken blocks
2019-02-14 Vitaly Buka[lld] Fix elf::unlinkAsync detached thread
2019-02-14 Sanjay Patel[x86] add tests for extractelement of FP; NFC
2019-02-14 Kostya Serebryany[libFuzzer] when doing the merge, keep track of the...
2019-02-14 Jan Korous[clang][FileManager] fillRealPathName even if we aren...
2019-02-14 Erik Pilkington[Sema] Fix-up a -Wfloat-conversion diagnostic
2019-02-14 Julian Lettner[lit] Remove --single-process option (use -j1 instead)
2019-02-14 Konstantin... MC/ELF: Allow targets to set ABI version
2019-02-14 Matt ArsenaultGlobalISel: Add alignment to LegalityQuery MMOs
2019-02-14 Matt ArsenaultReplace gcroot verifier tests
2019-02-14 Volodymyr Sapsai[clang-tidy] Mention language version in test explicitly.
2019-02-14 Julian Lettner[lit] Set --single-process for single tests and --threads=1
2019-02-14 Matt ArsenaultAMDGPU/GlobalISel: Fix RegBankSelect for GEP.
2019-02-14 Stanislav Mekhanoshin[AMDGPU] Ressociate 'add (add x, y), z' to use SALU
2019-02-14 Matt ArsenaultAMDGPU/GlobalISel: Handle split for 64-bit VALU select
2019-02-14 Ana PazosSet hidden attribute on lprofMergeValueProfData
2019-02-14 Douglas YungFurther relax restriction in tests to include where...
2019-02-14 Teresa Johnson[ThinLTO] Detect partially split modules during the...
2019-02-14 Kostya Serebryany[libFuzzer] better stats for the fork mode
2019-02-14 Chris Bieneman[CMake] Fix ability to use LLVM_ENABLE_PROJECTS with...
2019-02-14 Philip Reames[InstCombine] Add todos for possible atomicrmw transforms
2019-02-14 Philip ReamesCanonicalize all integer "idempotent" atomicrmw ops
2019-02-14 Nico WeberStop enabling clang-tools-extra automatically when...
2019-02-14 Erik Pilkington[CodeGenObjC] Emit [[X alloc] init] as objc_alloc_init...
2019-02-14 Serge GueltonOptional specialization for trivially copyable types...
2019-02-14 Rui UeyamaMove a function from .h to .cpp and use a shorter name...
2019-02-14 Nirav Dave[X86] Add clang support for X86 flag output parameters.
2019-02-14 Rui UeyamaRemove a comparator from header and instead use lambdas...
2019-02-14 Serge GueltonRecommit Optional specialization for trivially copyable...
2019-02-14 Michal Gorny[lldb] [MainLoop] Remove redundant termination clause...
next