summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [analyzer] exploded-graph-rewriter: Make node headers a bit lighter.Artem Dergachev2019-10-172-2/+2
* [ARM] Fix arm_neon.h with -flax-vector-conversions=none, part 3Eli Friedman2019-10-172-2/+3
* [clang-offload-wrapper][NFC] Use captured name of the entry type in LIT testSergey Dmitriev2019-10-171-1/+1
* [OPENMP]Dow not emit warnings for uninitialized loop counters.Alexey Bataev2019-10-174-373/+511
* [OPENMP]Improve use of the global tid parameter.Alexey Bataev2019-10-173-18/+21
* [ObjC] Diagnose implicit type coercion from ObjC 'Class' to objectJames Y Knight2019-10-177-50/+58
* [ObjC] Add some additional test cases around pointer conversions.James Y Knight2019-10-177-31/+286
* [OPENMP]Fix thread id passed to outlined region in sequential parallelAlexey Bataev2019-10-172-15/+13
* [OpenCL] Preserve addrspace in CGClass (PR43145)Sven van Haastregt2019-10-172-2/+35
* [OpenCL] Add doc to describe OpenCL supportSven van Haastregt2019-10-172-0/+48
* Include leading attributes in DeclStmt's SourceRangeStephan Bergmann2019-10-172-0/+18
* SemaExprCXX - silence static analyzer getAs<> null dereference warnings. NFCI.Simon Pilgrim2019-10-171-3/+3
* SemaDeclObjC - silence static analyzer getAs<> null dereference warnings. NFCI.Simon Pilgrim2019-10-171-3/+3
* Reland: Dead Virtual Function EliminationOliver Stannard2019-10-1711-45/+337
* Revert "Include sanitize blacklist and other extra deps as part of scan-deps ...Kousik Kumar2019-10-174-24/+0
* Include sanitize blacklist and other extra deps as part of scan-deps outputKousik Kumar2019-10-174-0/+24
* Revert Tag CFI-generated data structures with "#pragma clang section" attribu...Dmitry Mikulin2019-10-175-81/+5
* [Concepts] ConceptSpecializationExprs manglingSaar Raz2019-10-173-4/+31
* Replace platform-dependent `stat` with `llvm::sys::fs::status`. NFC intended.Volodymyr Sapsai2019-10-162-10/+9
* Fix darwin-ld-lto test for some speical pathSteven Wu2019-10-161-2/+4
* [OPENMP]Allow priority clause in combined task-based directives.Alexey Bataev2019-10-168-28/+47
* Tag CFI-generated data structures with "#pragma clang section" attributes.Dmitry Mikulin2019-10-165-5/+81
* [OPENMP]Use different addresses for zeroed thread_id/bound_id.Alexey Bataev2019-10-165-25/+40
* [DWARF5] Added support for DW_AT_noreturn attribute to be emitted forAdrian Prantl2019-10-162-0/+21
* [libTooling] Fix r374962: add more Transformer forwarding decls.Yitzhak Mandelbaum2019-10-164-9/+16
* [Driver,ARM] Make -mfloat-abi=soft turn off MVE.Simon Tatham2019-10-162-0/+7
* RewriteModernObjC - silence static analyzer getAs<> null dereference warnings...Simon Pilgrim2019-10-161-5/+4
* CGDebugInfo - silence static analyzer dyn_cast<> null dereference warnings. N...Simon Pilgrim2019-10-161-4/+5
* CGExprConstant - silence static analyzer getAs<> null dereference warning. NFCI.Simon Pilgrim2019-10-161-2/+2
* CGBuiltin - silence static analyzer getAs<> null dereference warnings. NFCI.Simon Pilgrim2019-10-161-5/+4
* Revert 374967 "[Concepts] ConceptSpecializationExprs mangling"Nico Weber2019-10-163-31/+4
* Fix failing mangle-concept.cpp test.Saar Raz2019-10-161-2/+2
* [Concepts] ConceptSpecializationExprs manglingSaar Raz2019-10-163-4/+31
* [libTooling] Put all Transformer declarations in a single namespace.Yitzhak Mandelbaum2019-10-1612-95/+146
* PR43674: fix incorrect constant evaluation of 'switch' where no caseRichard Smith2019-10-152-1/+7
* Remove unnecessary and inappropriate forward-declaration of Sema fromRichard Smith2019-10-151-1/+0
* [OPENMP]Fix comments/params, NFC.Alexey Bataev2019-10-151-4/+3
* [OPENMP]Allow final clause in combined task-based directives.Alexey Bataev2019-10-159-21/+61
* [Concept] Associated Constraints InfrastructureSaar Raz2019-10-1518-210/+293
* [Clang][OpenMP Offload] Move offload registration code to the wrapperSergey Dmitriev2019-10-1538-1140/+524
* Fix as-w-option.c on Windows where no assembler existsReid Kleckner2019-10-151-1/+1
* Added support for "#pragma clang section relro=<name>"Dmitry Mikulin2019-10-1511-22/+54
* [clang] refactor -Wa,-W test cases.Jian Cai2019-10-151-10/+0
* Fix Driver/working-directory.c testJan Korous2019-10-151-1/+0
* Reland [Driver] Fix -working-directory issuesJan Korous2019-10-155-35/+45
* Add more information to JSON AST dumping of source locations.Aaron Ballman2019-10-1526-3131/+8133
* CFI: wrong type passed to llvm.type.test with multiple inheritance devirtuali...Dmitry Mikulin2019-10-152-1/+32
* [Concepts] Remove unused and illegal Sema includes from ExprCXX.cppSaar Raz2019-10-151-4/+1
* [Concepts] Concept Specialization ExpressionsSaar Raz2019-10-1537-228/+830
* Revert 374882 "[Concepts] Concept Specialization Expressions"Nico Weber2019-10-1537-827/+228