summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* [OPENMP]Allow priority clause in combined task-based directives.Alexey Bataev2019-10-165-14/+21
* Tag CFI-generated data structures with "#pragma clang section" attributes.Dmitry Mikulin2019-10-164-5/+49
* [OPENMP]Use different addresses for zeroed thread_id/bound_id.Alexey Bataev2019-10-162-19/+26
* [DWARF5] Added support for DW_AT_noreturn attribute to be emitted forAdrian Prantl2019-10-161-0/+2
* [Driver,ARM] Make -mfloat-abi=soft turn off MVE.Simon Tatham2019-10-161-0/+1
* 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-162-15/+4
* [Concepts] ConceptSpecializationExprs manglingSaar Raz2019-10-162-4/+15
* [libTooling] Put all Transformer declarations in a single namespace.Yitzhak Mandelbaum2019-10-164-59/+63
* PR43674: fix incorrect constant evaluation of 'switch' where no caseRichard Smith2019-10-151-1/+1
* [OPENMP]Allow final clause in combined task-based directives.Alexey Bataev2019-10-155-4/+31
* [Concept] Associated Constraints InfrastructureSaar Raz2019-10-159-86/+106
* [Clang][OpenMP Offload] Move offload registration code to the wrapperSergey Dmitriev2019-10-154-218/+10
* Added support for "#pragma clang section relro=<name>"Dmitry Mikulin2019-10-155-1/+16
* Reland [Driver] Fix -working-directory issuesJan Korous2019-10-152-33/+24
* Add more information to JSON AST dumping of source locations.Aaron Ballman2019-10-151-0/+24
* CFI: wrong type passed to llvm.type.test with multiple inheritance devirtuali...Dmitry Mikulin2019-10-151-1/+1
* [Concepts] Remove unused and illegal Sema includes from ExprCXX.cppSaar Raz2019-10-151-4/+1
* [Concepts] Concept Specialization ExpressionsSaar Raz2019-10-1519-33/+425
* Revert 374882 "[Concepts] Concept Specialization Expressions"Nico Weber2019-10-1519-422/+33
* Reapply: [Modules][PCH] Hash input files contentBruno Cardoso Lopes2019-10-155-23/+136
* [AST] Remove unused Sema includes to fix a cyclic dependency from Sema to ASTBenjamin Kramer2019-10-151-4/+1
* [Alignment] Migrate Attribute::getWith(Stack)AlignmentGuillaume Chatelet2019-10-151-2/+2
* [Concepts] Concept Specialization ExpressionsSaar Raz2019-10-1519-33/+425
* Fix uninitialized variable warnings. NFCI.Simon Pilgrim2019-10-151-2/+2
* [WebAssembly] Trapping fptoint builtins and intrinsicsThomas Lively2019-10-151-0/+20
* Revert "Dead Virtual Function Elimination"Jorge Gorbe Moya2019-10-146-152/+45
* Temporarily Revert [Modules][PCH] Hash input files contentEric Christopher2019-10-145-136/+23
* [Modules][PCH] Hash input files contentBruno Cardoso Lopes2019-10-145-23/+136
* Add support to -Wa,-W in clangJian Cai2019-10-141-1/+1
* Revert "Add support to -Wa,-W in clang"Jian Cai2019-10-141-1/+1
* PR43080: Do not build context-sensitive expressions during name classification.Richard Smith2019-10-149-159/+300
* Add support to -Wa,-W in clangJian Cai2019-10-141-1/+1
* [OPNEMP]Allow num_tasks clause in combined task-based directives.Alexey Bataev2019-10-145-6/+25
* [clang-scan-deps] Support for clang --analyze in clang-scan-depsJan Korous2019-10-143-4/+11
* [OPNEMP]Allow grainsize clause in combined task-based directives.Alexey Bataev2019-10-145-9/+108
* [clang][IFS] Escape mangled names so MS ABI doesn't break YAML parsing.Puyan Lotfi2019-10-141-2/+2
* [OPENMP50]Add support for 'parallel master taskloop' construct.Alexey Bataev2019-10-1415-17/+289
* [OPENMP]Fix codegen for private variably length vars in combinedAlexey Bataev2019-10-142-1/+23
* [ARM] Preserve fpu behaviour for '-crypto'Diogo N. Sampaio2019-10-141-18/+27
* [IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperatorCameron McInally2019-10-141-6/+8
* [RISCV] enable LTO support, pass some options to linker.Sam Elliott2019-10-145-89/+136
* Improve __builtin_constant_p loweringJoerg Sonnenberger2019-10-131-4/+0
* BlockInCriticalSectionChecker - silence static analyzer dyn_cast null derefer...Simon Pilgrim2019-10-131-1/+1
* remove an useless allocation found by scan-build - the new Dead nested assign...Sylvestre Ledru2019-10-121-2/+2
* [clang][IFS] Fixing spelling errors in interface-stubs OPT flag (NFC).Puyan Lotfi2019-10-125-9/+9
* [ObjC] Remove default parameter no caller was providing. NFC intended.Volodymyr Sapsai2019-10-111-12/+9