summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Convert files added in d157a9bc8ba1 to unix line endings.Nico Weber2019-10-2811-1121/+1121
* [ConstantFold] Fold extractelement of getelementptrJay Foad2019-10-284-9/+32
* Lexer::ReadToEndOfLine - fix Token uninitialised value warnings. NFCI.Simon Pilgrim2019-10-281-0/+1
* [X86] Add a DAG combine to turn (and (bitcast (vXi1 (concat_vectors (vYi1 set...Craig Topper2019-10-286-48/+88
* gn build: (manually) merge d157a9bcNico Weber2019-10-285-0/+16
* [Docs] Update source code link to GithubJonas Devlieghere2019-10-281-1/+1
* [lit] Remove redundant comments from main functionJulian Lettner2019-10-281-19/+9
* [IR] Use UnaryOperator::CreateFNeg in NoFolder::createFNegCraig Topper2019-10-281-1/+1
* Reland [AArch64][DebugInfo] Do not recompute CalleeSavedStackSize (Take 2)Sander de Smalen2019-10-2811-10/+183
* [LV] Interleaving should not exceed estimated loop trip count.Craig Topper2019-10-282-13/+13
* Add missing lld checks in sanitizer tests.Evgenii Stepanov2019-10-283-3/+3
* [OPENMP]Fix PR43771: Do not capture contexprs variables.Alexey Bataev2019-10-282-1/+26
* [utils] InlineFunction: fix for debug info affecting optimizationsBjorn Pettersson2019-10-282-0/+72
* AMDGPU: Avoid overwriting saved PCAustin Kerbow2019-10-282-6/+73
* [lit] Make main.py a pure Python moduleJulian Lettner2019-10-282-9/+3
* [Docs] Disable Python docs when LLDB_DISABLE_PYTHON is setJonas Devlieghere2019-10-281-34/+36
* [AIX] Refactor AIX Call Lowering to use CCState. NFCI.Sean Fertile2019-10-285-94/+176
* [scudo][standalone] Consolidate listsKostya Kortchinsky2019-10-2810-186/+243
* Remove extra ';'. NFCI.Simon Pilgrim2019-10-281-1/+1
* [clang] Add no_builtin attributeGuillaume Chatelet2019-10-2810-4/+269
* [NFC] Comment endif to test commit access--global2019-10-281-1/+1
* [LiveIntervalUnion] Expose extraction of last index in map for external usersMarcello Maggioni2019-10-281-0/+1
* [InstCombine] Extra combine for uadd_satDavid Green2019-10-282-8/+11
* Add Windows Control Flow Guard checks (/guard:cf).Andrew Paverd2019-10-2877-62/+1514
* [AArch64] Fix unannotated fall-through between switch labelsJinsong Ji2019-10-281-0/+1
* Precommit AArch64 test for -consider-local-interval-costSanne Wouda2019-10-281-0/+393
* [LIBOMPTARGET]Fix build, NFC.Alexey Bataev2019-10-281-1/+1
* lld/COFF: Simplify getOutputPath() using sys::path functions.Nico Weber2019-10-282-5/+4
* [DebugInfo] MachineSink: find more DBG_VALUEs to sinkJeremy Morse2019-10-282-15/+191
* [DAGCombiner] widen any_ext of popcount based on target supportSanjay Patel2019-10-283-19/+36
* [AArch64][Builtins] Avoid unnecessary cache cleaningBryan Chan2019-10-281-13/+23
* [InstCombine][NFC] Tests for uadd.sat and sadd.sat canonicalisation.David Green2019-10-282-0/+778
* [clangd] Do not report anonymous entities in findExplicitReferencesIlya Biryukov2019-10-282-9/+24
* [CVP] prevent propagating poison when substituting edge values into a phi (PR...Sanjay Patel2019-10-282-3/+9
* [DebugInfo] MachineSink: Insert undef DBG_VALUEs when sinking instructionsJeremy Morse2019-10-283-3/+158
* [AMDGPU][MC][GFX10] Added v_interp_[p1/p2/mov]_f32_e64Dmitry Preobrazhensky2019-10-283-2/+270
* [Codegen][ARM] Add float softening for cbrtDavid Green2019-10-284-0/+60
* minor doc typo fix / testing github commitRafael Stahl2019-10-281-1/+1
* [ARM][AArch64] Implement __cls, __clsl and __clsll intrinsics from ACLEvhscampos2019-10-2813-0/+193
* [clangd] Flush streams when printing HoverInfo Name and DefinitionKadir Cetinkaya2019-10-281-0/+2
* [clangd] Do not highlight keywords in semantic highlightingIlya Biryukov2019-10-284-91/+88
* [ARM][AArch64] Implement __arm_rsrf, __arm_rsrf64, __arm_wsrf & __arm_wsrf64vhscampos2019-10-282-0/+53
* [AArch64][SVE] Implement masked load intrinsicsKerry McLaughlin2019-10-2814-11/+389
* [RISCV] Lower llvm.trap and llvm.debugtrapSam Elliott2019-10-283-0/+51
* Fix https://bugs.llvm.org/show_bug.cgi?id=43791Guillaume Chatelet2019-10-281-1/+1
* [clangd] Do not insert parentheses when completing a using declarationIlya Biryukov2019-10-288-37/+98
* [llvm-objcopy][MachO] Implement --only-sectionSeiya Nuta2019-10-286-5/+186
* [clangd] Reland Store Index in Tweak::SelectionKadir Cetinkaya2019-10-285-9/+20
* [clangd] Reland DefineInline action apply logic with fully qualified namesKadir Cetinkaya2019-10-284-15/+759
* [X86] Fix 48/96 byte memcmp code genDavid Zarzycki2019-10-282-704/+64
OpenPOWER on IntegriCloud