summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Driver tests: set `--sysroot=""` to support clang with `DEFAULT_SYSROOT`Serge Pavlov2019-09-285-21/+39
* Revert "[LLDB] Use the llvm microsoft demangler instead of the windows dbghel...Martin Storsjo2019-09-281-3/+41
* [LLD] [test] Add a forgotten comment. NFC.Martin Storsjo2019-09-281-0/+2
* [LLDB] Use the llvm microsoft demangler instead of the windows dbghelp api. NFC.Martin Storsjo2019-09-281-41/+3
* [GlobalISel Enable memcpy inlining with optsize.Amara Emerson2019-09-283-2/+94
* [TimeProfiler] Fix "OptModule" section and add new "Backend" sectionsAnton Afanasyev2019-09-282-1/+3
* Add an operand to memory intrinsics to denote the "tail" marker.Amara Emerson2019-09-2814-70/+168
* AMDGPU/GlobalISel: Avoid getting MRI in every functionMatt Arsenault2019-09-282-221/+156
* [X86] Add broadcast load unfolding support for VPTESTMD/Q and VPTESTNMD/Q.Craig Topper2019-09-282-0/+162
* [X86] Stop using UpdateNodeOperands in combineGatherScatter. Create new nodes...Craig Topper2019-09-281-35/+58
* [X86] Split combineGatherScatter into a version for generic ISD nodes and ano...Craig Topper2019-09-282-9/+41
* Give an error when StepUsingScriptedThreadPlan is passed a bad classname.Jim Ingham2019-09-288-9/+43
* [Core] Remove unused dependency on clangASTAlex Langford2019-09-282-4/+0
* [SampleFDO] Create a separate flag profile-accurate-for-symsinlist to handleWei Mi2019-09-274-53/+105
* [llvm-lipo] Add support for -arch Alexander Shaposhnikov2019-09-274-44/+68
* [X86] Add test case to show missed opportunity to turn (add (zext (vXi1 X)), ...Craig Topper2019-09-271-0/+32
* [libFuzzer] Dump trace and provide correct msg for overwritten input.Mitch Phillips2019-09-271-1/+3
* [PatternMatch] Add m_SExtOrSelf(), m_ZExtOrSExtOrSelf() matchers + unittestsRoman Lebedev2019-09-272-0/+51
* [debugserver] Add --version/-V command line option to debugserver.Jonas Devlieghere2019-09-271-0/+11
* refactor: move IOObject::m_should_close_fd into subclassesLawrence D'Anna2019-09-275-19/+20
* [llvm-readobj] Rename --arm-attributes to --arch-specificYi Kong2019-09-2724-26/+38
* [Reproducer] Use // in the unit testsJonas Devlieghere2019-09-271-13/+13
* Revert "[profile] Add a test dependency on cxx-headers"Vedant Kumar2019-09-271-1/+1
* For P0784R7: add support for explicit destructor calls andRichard Smith2019-09-275-45/+298
* [profile] Mark instrprof-gcov-fork.test UNSUPPORTED on Darwin as wellVedant Kumar2019-09-271-0/+1
* [profile] Add a test dependency on cxx-headersVedant Kumar2019-09-271-1/+1
* [InstSimplify] generalize FP folds with undef/NaN; NFCSanjay Patel2019-09-271-12/+14
* [Clang][OpenMP Offload] Create start/end symbols for the offloading entry tab...Sergey Dmitriev2019-09-2739-317/+297
* Revert [Dominators][CodeGen] Clean up MachineDominatorsJakub Kuderski2019-09-272-32/+47
* Revert XFAIL a codegen test AArch64/tailmerging_in_mbp.llJakub Kuderski2019-09-271-1/+0
* [NFC][PhaseOrdering] Add end-to-end tests for the 'two shifts by sext' problemRoman Lebedev2019-09-271-0/+125
* [Reproducer] Update the unit tests to specify the path style.Jonas Devlieghere2019-09-271-17/+33
* [Docs] Adds new section to User Guides pageDeForest Richards2019-09-271-15/+36
* [CMake] Depend on clang-tablegen-targetsJonas Devlieghere2019-09-271-1/+1
* Revert: [lldb] [testsuite] Remove redundant MAKE_DSYM := NOJan Kratochvil2019-09-2717-0/+22
* [InstSimplify] add tests for fma/fmuladd with undef operand; NFCSanjay Patel2019-09-271-0/+54
* [X86] Call SimplifyDemandedBits in combineGatherScatter any time the mask ele...Craig Topper2019-09-272-5/+3
* [X86] Add test case to show failure to perform SimplifyDemandedBits on mask o...Craig Topper2019-09-271-0/+34
* [InstCombine] Simplify shift-by-sext to shift-by-zextRoman Lebedev2019-09-273-13/+20
* [CMake] Make Core depend on ClangDriverOptions (NFC)Jonas Devlieghere2019-09-271-0/+3
* [clangd] Fix template type aliases in findExplicitReferenceIlya Biryukov2019-09-272-21/+28
* XFAIL a codegen test AArch64/tailmerging_in_mbp.llJakub Kuderski2019-09-271-0/+1
* [Reproducer] Always use absolute paths for capture & replay.Jonas Devlieghere2019-09-273-4/+21
* [Dominators][CodeGen] Clean up MachineDominatorsJakub Kuderski2019-09-272-47/+32
* Fix MSVC "not all control paths return a value" warning. NFCI.Simon Pilgrim2019-09-271-0/+1
* ModuleUtils - silence static analyzer dyn_cast<> null dereference warning. NFCI.Simon Pilgrim2019-09-271-1/+1
* Change -march=systemz to triple and fix testKai Nacke2019-09-272-6/+4
* FunctionImportGlobalProcessing::processGlobalForThinLTO - silence static anal...Simon Pilgrim2019-09-271-1/+1
* [RISCV] Rename FPRs and use Register arithmeticLuis Marques2019-09-276-199/+136
* SCCP - silence static analyzer dyn_cast<StructType> null dereference warning....Simon Pilgrim2019-09-271-1/+1
OpenPOWER on IntegriCloud