aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-10-16Tag CFI-generated data structures with "#pragma clang section" attributes.Dmitry Mikulin
2019-10-16[OPENMP]Use different addresses for zeroed thread_id/bound_id.Alexey Bataev
2019-10-16[DWARF5] Added support for DW_AT_noreturn attribute to be emitted forAdrian Prantl
2019-10-16[Driver,ARM] Make -mfloat-abi=soft turn off MVE.Simon Tatham
2019-10-16RewriteModernObjC - silence static analyzer getAs<> null dereference warnings...Simon Pilgrim
2019-10-16CGDebugInfo - silence static analyzer dyn_cast<> null dereference warnings. N...Simon Pilgrim
2019-10-16CGExprConstant - silence static analyzer getAs<> null dereference warning. NFCI.Simon Pilgrim
2019-10-16CGBuiltin - silence static analyzer getAs<> null dereference warnings. NFCI.Simon Pilgrim
2019-10-16Revert 374967 "[Concepts] ConceptSpecializationExprs mangling"Nico Weber
2019-10-16[Concepts] ConceptSpecializationExprs manglingSaar Raz
2019-10-16[libTooling] Put all Transformer declarations in a single namespace.Yitzhak Mandelbaum
2019-10-15PR43674: fix incorrect constant evaluation of 'switch' where no caseRichard Smith
2019-10-15[OPENMP]Allow final clause in combined task-based directives.Alexey Bataev
2019-10-15[Concept] Associated Constraints InfrastructureSaar Raz
2019-10-15[Clang][OpenMP Offload] Move offload registration code to the wrapperSergey Dmitriev
2019-10-15Added support for "#pragma clang section relro=<name>"Dmitry Mikulin
2019-10-15Reland [Driver] Fix -working-directory issuesJan Korous
2019-10-15Add more information to JSON AST dumping of source locations.Aaron Ballman
2019-10-15CFI: wrong type passed to llvm.type.test with multiple inheritance devirtuali...Dmitry Mikulin
2019-10-15[Concepts] Remove unused and illegal Sema includes from ExprCXX.cppSaar Raz
2019-10-15[Concepts] Concept Specialization ExpressionsSaar Raz
2019-10-15Revert 374882 "[Concepts] Concept Specialization Expressions"Nico Weber
2019-10-15Reapply: [Modules][PCH] Hash input files contentBruno Cardoso Lopes
2019-10-15[AST] Remove unused Sema includes to fix a cyclic dependency from Sema to ASTBenjamin Kramer
2019-10-15[Alignment] Migrate Attribute::getWith(Stack)AlignmentGuillaume Chatelet
2019-10-15[Concepts] Concept Specialization ExpressionsSaar Raz
2019-10-15Fix uninitialized variable warnings. NFCI.Simon Pilgrim
2019-10-15[WebAssembly] Trapping fptoint builtins and intrinsicsThomas Lively
2019-10-14Revert "Dead Virtual Function Elimination"Jorge Gorbe Moya
2019-10-14Temporarily Revert [Modules][PCH] Hash input files contentEric Christopher
2019-10-14[Modules][PCH] Hash input files contentBruno Cardoso Lopes
2019-10-14Add support to -Wa,-W in clangJian Cai
2019-10-14Revert "Add support to -Wa,-W in clang"Jian Cai
2019-10-14PR43080: Do not build context-sensitive expressions during name classification.Richard Smith
2019-10-14Add support to -Wa,-W in clangJian Cai
2019-10-14[OPNEMP]Allow num_tasks clause in combined task-based directives.Alexey Bataev
2019-10-14[clang-scan-deps] Support for clang --analyze in clang-scan-depsJan Korous
2019-10-14[OPNEMP]Allow grainsize clause in combined task-based directives.Alexey Bataev
2019-10-14[clang][IFS] Escape mangled names so MS ABI doesn't break YAML parsing.Puyan Lotfi
2019-10-14[OPENMP50]Add support for 'parallel master taskloop' construct.Alexey Bataev
2019-10-14[OPENMP]Fix codegen for private variably length vars in combinedAlexey Bataev
2019-10-14[ARM] Preserve fpu behaviour for '-crypto'Diogo N. Sampaio
2019-10-14[IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperatorCameron McInally
2019-10-14[RISCV] enable LTO support, pass some options to linker.Sam Elliott
2019-10-13Improve __builtin_constant_p loweringJoerg Sonnenberger
2019-10-13BlockInCriticalSectionChecker - silence static analyzer dyn_cast null derefer...Simon Pilgrim
2019-10-12remove an useless allocation found by scan-build - the new Dead nested assign...Sylvestre Ledru
2019-10-12[clang][IFS] Fixing spelling errors in interface-stubs OPT flag (NFC).Puyan Lotfi
2019-10-11[ObjC] Remove default parameter no caller was providing. NFC intended.Volodymyr Sapsai
2019-10-11[Stats] Convert some ad-hoc header search stats to ALWAYS_ENABLED_STATISTIC.Volodymyr Sapsai