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
/
lib
/
Sema
/
SemaOpenMP.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[OPENMP] Fix DSA analysis for threadprivates after deserialization.
Alexey Bataev
2017-11-14
1
-0
/
+6
*
[OPENMP] Codegen for `#pragma omp target parallel for simd`.
Alexey Bataev
2017-11-09
1
-6
/
+16
*
[OPENMP] Codegen for `#pragma omp target parallel for`.
Alexey Bataev
2017-11-08
1
-5
/
+77
*
[OpenMP] Extend "Avoid VLAs for reduction" optimization to VLAs as base
Jonas Hahnfeld
2017-11-02
1
-1
/
+1
*
[OPENMP] Improve debug info for taskgroup implicitly generated
Alexey Bataev
2017-10-25
1
-15
/
+13
*
[OPENMP] Constify function parameters, NFC.
Alexey Bataev
2017-10-25
1
-3
/
+4
*
[OpenMP] Avoid VLAs for some reductions on array sections
Jonas Hahnfeld
2017-10-23
1
-1
/
+82
*
Revert "[OpenMP] Avoid VLAs for some reductions on array sections"
Jonas Hahnfeld
2017-10-20
1
-82
/
+1
*
[OpenMP] Avoid VLAs for some reductions on array sections
Jonas Hahnfeld
2017-10-20
1
-1
/
+82
*
[Modules TS] Module ownership semantics for redeclarations.
Richard Smith
2017-10-10
1
-1
/
+1
*
Revert "[Modules TS] Module ownership semantics for redeclarations."
Eric Liu
2017-10-10
1
-1
/
+1
*
[Modules TS] Module ownership semantics for redeclarations.
Richard Smith
2017-10-09
1
-1
/
+1
*
[OPENMP] Do not capture local static variables.
Alexey Bataev
2017-10-06
1
-0
/
+4
*
[OPENMP] Fix mapping|privatization of implicitly captured variables.
Alexey Bataev
2017-10-05
1
-14
/
+37
*
[OpenMP] Initial implementation of teams distribute code generation
Carlo Bertolli
2017-10-04
1
-2
/
+2
*
[OPENMP] Allow use of declare target directive inside struct
Alexey Bataev
2017-10-03
1
-1
/
+5
*
[OPENMP] Capture argument of `device` clause for target-based
Alexey Bataev
2017-10-02
1
-1
/
+11
*
[OPENMP] Fix handling of implicit mapping of array sections.
Alexey Bataev
2017-09-26
1
-2
/
+3
*
[OPENMP] Generate implicit map|firstprivate clauses for target-based
Alexey Bataev
2017-09-26
1
-32
/
+166
*
[OPENMP] Use canonical declarations for redeclarations checks.
Alexey Bataev
2017-09-21
1
-3
/
+6
*
[OpenMP] fix seg-faults printing diagnostics with invalid ordered(n) values
Rachel Craik
2017-09-19
1
-5
/
+11
*
[OPENMP] Allow all classes as mappable types.
Alexey Bataev
2017-09-13
1
-44
/
+0
*
[OPENMP] Fix for PR34445: Reduction initializer segfaults at runtime in
Alexey Bataev
2017-09-06
1
-6
/
+13
*
[OPENMP] Fix for PR34398: assert with random access iterator if the
Alexey Bataev
2017-08-31
1
-2
/
+2
*
[OPENMP] Capture global variables in all target executable regions.
Alexey Bataev
2017-08-29
1
-1
/
+1
*
[OPENMP] Remove unused header files, NFC.
Alexey Bataev
2017-08-28
1
-3
/
+0
*
[OPENMP] Fix for PR34321: ustom OpenMP reduction in C++ template causes
Alexey Bataev
2017-08-25
1
-1
/
+2
*
[OPENMP][DEBUG] Set proper address space info if required by target.
Alexey Bataev
2017-08-08
1
-0
/
+33
*
Revert "[OPENMP][DEBUG] Set proper address space info if required by target."
Alexey Bataev
2017-08-08
1
-33
/
+0
*
[OPENMP][DEBUG] Set proper address space info if required by target.
Alexey Bataev
2017-08-08
1
-0
/
+33
*
Revert "[OPENMP][DEBUG] Set proper address space info if required by target."
Alexey Bataev
2017-08-08
1
-33
/
+0
*
[OPENMP][DEBUG] Set proper address space info if required by target.
Alexey Bataev
2017-08-08
1
-0
/
+33
*
Revert "[OPENMP][DEBUG] Set proper address space info if required by target."
Alexey Bataev
2017-08-04
1
-33
/
+0
*
[OPENMP][DEBUG] Set proper address space info if required by target.
Alexey Bataev
2017-08-04
1
-0
/
+33
*
[OPENMP] Allow all lvalues in 'depend' clause.
Alexey Bataev
2017-07-27
1
-9
/
+12
*
[OPENMP] Codegen for 'in_reduction' clause.
Alexey Bataev
2017-07-27
1
-16
/
+74
*
[OPENMP] Codegen for 'task_reduction' clause.
Alexey Bataev
2017-07-25
1
-36
/
+67
*
[OPENMP] Fix the restrictions for in_reduction clause.
Alexey Bataev
2017-07-24
1
-38
/
+53
*
Inline variable into assert to fix unused warning.
Richard Trieu
2017-07-21
1
-4
/
+2
*
[OPENMP] Fix build problem, NFC.
Alexey Bataev
2017-07-21
1
-5
/
+3
*
[OPENMP] Initial support for 'in_reduction' clause.
Alexey Bataev
2017-07-21
1
-0
/
+188
*
[OPENMP] Simplify analysis of data-sharing attributes.
Alexey Bataev
2017-07-21
1
-83
/
+48
*
[OPENMP] Fix DSA processing for member declaration.
Alexey Bataev
2017-07-20
1
-31
/
+31
*
[OPENMP] Initial support for 'task_reduction' clause.
Alexey Bataev
2017-07-18
1
-18
/
+54
*
[OPENMP] Generalization of sema analysis of reduction-based clauses,
Alexey Bataev
2017-07-18
1
-132
/
+172
*
[OPENMP] Codegen for reduction clauses in 'taskloop' directives.
Alexey Bataev
2017-07-17
1
-0
/
+2
*
[OPENMP] Add restriction for reduction clause in taskloop directives.
Alexey Bataev
2017-07-11
1
-0
/
+43
*
[OpenMP] Fix mapping of scalars for combined directives
Jonas Hahnfeld
2017-07-01
1
-3
/
+26
*
[OPENMP] Allow 'use_device_ptr' clause in 'target data' alone.
Alexey Bataev
2017-05-30
1
-23
/
+20
*
[OPENMP] Add a check for iterator not reached the end of stack, NFC.
Alexey Bataev
2017-04-27
1
-2
/
+2
[prev]
[next]