index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
OpenMP
Commit message (
Expand
)
Author
Age
Files
Lines
*
[OPENMP] Parsing and sema analysis for 'omp task' directive.
Alexey Bataev
2014-07-11
9
-2
/
+1077
*
[OPENMP] Allow ‘reduction’ clause on ‘omp simd’ directive.
Alexander Musman
2014-07-08
2
-0
/
+377
*
[OPENMP] Parsing and sema analysis for 'omp parallel sections' directive.
Alexey Bataev
2014-07-08
14
-0
/
+2298
*
[OPENMP] Added initial support for 'omp parallel for'.
Alexey Bataev
2014-07-07
20
-11
/
+2672
*
[OPENMP] Parsing and sema analysis for 'copyprivate' clause.
Alexey Bataev
2014-06-27
2
-8
/
+165
*
[OPENMP] Added several test cases in nesting of OpenMP regions test after rev...
Alexey Bataev
2014-06-27
1
-0
/
+102
*
[OPENMP] Initial parsing and sema analysis for 'single' directive.
Alexey Bataev
2014-06-26
5
-0
/
+680
*
[OPENMP] Initial parsing and sema analysis for 'section' directive.
Alexey Bataev
2014-06-26
3
-26
/
+136
*
Rename loop unrolling and loop vectorizer metadata to have a common prefix.
Eli Bendersky
2014-06-25
1
-3
/
+2
*
[OPENMP] Initial support for 'sections' directive.
Alexey Bataev
2014-06-25
7
-0
/
+1662
*
[OPENMP] Additional checking for 'collapse' clause.
Alexey Bataev
2014-06-24
5
-40
/
+55
*
[OPENMP] Added initial checking of nesting of OpenMP regions.
Alexey Bataev
2014-06-24
1
-0
/
+82
*
[OPENMP] Initial support for 'nowait' clause.
Alexey Bataev
2014-06-20
1
-4
/
+4
*
[OPENMP] Initial support for 'ordered' clause.
Alexey Bataev
2014-06-20
1
-4
/
+4
*
[OPENMP] Initial support for 'schedule' clause.
Alexey Bataev
2014-06-20
2
-8
/
+99
*
[OPENMP] Improved diagnostic messages for vars with the predetermined data sh...
Alexey Bataev
2014-06-19
10
-230
/
+321
*
[OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MS...
Alexey Bataev
2014-06-18
10
-107
/
+2353
*
Revert "[OPENMP] Initial support for '#pragma omp for'."
Rafael Espindola
2014-06-17
10
-2353
/
+107
*
[OPENMP] Initial support for '#pragma omp for'.
Alexey Bataev
2014-06-17
10
-107
/
+2353
*
[OPENMP] Initial support of 'reduction' clause
Alexey Bataev
2014-06-16
4
-12
/
+229
*
Rnamed Class to TestClass
Alexey Bataev
2014-06-06
1
-5
/
+5
*
[OPENMP] Parsing/Sema for OMPLasprivateClause.
Alexander Musman
2014-06-04
4
-5
/
+211
*
[OPENMP] Loop canonical form analysis (Sema)
Alexander Musman
2014-06-03
2
-0
/
+589
*
allow optional signext attribute
Will Schmidt
2014-06-02
1
-5
/
+5
*
Parsing/Sema for OMPAlignedClause.
Alexander Musman
2014-05-29
3
-8
/
+285
*
[OPENMP] Additional checking for local vars in initial values for threadpriva...
Alexey Bataev
2014-05-28
1
-1
/
+3
*
Parsing/Sema for OMPCollapseClause.
Alexander Musman
2014-05-27
3
-4
/
+155
*
This patch adds a helper class (CGLoopInfo) for marking memory instructions w...
Alexander Musman
2014-05-22
1
-0
/
+52
*
[OPENMP] Another one fix in test for msvc
Alexey Bataev
2014-05-08
1
-4
/
+4
*
[OPENMP] Fix codegen test for msvc build
Alexey Bataev
2014-05-08
1
-2
/
+2
*
[OPENMP] Fixed checking for mangled names in parallel_codegen.cpp test
Alexey Bataev
2014-05-07
1
-12
/
+12
*
[OPENMP] Fixed problem with temp removal on some platforms in codegen for '#p...
Alexey Bataev
2014-05-07
1
-2
/
+0
*
[OPENMP] Temporarily disable test parallel_codegen.cpp
Alexey Bataev
2014-05-07
1
-0
/
+2
*
[OPENMP] Another one fix for codegen test '#pragma omp parallel'
Alexey Bataev
2014-05-06
1
-1
/
+1
*
[OPENMP] Fixed test for '#pragma omp parallel' codegen
Alexey Bataev
2014-05-06
1
-48
/
+46
*
[OPENMP] Temporary disable test for parallel codegen
Alexey Bataev
2014-05-06
1
-1
/
+2
*
[OPENMP] Initial codegen for '#pragma omp parallel'
Alexey Bataev
2014-05-06
1
-0
/
+146
*
[OPENMP] 'proc_bind' clause support - Parsing and sema analysis for OpenMP cl...
Alexey Bataev
2014-05-06
2
-10
/
+31
*
[OPENMP] parsing 'linear' clause (for directive 'omp simd')
Alexander Musman
2014-04-22
3
-8
/
+300
*
Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda a...
David Blaikie
2014-04-02
1
-2
/
+2
*
[OPENMP] Implemented 'copyin' clause
Alexey Bataev
2014-03-31
2
-6
/
+90
*
[OPENMP] parsing of clause 'safelen' (for directive 'omp simd')
Alexey Bataev
2014-03-21
3
-4
/
+186
*
[OPENMP] Small update in threadprivate variables processing to fix template i...
Alexey Bataev
2014-03-07
1
-0
/
+7
*
[OPENMP] Fixed linked libraries for libiomp5 on Linux
Alexey Bataev
2014-03-07
1
-2
/
+4
*
[OPENMP] Updated comments and _OPENMP macro value for OpenMP 4.0 (for 'omp si...
Alexey Bataev
2014-03-06
1
-2
/
+2
*
[OPENMP] Missed test for 'simd private'
Alexey Bataev
2014-03-06
1
-0
/
+134
*
[OPENMP] Clause 'num_threads'
Alexey Bataev
2014-03-06
2
-17
/
+72
*
[OPENMP] Added option -fopenmp=libiomp5|libgomp
Alexey Bataev
2014-03-06
14
-25
/
+78
*
[OPENMP] allow clause 'private' on directive 'omp simd'
Alexey Bataev
2014-03-05
2
-10
/
+65
*
[OPENMP] emit error message for clause 'if(1 0)'
Alexey Bataev
2014-03-05
1
-0
/
+3
[next]