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
*
[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
*
[OPENMP] Improve performance of the hasDSA() function, NFC.
Alexey Bataev
2017-04-27
1
-10
/
+5
*
Fix asan failures on OpenMP.
Haojian Wu
2017-04-27
1
-0
/
+2
*
[OPENMP] Fix handling of OpenMP code during template instantiation.
Alexey Bataev
2017-04-26
1
-95
/
+174
*
[OPENMP] Move handling of threadprivate vars from the stack, NFC.
Alexey Bataev
2017-04-26
1
-69
/
+75
*
[OpenMP] Prepare sema to support combined constructs with omp distribute and ...
Carlo Bertolli
2017-04-20
1
-8
/
+80
*
[NFC, Scoped Enum] Convert Sema::ExpressionEvaluationContext into a scoped Enum
Faisal Vali
2017-04-01
1
-3
/
+6
*
[OpenMP] Generate better diagnostics for cancel and cancellation point
Jonas Hahnfeld
2017-02-22
1
-14
/
+20
*
[OpenMP] Prepare Sema for initial implementation for pragma 'distribute paral...
Carlo Bertolli
2017-02-17
1
-0
/
+32
*
[OpenMP] Support for thread_limit-clause on the 'target teams' directive.
Arpith Chacko Jacob
2017-01-25
1
-3
/
+75
[next]