summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTWriterStmt.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [OPENMP 4.0] Initial support for 'omp cancellation point' construct.Alexey Bataev2015-07-011-0/+8
* [OPENMP] Initial support for 'depend' clause (4.0).Alexey Bataev2015-06-231-0/+10
* 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/+6
* [OPENMP] Remove last iteration separation for loop-based constructs.Alexey Bataev2015-06-161-2/+1
* 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-0/+1
* Fix a few line endings. NFC.Yunzhong Gao2015-05-011-7/+7
* [OPENMP] Codegen for 'copyin' clause in 'parallel' directive.Alexey Bataev2015-04-161-0/+6
* [OPENMP] Codegen for 'lastprivate' clause in 'for' directive.Alexey Bataev2015-04-161-0/+8
* [OPENMP] Codegen for 'reduction' clause in 'parallel' directive.Alexey Bataev2015-04-101-0/+6
* [OPENMP] Sema analysis for 'atomic capture' construct.Alexey Bataev2015-04-011-0/+1
* [OPENMP] Codegen for 'atomic update' construct.Alexey Bataev2015-03-301-2/+2
* Track the source location of the dot or arrow operator in a MemberExpr.Aaron Ballman2015-03-241-6/+7
* [OPENMP] Codegen for 'copyprivate' clause ('single' directive).Alexey Bataev2015-03-231-0/+6
* [OPENMP] CodeGen of the 'linear' clause for the 'omp simd' directive.Alexander Musman2015-03-211-1/+12
* [OPENMP] Additional sema analysis for 'omp atomic[ update]'.Alexey Bataev2015-03-131-0/+2
* Rename RefersToCapturedVariable to RefersToEnclosingVariableOrCapture, NFCAlexey Bataev2015-01-121-1/+1
* Renamed RefersToEnclosingLocal bitfield to RefersToCapturedVariable.Alexey Bataev2014-12-161-1/+1
* First patch with codegen of the 'omp for' directive. It implementsAlexander Musman2014-12-151-0/+9
* [OPENMP] Additional processing of 'omp atomic read' directive.Alexey Bataev2014-11-181-0/+3
* [c++1z] N4295: fold-expressions.Richard Smith2014-11-081-0/+11
* Improved capturing variable-length array types in CapturedStmt.Alexey Bataev2014-10-291-1/+1
* Objective-C. revert patch for rdar://17554063.Fariborz Jahanian2014-10-281-2/+0
* Add the initial TypoExpr AST node for delayed typo correction.Kaelyn Takata2014-10-271-0/+6
* [OPENMP] Codegen for 'private' clause in 'parallel' directive.Alexey Bataev2014-10-211-1/+5
* Fix for bug http://llvm.org/PR17427.Alexey Bataev2014-10-091-0/+1
* [OPENMP] 'omp teams' directive basic support.Alexey Bataev2014-10-091-0/+7
* [OPENMP] Codegen for 'firstprivate' clause.Alexey Bataev2014-10-081-1/+8
* Revert commit r219297.Alexey Bataev2014-10-081-8/+1
* [OPENMP] Codegen for 'firstprivate' clause.Alexey Bataev2014-10-081-1/+8
* Revert back r219295.Alexey Bataev2014-10-081-8/+1
* [OPENMP] Codegen for 'firstprivate' clause.Alexey Bataev2014-10-081-1/+8
* Revert "[OPENMP] 'omp teams' directive basic support. Includes parsing and se...Renato Golin2014-10-081-7/+0
* [OPENMP] 'omp teams' directive basic support.Alexey Bataev2014-10-071-0/+7
* [OPENMP] Loop collapsing and codegen for 'omp simd' directive.Alexander Musman2014-10-011-0/+17
* [OPENMP] Parsing/Sema of directive omp parallel for simdAlexander Musman2014-09-231-0/+6
* [OPENMP] Initial parsing/sema analysis of 'target' directive.Alexey Bataev2014-09-191-0/+7
* Parsing/Sema of directive omp for simdAlexander Musman2014-09-181-0/+5
* [OPENMP] Extract common superclass from all the loop directives. No functiona...Alexander Musman2014-08-191-12/+10
* Objective-C ARC. First patch toward generating new APIsFariborz Jahanian2014-08-061-0/+2
* [modules] Add abbreviation for ImplicitCastExpr. This is the most commonRichard Smith2014-07-271-0/+4
* [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/+7
* [OPENMP] Initial parsing and sema analysis for 'ordered' directive.Alexey Bataev2014-07-221-0/+6
OpenPOWER on IntegriCloud