summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [Attributor] Regularly clear dependences to remove spurious onesJohannes Doerfert2019-08-285-8/+47
* [clangd] Migrate last tweak tests to TweakTesting.h and remove old helpers. NFCSam McCall2019-08-281-129/+30
* [FPEnv] Add fptosi and fptoui constrained intrinsics.Kevin P. Neal2019-08-2822-17/+1223
* [TestCppOperators] Enable TestCppOperators on Windows.Jonas Devlieghere2019-08-281-2/+1
* [dotest] Remove -q (quiet) flag.Jonas Devlieghere2019-08-287-53/+31
* [AArch64][GlobalISel] Fall back when translating musttail callsJessica Paquette2019-08-284-0/+18
* Reduce scope of variable only used in a local pattern match. NFCI.Simon Pilgrim2019-08-281-1/+1
* [NFC] Added more tests for D66651David Bolvansky2019-08-281-0/+18
* [InstCombine] Disable recursion in foldGEPICmp for vector pointer GEPsCraig Topper2019-08-282-2/+16
* Fix uninitialized variable warning in cppcheck. NFCI.Simon Pilgrim2019-08-281-1/+1
* Try fixing CRLF issues in Git with [clang-scan-deps] Minimizer: Correctly han...Alexandre Ganea2019-08-282-3/+16
* [clangd][vscode] Don't leak the resourcesHaojian Wu2019-08-281-2/+5
* [NFC] Added a comment to avoid possible confusionDavid Bolvansky2019-08-281-0/+2
* Use target_impl functions to replace more inline asmJon Chesterfield2019-08-285-39/+38
* [AMDGPU] Adjust number of SGPRs available in Calling ConventionRyan Taylor2019-08-285-297/+245
* [OPENMP][Analysis] Add analysis of the map clauses.Alexey Bataev2019-08-2814-50/+147
* Remove duplicate 'BitWidth' variable. NFCI.Simon Pilgrim2019-08-281-1/+0
* lld: Make a test not fail if "repro" is part of the build directory nameNico Weber2019-08-281-1/+1
* [libomptarget] Refactor syncthreads macro to inline functionJon Chesterfield2019-08-285-19/+16
* [XRay] Fixing one test case for FreeBSDDavid Carlier2019-08-281-0/+10
* [Attributor] Restrict liveness and return information to functionsJohannes Doerfert2019-08-288-21/+69
* InstCombiner::visitSelectInst - rename Pred to MinMaxPred to stop shadow vari...Simon Pilgrim2019-08-281-5/+6
* Reland "[yaml2obj] - Don't allow setting StOther and Other/Visibility at the ...Vlad Tsyrklevich2019-08-284-20/+73
* [SelectionDAG] Don't generate libcalls for wide shifts on Windows (PR42711)Hans Wennborg2019-08-286-11/+31
* [X86] Add test for rotate combining when add X, X is used instead of shl X, 1...Amaury Sechet2019-08-282-0/+37
* [clangd] Cleans up the semantic highlighting resources if clangd stops.Johan Vikstrom2019-08-283-34/+47
* [lldb][NFC] Refactor and document ClangASTContext::IsOperatorRaphael Isemann2019-08-282-210/+73
* [clang-tidy] Fix the potential infinite loop in recordIsTriviallyDefaultConst...Haojian Wu2019-08-282-0/+11
* [lldb][NFC] Test named operators like new and function names that might confu...Raphael Isemann2019-08-281-0/+18
* Revert "[yaml2obj] - Don't allow setting StOther and Other/Visibility at the ...Vlad Tsyrklevich2019-08-284-73/+20
* [DAGCombine] Fix cppcheck shadow variable warning. NFCI.Simon Pilgrim2019-08-281-4/+4
* [mips] Use less registers to load address of TargetExternalSymbolSimon Atanasyan2019-08-283-13/+10
* [lldb][NFC] Actually run all expects in lang/cpp/operatorsRaphael Isemann2019-08-281-12/+6
* [lldb][NFC] Extend operator test case with conversion operatorsRaphael Isemann2019-08-281-0/+9
* [clang-tidy] readability-identifier-naming shouldn't complain about CRTP pseu...Sam McCall2019-08-283-0/+40
* [ELF][RISCV] Allow PT_LOAD to have overlapping p_offset ranges on EM_RISCVFangrui Song2019-08-2810-156/+169
* [clangd] Fix SelectionTree to allow selection range expression in foreach loops.Sam McCall2019-08-282-0/+26
* [TargetLowering] Add buildLegalVectorShuffle facility to help build legal shu...Amaury Sechet2019-08-284-73/+78
* [DAGCombine] Remove LoadedSlice::Cost default 'ForCodeSize' constructor argum...Simon Pilgrim2019-08-281-3/+3
* gn build: Merge r370187Nico Weber2019-08-281-0/+1
* [ARM] Move MVEVPTBlockPass to a separate file. NFCDavid Green2019-08-283-143/+173
* [lldb][NFC] Test custom C++ operatorsRaphael Isemann2019-08-283-0/+150
* [lldb] Fix and test completion for ambiguous long optionsRaphael Isemann2019-08-283-10/+21
* [MVE] VMOVX patternsDavid Green2019-08-2814-4298/+2121
* [mach-o] Extend LC_DATA_IN_CODE support to x86_64Rui Ueyama2019-08-281-8/+42
* [ELF][AMDGPU][SPARC] Allow PT_LOAD to have overlapping p_offset ranges on EM_...Fangrui Song2019-08-283-27/+26
* [lldb][NFC] Get rid of C-strings in HandleOptionCompletionRaphael Isemann2019-08-281-17/+11
* [clangd] Surface errors from command-line parsingIlya Biryukov2019-08-2815-48/+194
* [LLVM-C] Fix ByVal Attribute crashingHans Wennborg2019-08-281-1/+10
* Delete minimize_source_to_dependency_directives_invalid_error.cHans Wennborg2019-08-282-17/+0
OpenPOWER on IntegriCloud