summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Reapply: [Modules][PCH] Hash input files contentBruno Cardoso Lopes2019-10-1512-29/+247
* [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-1537-228/+830
* Fix uninitialized variable warnings. NFCI.Simon Pilgrim2019-10-151-2/+2
* [Format] Add machine-readable SPDX license ID to clang-format.elSam McCall2019-10-151-0/+1
* [WebAssembly] Trapping fptoint builtins and intrinsicsThomas Lively2019-10-153-0/+78
* Revert "Dead Virtual Function Elimination"Jorge Gorbe Moya2019-10-1411-337/+45
* Temporarily Revert [Modules][PCH] Hash input files contentEric Christopher2019-10-1412-247/+29
* [Modules][PCH] Hash input files contentBruno Cardoso Lopes2019-10-1412-29/+247
* Add -fno-experimental-pass-manager to make clear which pass managerEric Christopher2019-10-141-1/+1
* In the new pass manager use PTO.LoopUnrolling to determine when and howEric Christopher2019-10-141-0/+12
* [clang] add requirements to -Wa,-W test cases.Jian Cai2019-10-141-0/+3
* [test] Fix test failureEli Friedman2019-10-141-8/+6
* Add support to -Wa,-W in clangJian Cai2019-10-142-1/+15
* Revert "Add support to -Wa,-W in clang"Jian Cai2019-10-142-15/+1
* PR43080: Do not build context-sensitive expressions during name classification.Richard Smith2019-10-1414-178/+417
* Add support to -Wa,-W in clangJian Cai2019-10-142-1/+15
* [NFC] Fix ClangScanDeps/static-analyzer.c test on WindowsJan Korous2019-10-141-3/+3
* [OPNEMP]Allow num_tasks clause in combined task-based directives.Alexey Bataev2019-10-149-22/+49
* [clang-scan-deps] Support for clang --analyze in clang-scan-depsJan Korous2019-10-148-4/+44
* [OPNEMP]Allow grainsize clause in combined task-based directives.Alexey Bataev2019-10-148-22/+129
* [clang][IFS][test] Fixing lit test breakages on macOS due to r374798Puyan Lotfi2019-10-142-3/+3
* [clang][IFS] Escape mangled names so MS ABI doesn't break YAML parsing.Puyan Lotfi2019-10-144-5/+12
* [OPENMP50]Add support for 'parallel master taskloop' construct.Alexey Bataev2019-10-1441-18/+5305
* [OPENMP]Fix codegen for private variably length vars in combinedAlexey Bataev2019-10-144-18/+48
* [ARM] Preserve fpu behaviour for '-crypto'Diogo N. Sampaio2019-10-142-18/+42
* [IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperatorCameron McInally2019-10-1420-350/+352
* [RISCV] enable LTO support, pass some options to linker.Sam Elliott2019-10-146-89/+154
* [docs] loop pragmas: options implying transformationsSjoerd Meijer2019-10-141-0/+8
* [clang] [clang-offload-bundler] Fix finding installed llvm-objcopyMichal Gorny2019-10-141-0/+2
* Prefer 'env not' over 'not env' in tests.Nico Weber2019-10-1415-29/+29
* Improve __builtin_constant_p loweringJoerg Sonnenberger2019-10-134-95/+75
* [clang-format] Proposal for clang-format to give compiler style warningsPaul Hoad2019-10-134-61/+188
* BlockInCriticalSectionChecker - silence static analyzer dyn_cast null derefer...Simon Pilgrim2019-10-131-1/+1
* Revert r374663 "[clang-format] Proposal for clang-format to give compiler sty...Nico Weber2019-10-124-188/+61
* [clang-format] Proposal for clang-format to give compiler style warningsPaul Hoad2019-10-124-61/+188
* 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-126-11/+11
* [clang][IFS] Updating tests to pass on -fvisibility=hidden builds (NFCi).Puyan Lotfi2019-10-124-13/+13
* Slightly relax restriction on exact order arguments must appear.Douglas Yung2019-10-121-2/+2
* [ObjC] Remove default parameter no caller was providing. NFC intended.Volodymyr Sapsai2019-10-112-14/+10
* Release notes: Add the option WarnForDeadNestedAssignmentsSylvestre Ledru2019-10-111-0/+3
* [Stats] Convert some ad-hoc header search stats to ALWAYS_ENABLED_STATISTIC.Volodymyr Sapsai2019-10-114-27/+32
* Suppress false-positive -Wdeprecated-volatile warning from __is_*_assignable(...Richard Smith2019-10-112-1/+9
* [clang][IFS] Fixing assert in clang interface stubs for enums, records, typedefsPuyan Lotfi2019-10-112-0/+14
* Update clang module map for new excluded .def file.Richard Smith2019-10-111-0/+1
* Fix test failure with 374562 on HexagonErich Keane2019-10-111-1/+1
* Reland r374450 with Richard Smith's comments and test fixed.Erich Keane2019-10-1113-41/+46
* [libTooling] Move `RewriteRule` abstraction into its own header and impl.Yitzhak Mandelbaum2019-10-115-438/+473