summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* 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