Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [OPENMP] Initial support of 'reduction' clause | Alexey Bataev | 2014-06-16 | 1 | -0/+2 | |
| | | | | llvm-svn: 211007 | |||||
* | [OPENMP] Parsing/Sema for OMPLasprivateClause. | Alexander Musman | 2014-06-04 | 1 | -0/+2 | |
| | | | | | | Parsing this clause, allowing it on directive ‘omp simd’ and semantic checks. llvm-svn: 210184 | |||||
* | Parsing/Sema for OMPAlignedClause. | Alexander Musman | 2014-05-29 | 1 | -0/+2 | |
| | | | | llvm-svn: 209816 | |||||
* | Parsing/Sema for OMPCollapseClause. | Alexander Musman | 2014-05-27 | 1 | -0/+2 | |
| | | | | | | Actual usage in Sema for collapsing loops will in some future patch. llvm-svn: 209660 | |||||
* | [OPENMP] Removed unnecessary enums from OpenMP constructs | Alexey Bataev | 2014-05-12 | 1 | -10/+4 | |
| | | | | llvm-svn: 208516 | |||||
* | [OPENMP] 'proc_bind' clause support - Parsing and sema analysis for OpenMP ↵ | Alexey Bataev | 2014-05-06 | 1 | -0/+15 | |
| | | | | | | clause 'proc_bind' llvm-svn: 208060 | |||||
* | [OPENMP] parsing 'linear' clause (for directive 'omp simd') | Alexander Musman | 2014-04-22 | 1 | -0/+2 | |
| | | | | | | Differential Revision: http://reviews.llvm.org/D3272 llvm-svn: 206891 | |||||
* | [OPENMP] Implemented 'copyin' clause | Alexey Bataev | 2014-03-31 | 1 | -0/+2 | |
| | | | | llvm-svn: 205164 | |||||
* | [OPENMP] parsing of clause 'safelen' (for directive 'omp simd') | Alexey Bataev | 2014-03-21 | 1 | -0/+2 | |
| | | | | llvm-svn: 204428 | |||||
* | [OPENMP] Clause 'num_threads' | Alexey Bataev | 2014-03-06 | 1 | -0/+2 | |
| | | | | llvm-svn: 203087 | |||||
* | [OPENMP] First changes for Parsing and Sema for 'omp simd' directive support | Alexey Bataev | 2014-02-27 | 1 | -0/+9 | |
| | | | | llvm-svn: 202360 | |||||
* | [OPENMP] 'if' clause support (no CodeGen support) | Alexey Bataev | 2014-02-13 | 1 | -0/+2 | |
| | | | | llvm-svn: 201297 | |||||
* | [OpenMP] Added parsing and semantic analysis for firstprivate clause | Alexey Bataev | 2013-10-01 | 1 | -0/+2 | |
| | | | | llvm-svn: 191730 | |||||
* | Unbreak the Clang -Werror build after r190183. | David Blaikie | 2013-09-06 | 1 | -0/+2 | |
| | | | | | | | Best guess at the right answer here - no guarantees of fitness for any particular purpose. llvm-svn: 190203 | |||||
* | OpenMP: basic support for #pragma omp parallel | Alexey Bataev | 2013-07-19 | 1 | -1/+86 | |
| | | | | llvm-svn: 186647 | |||||
* | OpenMP threadprivate with qualified names. | Alexey Bataev | 2013-05-13 | 1 | -1/+2 | |
| | | | | llvm-svn: 181683 | |||||
* | Fix a layering violation introduced in r177705. | Matt Beaumont-Gay | 2013-03-25 | 1 | -1/+1 | |
| | | | | llvm-svn: 177922 | |||||
* | OpenMP threadprivate directive parsing and semantic analysis | Alexey Bataev | 2013-03-22 | 1 | -0/+43 | |
llvm-svn: 177705 |