summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* [AMDGPU][MC] Corrected parsing of registersDmitry Preobrazhensky2019-09-272-144/+217
* [libTooling] Transformer: refine `SourceLocation` specified as anchor of chan...Yitzhak Mandelbaum2019-09-273-12/+78
* [libc++] Take 2: Implement LWG 3158Louis Dionne2019-09-275-17/+65
* remove File::SetStream(), make new files instead.Lawrence D'Anna2019-09-2728-255/+210
* [DebugInfo] Exclude memory location values as parameter entry valuesDjordje Todorovic2019-09-273-18/+7
* [OpenCL] Pass LangOptions as const refSven van Haastregt2019-09-271-3/+3
* [llvm-exegesis] Fix r373083: Module -> Mod.Clement Courbet2019-09-271-6/+6
* gn build: (manually) merge r373082Nico Weber2019-09-274-71/+33
* gn build: Merge r373083GN Sync Bot2019-09-272-0/+2
* [CodeGenPrepare] Mend "avoid crashing from replacing a phi twice" fix.Jesper Antonsson2019-09-272-1/+69
* [llvm-exegesis] Add loop mode for repeating the snippet.Clement Courbet2019-09-2730-102/+523
* clang-tidy: Don't repeat list of all checks in three places.Nico Weber2019-09-276-102/+43
* [Alignment][NFC] Remove unneeded llvm:: scoping on Align typesGuillaume Chatelet2019-09-2794-453/+434
* [clangd] Remove an unrelated comment, NFC.Haojian Wu2019-09-271-1/+0
* [clang] [AST] Treat "inline gnu_inline" the same way as "extern inline gnu_in...Martin Storsjo2019-09-278-9/+31
* [LLD] Simplify the demangleItanium function. NFC.Martin Storsjo2019-09-275-17/+9
* [LLD] Convert demangleItanium to use the higher level llvm::demangle function...Martin Storsjo2019-09-272-6/+9
* [LLD] [COFF] Use the unified llvm demangle frontend function. NFC.Martin Storsjo2019-09-276-33/+26
* [lldb] Disable testing entry values as memory locationDjordje Todorovic2019-09-271-0/+3
* [lldb/cmake] add lldbCore -> clangDriver dependencyPavel Labath2019-09-271-0/+1
* Unwind: Add a stack scanning mechanism to support win32 unwindingPavel Labath2019-09-2710-12/+176
* Disable the empty string check in TestDataFormatterStdStringPavel Labath2019-09-271-1/+2
* Reland "gn build: (manually) merge r373028"Nico Weber2019-09-274-0/+21
* Fix some swig warningsPavel Labath2019-09-275-21/+3
OpenPOWER on IntegriCloud