summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/Stmt.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP 4.1] Allow references in init expression for loop-based constructs.Alexey Bataev2015-08-061-0/+12
* [ASTContext] Add a templated convenience wrapper for Allocate.Benjamin Kramer2015-08-041-1/+1
* [AST] Use StringRef's convenient copy method. No functionality change.Benjamin Kramer2015-08-041-6/+1
* [UB] When attaching empty strings to the AST, use an empty StringRefChandler Carruth2015-08-041-0/+2
* Commit for http://reviews.llvm.org/D10765Michael Wong2015-07-211-0/+24
* [AST] Remove StmtRange in favor of an iterator_range.Benjamin Kramer2015-07-181-1/+1
* Fix alignment issues in Clang.James Y Knight2015-07-171-3/+2
* [OPENMP 4.0] Initial support for 'omp cancel' construct.Alexey Bataev2015-07-021-0/+20
* [OPENMP 4.0] Initial support for 'omp cancellation point' construct.Alexey Bataev2015-07-011-0/+20
* [OPENMP] Initial support for 'depend' clause (4.0).Alexey Bataev2015-06-231-0/+24
* 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-1/+22
* [OPENMP] Remove last iteration separation for loop-based constructs.Alexey Bataev2015-06-161-5/+5
* Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer2015-05-291-2/+2
* [OPENMP] Simplified iteration over clauses, NFC.Alexey Bataev2015-04-271-4/+1
* [OPENMP] Codegen for 'copyin' clause in 'parallel' directive.Alexey Bataev2015-04-161-7/+31
* [OPENMP] Codegen for 'lastprivate' clause in 'for' directive.Alexey Bataev2015-04-161-7/+37
* [OPENMP] Codegen for 'reduction' clause in 'parallel' directive.Alexey Bataev2015-04-101-3/+29
* [ast] Put the Stmt hierarchy on a diet for 64 bit targets.Benjamin Kramer2015-04-021-2/+1
* [OPENMP] Sema analysis for 'atomic capture' construct.Alexey Bataev2015-04-011-5/+5
* [OPENMP] Codegen for 'atomic update' construct.Alexey Bataev2015-03-301-4/+4
* [OPENMP] Codegen for 'copyprivate' clause ('single' directive).Alexey Bataev2015-03-231-7/+31
* [OPENMP] CodeGen of the 'linear' clause for the 'omp simd' directive.Alexander Musman2015-03-211-8/+37
* [OPENMP] Additional sema analysis for 'omp atomic[ update]'.Alexey Bataev2015-03-131-3/+6
* Various fixes to mangling of list-initialization.Richard Smith2015-02-051-2/+8
* First patch with codegen of the 'omp for' directive. It implementsAlexander Musman2014-12-151-91/+115
* [OPENMP] Additional processing of 'omp atomic read' directive.Alexey Bataev2014-11-181-8/+10
* Removing the setLBracLoc and setRBracLoc functions from CompoundStmt -- their...Aaron Ballman2014-10-221-1/+1
* [OPENMP] Codegen for 'private' clause in 'parallel' directive.Alexey Bataev2014-10-211-9/+16
* [OPENMP] Codegen for 'if' clause in 'parallel' directive.Alexey Bataev2014-10-131-0/+15
* [OPENMP] 'omp teams' directive basic support.Alexey Bataev2014-10-091-0/+26
* [OPENMP] Codegen for 'firstprivate' clause.Alexey Bataev2014-10-081-11/+23
* Revert commit r219297.Alexey Bataev2014-10-081-23/+11
* [OPENMP] Codegen for 'firstprivate' clause.Alexey Bataev2014-10-081-11/+23
* Revert back r219295.Alexey Bataev2014-10-081-23/+11
* [OPENMP] Codegen for 'firstprivate' clause.Alexey Bataev2014-10-081-11/+23
* Revert "[OPENMP] 'omp teams' directive basic support. Includes parsing and se...Renato Golin2014-10-081-26/+0
* [OPENMP] 'omp teams' directive basic support.Alexey Bataev2014-10-071-0/+26
* [OPENMP] Loop collapsing and codegen for 'omp simd' directive.Alexander Musman2014-10-011-35/+137
* [OPENMP] Parsing/Sema of directive omp parallel for simdAlexander Musman2014-09-231-0/+26
* [OPENMP] Initial parsing/sema analysis of 'target' directive.Alexey Bataev2014-09-191-0/+26
* Parsing/Sema of directive omp for simdAlexander Musman2014-09-181-0/+28
* [AArch64, inline-asm] Improve diagnostic that is printed when the size of aAkira Hatanaka2014-08-221-6/+40
* Revert r213437Warren Hunt2014-07-251-10/+12
* [OPENMP] Initial parsing and sema analysis for 'atomic' directive.Alexey Bataev2014-07-221-0/+26
* [OPENMP] Initial parsing and sema analysis for 'ordered' directive.Alexey Bataev2014-07-221-0/+20
* [OPENMP] Initial parsing and sema analysis for 'flush' directive.Alexey Bataev2014-07-211-0/+43
* [OPENMP] Parsing/Sema of the OpenMP directive 'critical'.Alexander Musman2014-07-211-0/+20
* [MS-ABI] Assign SEH handler indices to __try blocksWarren Hunt2014-07-191-12/+10
OpenPOWER on IntegriCloud