summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Remove ClangASTContext::ClearRaphael Isemann2019-10-022-15/+0
* [InstCombine] Simplify fma multiplication to nan for undef or nan operands.Florian Hahn2019-10-021-3/+3
* [InstCombine] Precommit tests for D68265Florian Hahn2019-10-021-2/+204
* [lldb][NFC] Create the ASTContext in ClangASTContext exactly once.Raphael Isemann2019-10-023-63/+78
* NFC: directly return when CommonExitBlock != SuccAditya Kumar2019-10-021-4/+2
* [InstSimplify] fold fma/fmuladd with a NaN or undef operandSanjay Patel2019-10-022-24/+21
* Revert r373431 "Switch lowering: omit range check for bit tests when default ...Hans Wennborg2019-10-023-27/+21
* LICM - remove unused variable and reduce scope of another variable. NFCI.Simon Pilgrim2019-10-021-4/+2
* Fix libc++ pretty printer test for Python 3 after D67238Fangrui Song2019-10-021-1/+1
* Log2_32 returns an unsigned. NFCI.Simon Pilgrim2019-10-021-1/+2
* Fix uninitialized variable warning. NFCI.Simon Pilgrim2019-10-021-1/+1
* WinException::emitExceptHandlerTable - silence static analyzer dyn_cast<Funct...Simon Pilgrim2019-10-021-2/+1
* MetadataLoader upgradeCUVariables() - silence static analyzer dyn_cast_or_nul...Simon Pilgrim2019-10-021-1/+1
* ASTContext - silence static analyzer getAs<> null dereference warnings. NFCI.Simon Pilgrim2019-10-021-21/+20
* [ARM] Identity shuffles are legalDavid Green2019-10-022-52/+5
* [Support, ARM64] Define getHostCPUFeatures for Windows on ARM64 platformMartin Storsjo2019-10-021-0/+11
* [clangd] Bail out early if we are sure that the symbol is used outside of the...Haojian Wu2019-10-022-19/+31
* [clangd] SelectionTree should mark a node as fully-selected if the only claim...Sam McCall2019-10-024-27/+30
* [ClangFormat] relnotes for r373439Sam McCall2019-10-021-1/+9
* [clang-rename] Better renaming the typedef decl.Haojian Wu2019-10-022-1/+19
* [ClangFormat] Future-proof Standard option, allow floating or pinning to arbi...Sam McCall2019-10-024-26/+92
* gn build: (manually) merge r373425Nico Weber2019-10-021-1/+0
* [IntrinsicEmitter] Add overloaded type VecOfBitcastsToInt for SVE intrinsicsKerry McLaughlin2019-10-024-5/+35
* [clang-tidy] Fix typo in r373428Sam McCall2019-10-021-1/+0
* [clangd] Always send file URIs to editorsKadir Cetinkaya2019-10-021-1/+1
* Remove an unnecessary cast. NFC.Jay Foad2019-10-021-3/+2
* [AMDGPU] Make printf lowering faster when there are no printfsJay Foad2019-10-021-16/+14
* Revert [GlobalOpt] Pass DTU to removeUnreachableBlocks instead of recomputing.Florian Hahn2019-10-021-3/+7
* Switch lowering: omit range check for bit tests when default is unreachable (...Hans Wennborg2019-10-023-21/+27
* [GlobalOpt] Pass DTU to removeUnreachableBlocks instead of recomputing.Florian Hahn2019-10-021-7/+3
* [Local] Simplify function removeUnreachableBlocks() to avoid (re-)computation.Florian Hahn2019-10-021-16/+10
* [clang-tidy] Fix for commits rL372706 and rL372711Adam Balogh2019-10-023-10/+32
* Reland "[utils] Implement the llvm-locstats tool"Djordje Todorovic2019-10-028-0/+481
* [llvm-lib] Detect duplicate input filesRui Ueyama2019-10-022-0/+26
* Rename TypeNodes.def to TypeNodes.inc for consistency across allJohn McCall2019-10-0225-61/+61
* [llvm-lib] Correctly handle .lib input filesRui Ueyama2019-10-023-89/+148
* [X86] Add broadcast load folding patterns to the NoVLX compare patterns.Craig Topper2019-10-026-378/+318
* Fix GCC -Wreturn-type warnings. NFC.Michael Liao2019-10-021-0/+1
* Revert r368237 - Update fix-it hints for std::move warnings.Richard Trieu2019-10-023-77/+68
* DebugInfo: Update support for detecting C++ language variants in debug info e...David Blaikie2019-10-024-5/+58
* gn build: (manually) merge r373407Nico Weber2019-10-023-0/+8
* Fix crash on constant-evaluation of pseudo-destruction of a pointer.Richard Smith2019-10-022-1/+10
* AMDGPU/GlobalISel: Use getIntrinsicID helperMatt Arsenault2019-10-023-7/+7
* Remove TypeNodes.def from the modulemap.John McCall2019-10-021-1/+0
* AMDGPU/GlobalISel: Assume VGPR for G_FRAME_INDEXMatt Arsenault2019-10-022-2/+8
* AMDGPU/GlobalISel: Private loads always use VGPRsMatt Arsenault2019-10-022-4/+23
* AMDGPU/GlobalISel: Legalize 1024-bit G_BUILD_VECTORMatt Arsenault2019-10-023-44/+161
* AMDGPU/GlobalISel: Fix RegBankSelect for 1024-bit valuesMatt Arsenault2019-10-022-29/+63
* [AMDGPU] separate accounting for agprsStanislav Mekhanoshin2019-10-024-17/+181
* Fix unused variable warning. NFCI.Michael Liao2019-10-021-4/+4
OpenPOWER on IntegriCloud