summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [OpenCL] Preserve addrspace in CGClass (PR43145)Sven van Haastregt2019-10-171-0/+30
* Include leading attributes in DeclStmt's SourceRangeStephan Bergmann2019-10-171-0/+16
* Reland: Dead Virtual Function EliminationOliver Stannard2019-10-173-0/+174
* Revert "Include sanitize blacklist and other extra deps as part of scan-deps ...Kousik Kumar2019-10-173-22/+0
* Include sanitize blacklist and other extra deps as part of scan-deps outputKousik Kumar2019-10-173-0/+22
* Revert Tag CFI-generated data structures with "#pragma clang section" attribu...Dmitry Mikulin2019-10-171-32/+0
* [Concepts] ConceptSpecializationExprs manglingSaar Raz2019-10-171-0/+16
* 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-161-3/+8
* Tag CFI-generated data structures with "#pragma clang section" attributes.Dmitry Mikulin2019-10-161-0/+32
* [OPENMP]Use different addresses for zeroed thread_id/bound_id.Alexey Bataev2019-10-163-6/+14
* [DWARF5] Added support for DW_AT_noreturn attribute to be emitted forAdrian Prantl2019-10-161-0/+19
* [Driver,ARM] Make -mfloat-abi=soft turn off MVE.Simon Tatham2019-10-161-0/+6
* Revert 374967 "[Concepts] ConceptSpecializationExprs mangling"Nico Weber2019-10-161-16/+0
* Fix failing mangle-concept.cpp test.Saar Raz2019-10-161-2/+2
* [Concepts] ConceptSpecializationExprs manglingSaar Raz2019-10-161-0/+16
* PR43674: fix incorrect constant evaluation of 'switch' where no caseRichard Smith2019-10-151-0/+6
* [OPENMP]Allow final clause in combined task-based directives.Alexey Bataev2019-10-152-7/+12
* [Concept] Associated Constraints InfrastructureSaar Raz2019-10-154-8/+106
* [Clang][OpenMP Offload] Move offload registration code to the wrapperSergey Dmitriev2019-10-1533-866/+283
* 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-152-16/+23
* [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-152-2/+19
* Add more information to JSON AST dumping of source locations.Aaron Ballman2019-10-1524-3131/+8107
* CFI: wrong type passed to llvm.type.test with multiple inheritance devirtuali...Dmitry Mikulin2019-10-151-0/+31
* [Concepts] Concept Specialization ExpressionsSaar Raz2019-10-1511-189/+225
* Revert 374882 "[Concepts] Concept Specialization Expressions"Nico Weber2019-10-1511-225/+189
* Reapply: [Modules][PCH] Hash input files contentBruno Cardoso Lopes2019-10-152-0/+62
* [Concepts] Concept Specialization ExpressionsSaar Raz2019-10-1511-189/+225
* [WebAssembly] Trapping fptoint builtins and intrinsicsThomas Lively2019-10-151-0/+48
* Revert "Dead Virtual Function Elimination"Jorge Gorbe Moya2019-10-143-174/+0
* Temporarily Revert [Modules][PCH] Hash input files contentEric Christopher2019-10-142-62/+0
* [Modules][PCH] Hash input files contentBruno Cardoso Lopes2019-10-142-0/+62
* 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-141-0/+14
* Revert "Add support to -Wa,-W in clang"Jian Cai2019-10-141-14/+0
* PR43080: Do not build context-sensitive expressions during name classification.Richard Smith2019-10-142-0/+17
* Add support to -Wa,-W in clangJian Cai2019-10-141-0/+14
* [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-142-7/+8
* [clang-scan-deps] Support for clang --analyze in clang-scan-depsJan Korous2019-10-143-0/+28
* [OPNEMP]Allow grainsize clause in combined task-based directives.Alexey Bataev2019-10-141-4/+5
* [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-143-3/+10
* [OPENMP50]Add support for 'parallel master taskloop' construct.Alexey Bataev2019-10-1417-0/+4893