summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/StmtProfile.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-2/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-2/+2
* [OPENMP] Support for '#pragma omp taskgroup' directive.Alexey Bataev2015-06-181-0/+4
* Implementing C99 partial re-initialization behavior (DR-253)Yunzhong Gao2015-06-101-0/+12
* [OPENMP] Fixed support for 'schedule' clause with non-constant chunk size.Alexey Bataev2015-05-121-1/+5
* [OPENMP] Codegen for 'copyin' clause in 'parallel' directive.Alexey Bataev2015-04-161-0/+9
* [OPENMP] Codegen for 'lastprivate' clause in 'for' directive.Alexey Bataev2015-04-161-0/+9
* [OPENMP] Codegen for 'reduction' clause in 'parallel' directive.Alexey Bataev2015-04-101-0/+9
* [OPENMP] Codegen for 'copyprivate' clause ('single' directive).Alexey Bataev2015-03-231-0/+9
* [OPENMP] CodeGen of the 'linear' clause for the 'omp simd' directive.Alexander Musman2015-03-211-0/+10
* Preserve numeric literal suffixes during type canonicalization.Richard Smith2014-11-201-0/+2
* [c++1z] N4295: fold-expressions.Richard Smith2014-11-081-0/+5
* Add the initial TypoExpr AST node for delayed typo correction.Kaelyn Takata2014-10-271-0/+4
* [OPENMP] Codegen for 'private' clause in 'parallel' directive.Alexey Bataev2014-10-211-2/+6
* [OPENMP] 'omp teams' directive basic support.Alexey Bataev2014-10-091-0/+4
* [OPENMP] Codegen for 'firstprivate' clause.Alexey Bataev2014-10-081-2/+8
* Revert commit r219297.Alexey Bataev2014-10-081-8/+2
* [OPENMP] Codegen for 'firstprivate' clause.Alexey Bataev2014-10-081-2/+8
* Revert back r219295.Alexey Bataev2014-10-081-8/+2
* [OPENMP] Codegen for 'firstprivate' clause.Alexey Bataev2014-10-081-2/+8
* Revert "[OPENMP] 'omp teams' directive basic support. Includes parsing and se...Renato Golin2014-10-081-4/+0
* [OPENMP] 'omp teams' directive basic support.Alexey Bataev2014-10-071-0/+4
* [OPENMP] Parsing/Sema of directive omp parallel for simdAlexander Musman2014-09-231-0/+5
* [OPENMP] Initial parsing/sema analysis of 'target' directive.Alexey Bataev2014-09-191-0/+4
* Parsing/Sema of directive omp for simdAlexander Musman2014-09-181-0/+4
* [C++11] Support for capturing of variable length arrays in lambda expression.Alexey Bataev2014-08-281-0/+2
* [OPENMP] Extract common superclass from all the loop directives. No functiona...Alexander Musman2014-08-191-3/+7
* [OPENMP] Initial parsing and sema analysis for clause 'seq_cst' of 'atomic' d...Alexey Bataev2014-07-241-0/+2
* [OPENMP] Initial parsing and sema analysis for clause 'capture' in 'atomic' d...Alexey Bataev2014-07-241-0/+2
* [OPENMP] Initial parsing and sema analysis for 'update' clause of 'atomic' di...Alexey Bataev2014-07-231-0/+2
* [OPENMP] Initial parsing an sema analysis for 'write' clause of 'atomic' dire...Alexey Bataev2014-07-231-0/+2
* [OPENMP] Initial parsing and sema analysis for 'read' clause in 'atomic' dire...Alexey Bataev2014-07-231-0/+2
* [OPENMP] Initial parsing and sema analysis for 'atomic' directive.Alexey Bataev2014-07-221-0/+4
* [OPENMP] Initial parsing and sema analysis for 'ordered' directive.Alexey Bataev2014-07-221-0/+4
* [OPENMP] Initial parsing and sema analysis for 'flush' directive.Alexey Bataev2014-07-211-0/+7
* [OPENMP] Parsing/Sema of the OpenMP directive 'critical'.Alexander Musman2014-07-211-0/+5
* [OPENMP] Initial parsing and sema analysis for 'taskwait' directive.Alexey Bataev2014-07-181-0/+4
* [OPENMP] Initial parsing and sema analysis for 'barrier' directive.Alexey Bataev2014-07-181-0/+4
* [OPENMP] Initial parsing and sema analysis of 'taskyield' directive.Alexey Bataev2014-07-181-0/+4
* [OPENMP] Initial parsing and sema analysis of 'mergeable' clause.Alexey Bataev2014-07-171-0/+2
* [OPENMP] Initial support for parsing and sema analysis of 'untied' clause.Alexey Bataev2014-07-171-0/+2
* [OPENMP] Parsing/Sema analysis of directive 'master'Alexander Musman2014-07-171-0/+4
* [OPENMP] Initial parsing and sema analysis for 'final' clause.Alexey Bataev2014-07-171-0/+5
* Added the pack_elements range accessor. Refactoring some for loops to use ran...Aaron Ballman2014-07-151-3/+2
* [OPENMP] Parsing and sema analysis for 'omp task' directive.Alexey Bataev2014-07-111-0/+4
* [OPENMP] Parsing and sema analysis for 'omp parallel sections' directive.Alexey Bataev2014-07-081-0/+5
* [OPENMP] Added initial support for 'omp parallel for'.Alexey Bataev2014-07-071-0/+5
* Add an AST node for __leave statements, hook it up.Nico Weber2014-07-071-0/+4
* [OPENMP] Parsing and sema analysis for 'copyprivate' clause.Alexey Bataev2014-06-271-0/+4
* [OPENMP] Initial parsing and sema analysis for 'single' directive.Alexey Bataev2014-06-261-0/+4
OpenPOWER on IntegriCloud