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 + Sema for nowait clause on target directive
Arpith Chacko Jacob
2016-01-21
2
-0
/
+30
*
[OpenMP] Check for at least one map clause on target data directive.
Arpith Chacko Jacob
2016-01-21
4
-49
/
+54
*
[OPENMP] Fix crash on reduction for complex variables.
Alexey Bataev
2016-01-21
1
-0
/
+4
*
[OPENMP 4.0] Fix for codegen of 'cancel' directive within 'sections' directive.
Alexey Bataev
2016-01-20
1
-2
/
+2
*
[OPENMP 4.5] Allow to use non-static data members in non-static member functi...
Alexey Bataev
2016-01-20
18
-22
/
+994
*
[OpenMP] Detect implicit map type to report unspecified map type for target e...
Samuel Antao
2016-01-19
2
-0
/
+2
*
[OpenMP] Parsing + sema for "target exit data" directive.
Samuel Antao
2016-01-19
5
-0
/
+375
*
[OpenMP] Parsing + sema for "target enter data" directive.
Samuel Antao
2016-01-19
5
-1
/
+375
*
Activate OpenMP private clause for target construct and a regression test.
Carlo Bertolli
2016-01-19
1
-0
/
+121
*
Add OpenMP dist_schedule clause to distribute directive and related regressio...
Carlo Bertolli
2016-01-15
2
-0
/
+169
*
[CodeGen] Attach attributes to thread local wrapper function.
Akira Hatanaka
2016-01-15
1
-4
/
+4
*
[OPENMP] Fix for declarative/standalone directives use.
Alexey Bataev
2016-01-13
8
-20
/
+59
*
[OpenMP] Fix issue in the offloading metadata testing.
Samuel Antao
2016-01-07
2
-28
/
+28
*
[OpenMP] Reapply rL256842: [OpenMP] Offloading descriptor registration and de...
Samuel Antao
2016-01-06
6
-120
/
+663
*
[OpenMP] Revert rL256842: [OpenMP] Offloading descriptor registration and dev...
Samuel Antao
2016-01-05
6
-663
/
+120
*
[OpenMP] Allow file ID to be signed in the offloading metadata.
Samuel Antao
2016-01-05
2
-6
/
+6
*
[OpenMP] Offloading descriptor registration and device codegen.
Samuel Antao
2016-01-05
6
-120
/
+663
*
[OPENMP 4.5] Codegen for 'schedule' clause with monotonic/nonmonotonic modifi...
Alexey Bataev
2015-12-31
4
-164
/
+358
*
[OPENMP 4.5] Allow 'ordered' clause on 'loop simd' constructs.
Alexey Bataev
2015-12-30
7
-12
/
+50
*
[OPENMP 4.5] Sema/parsing support for extended format of 'schedule' clause.
Alexey Bataev
2015-12-28
4
-24
/
+52
*
[OPENMP 4.5] Do not allow 'linear' clause along with 'ordered(expr)' clause.
Alexey Bataev
2015-12-28
3
-4
/
+8
*
[OPENMP] Do not allow to use threadprivate or thread local variables as loop ...
Alexey Bataev
2015-12-25
7
-0
/
+14
*
[OPENMP 4.5] Parsing/sema for 'depend(sink:vec)' clause in 'ordered' directive.
Alexey Bataev
2015-12-23
2
-10
/
+48
*
[OPENMP] Revert r256238 to fix the problem with tests on Linux.
Alexey Bataev
2015-12-22
2
-48
/
+10
*
[OPENMP 4.5] Parsing/sema for 'depend(sink:vec)' clause in 'ordered' directive.
Alexey Bataev
2015-12-22
2
-10
/
+48
*
[Cygwin] Enable TLS as emutls.
NAKAMURA Takumi
2015-12-21
1
-1
/
+0
*
[OPENMP] Remove explicit call for implicit barrier
Alexey Bataev
2015-12-18
15
-68
/
+1
*
[OPENMP] Fix for http://llvm.org/PR25878: Error compiling an OpenMP program
Alexey Bataev
2015-12-18
2
-0
/
+44
*
[OPENMP 4.5] Parsing/sema analysis for 'depend(source)' clause in 'ordered' d...
Alexey Bataev
2015-12-18
3
-1
/
+70
*
[OPENMP] Fix for http://llvm.org/PR25142: openmp: Assertion failed: DD && "qu...
Alexey Bataev
2015-12-17
1
-0
/
+18
*
[TLS on Darwin] use CXX_FAST_TLS calling convention for access functions.
Manman Ren
2015-12-17
1
-9
/
+9
*
[OPENMP 4.5] Fix test compatibility with 32 bit mode.
Alexey Bataev
2015-12-15
1
-1
/
+1
*
[OPENMP 4.5] Codegen for 'hint' clause of 'critical' directive
Alexey Bataev
2015-12-15
1
-0
/
+6
*
[OPENMP 4.5] Parsing/sema for 'hint' clause of 'critical' directive.
Alexey Bataev
2015-12-15
2
-11
/
+109
*
Add parse and sema of OpenMP distribute directive with all clauses except dis...
Carlo Bertolli
2015-12-14
5
-0
/
+1041
*
[OPENMP] Fix debug info for 'atomic' construct.
Alexey Bataev
2015-12-14
1
-4
/
+4
*
[OPENMP] Fixed processing of predetermined data-sharing attributes
Alexey Bataev
2015-12-10
21
-45
/
+50
*
Revert r255001, "Add parse and sema for OpenMP distribute directive and all i...
NAKAMURA Takumi
2015-12-09
5
-1041
/
+0
*
[OPENMP 4.5] Parsing/sema for 'num_tasks' clause.
Alexey Bataev
2015-12-08
6
-8
/
+218
*
Add parse and sema for OpenMP distribute directive and all its clauses exclud...
Carlo Bertolli
2015-12-08
5
-0
/
+1041
*
[OPENMP 4.5] parsing/sema support for 'grainsize' clause.
Alexey Bataev
2015-12-07
4
-8
/
+194
*
[OPENMP 4.5] parsing/sema support for 'nogroup' clause.
Alexey Bataev
2015-12-07
4
-8
/
+16
*
[OPENMP 4.5] Parsing/sema support for 'omp taskloop simd' directive.
Alexey Bataev
2015-12-03
14
-0
/
+2940
*
[OpenMP] Update target directive codegen to use 4.5 implicit data mappings.
Samuel Antao
2015-12-02
3
-192
/
+1329
*
[OPENMP 4.5] Parsing/sema analysis for 'priority' clause.
Alexey Bataev
2015-12-01
39
-155
/
+295
*
[OPENMP 4.5] Parsing/sema analysis for 'taskloop' directive.
Alexey Bataev
2015-12-01
8
-0
/
+2567
*
[OpenMP] Parsing and sema support for thread_limit clause.
Kelvin Li
2015-11-27
2
-6
/
+117
*
[OPENMP 4.5] Fixed rules for 'ordered' clause.
Alexey Bataev
2015-11-26
1
-0
/
+16
*
[OpenMP] Parsing and sema support for num_teams clause
Kelvin Li
2015-11-24
2
-6
/
+117
*
[OPENMP] Fix crash on codegen for 'task' directive with no shared variables.
Alexey Bataev
2015-11-24
1
-0
/
+3
[next]