summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [X86][SSE] Add OR(EXTRACTELT(X,0),OR(EXTRACTELT(X,1))) movmsk v2X64 testsSimon Pilgrim2019-10-211-10/+110
* [examples] Add a dependency on ExecutionEngine to LLJITWithObjectCache example.Lang Hames2019-10-211-0/+1
* AMDGPU/GlobalISel: Legalize fast unsafe FDIVAustin Kerbow2019-10-214-8/+891
* XFAIL TestLocalVariables.py on WindowsJonas Devlieghere2019-10-211-0/+1
* [lit] Simplify test scheduling via multiprocessing.PoolJulian Lettner2019-10-211-24/+17
* AMDGPU: Select basic interp directly from intrinsicsMatt Arsenault2019-10-215-57/+29
* [lit] Remove redundancy from names and commentsJulian Lettner2019-10-213-31/+26
* [CVP] No-wrap deduction for `shl`Roman Lebedev2019-10-213-13/+22
* Found more timeouts to unify.Adrian Prantl2019-10-213-5/+7
* [clang-fuzzer] Add new fuzzer target for Objective-CDavid Goldman2019-10-2111-7/+185
* [GISel][CombinerHelper] Add a combine turning shuffle_vector into concat_vectorsQuentin Colombet2019-10-214-0/+459
* AMDGPU: Use CopyToReg for interp intrinsic loweringMatt Arsenault2019-10-212-20/+21
* AMDGPU: Erase redundant redefs of m0 in SIFoldOperandsMatt Arsenault2019-10-212-0/+387
* AMDGPU: Stop adding m0 implicit def to SGPR spillsMatt Arsenault2019-10-213-23/+12
* AMDGPU: Slightly restructure m0 init codeMatt Arsenault2019-10-211-13/+15
* [AMDGPU] Select AGPR in PHI operand legalizationStanislav Mekhanoshin2019-10-212-1/+56
* [X86] Rename matchBitOpReduction to matchScalarReduction. NFCI.Simon Pilgrim2019-10-211-4/+4
* Reverted r375425 as it broke some buildbots.Sander de Smalen2019-10-2110-182/+9
* SemaTemplateDeduction - silence static analyzer getAs<> null dereference warn...Simon Pilgrim2019-10-211-7/+3
* [Clang] Add VerboseOutputStream to CompilerInstanceScott Linder2019-10-213-6/+87
* [NFC][CVP] Add `shl` no-wrap deduction test coverageRoman Lebedev2019-10-211-0/+378
* SemaExceptionSpec - silence static analyzer getAs<> null dereference warnings...Simon Pilgrim2019-10-211-4/+3
* [test] Merge Driver/as-w-warnings.c into as-no-warnings.cFangrui Song2019-10-212-9/+7
* Prune include of DataLayout.h from include/clang/Basic/TargetInfo.h. NFCBjorn Pettersson2019-10-215-4/+12
* Prune Pass.h include from DataLayout.h. NFCIBjorn Pettersson2019-10-217-1/+6
* [PowerPC] Regenerate test for D52431Simon Pilgrim2019-10-211-7/+19
* Fix Wdocumentation warning. NFCI.Simon Pilgrim2019-10-211-2/+2
* [NFC] Add missing include to fix modules buildRaphael Isemann2019-10-211-0/+2
* Unify timeouts in gdbserver tests and ensure they are larger if ASAN is enabled.Adrian Prantl2019-10-215-8/+10
* SystemZISelLowering - supportedAddressingMode - silence static analyzer dyn_c...Simon Pilgrim2019-10-211-1/+1
* GVNHoist - silence static analyzer dyn_cast<> null dereference warning in has...Simon Pilgrim2019-10-211-1/+1
* GuardWidening - silence static analyzer null dereference warning with asserti...Simon Pilgrim2019-10-211-1/+1
* CrossDSOCFI - silence static analyzer dyn_cast<> null dereference warning. NFCI.Simon Pilgrim2019-10-211-1/+1
* IndVarSimplify - silence static analyzer dyn_cast<> null dereference warning....Simon Pilgrim2019-10-211-2/+2
* [AArch64][DebugInfo] Do not recompute CalleeSavedStackSize (Take 2)Sander de Smalen2019-10-2110-9/+182
* PCH debug info: Avoid appending the source directory to an absolute pathAdrian Prantl2019-10-212-3/+25
* [lldb] Add test for executing static initializers in expression commandRaphael Isemann2019-10-213-0/+45
* Fix PollyGuillaume Chatelet2019-10-212-6/+6
* [NFC] Cleanup with variable name IsPPC64 & IsDarwinXiangling Liao2019-10-211-20/+18
* [Alignment][NFC] Finish transition for `Loads`Guillaume Chatelet2019-10-2111-76/+77
* Pre-commit test cases for D64713.Jay Foad2019-10-212-0/+64
* [Types] Define a getWithNewBitWidth for Types and make use of itDavid Green2019-10-213-16/+24
* [Alignment][NFC] Instructions::getLoadStoreAlignmentGuillaume Chatelet2019-10-213-44/+50
* [lldb] drop .symtab removal in minidebuginfo testsKonrad Kleine2019-10-213-15/+0
* [ARM] Extra qdadd patternsDavid Green2019-10-213-12/+14
* [Alignment][NFC] Add a helper function to DataLayoutGuillaume Chatelet2019-10-212-0/+19
* [docs][llvm-ar] Update llvm-ar command guideOwen Reynolds2019-10-211-193/+238
* [ARM] Add qadd lowering from a sadd_satDavid Green2019-10-219-611/+595
* [Alignment][NFC] TargetCallingConv::setByValAlignGuillaume Chatelet2019-10-214-7/+7
* Simplify usage of setFPAttrs.Jay Foad2019-10-211-8/+9
OpenPOWER on IntegriCloud