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 capturing of expressions in clauses.
Alexey Bataev
2018-01-04
1
-17
/
+9
*
[OpenMP] Initial implementation of code generation for pragma 'target teams d...
Carlo Bertolli
2018-01-03
1
-6
/
+56
*
[OPENMP] Support for `depend` clauses on `target enter|exit data`.
Alexey Bataev
2017-12-27
1
-4
/
+4
*
[OPENMP] Support for `depend` clauses on `target data update`.
Alexey Bataev
2017-12-27
1
-9
/
+8
*
[OPENMP] Captured arguments of the capturable clauses by value.
Alexey Bataev
2017-12-22
1
-15
/
+36
*
[c++20] P0515R3: Parsing support and basic AST construction for operator <=>.
Richard Smith
2017-12-14
1
-0
/
+1
*
[OPENMP] Initial codegen for `target teams distribute simd` directive.
Alexey Bataev
2017-12-13
1
-4
/
+15
*
[OPENMP] Support `reduction` clause on target-based directives.
Alexey Bataev
2017-12-13
1
-3
/
+7
*
[OPENMP] Fix handling of clauses in clause parsing mode.
Alexey Bataev
2017-12-13
1
-2
/
+6
*
[OpenMP] Diagnose function name on the link clause
Kelvin Li
2017-12-12
1
-2
/
+13
*
[OPENMP] Initial codegen for `target teams distribute` directive.
Alexey Bataev
2017-12-08
1
-5
/
+27
*
[OPENMP] Initial codegen for `teams distribute simd` directive.
Alexey Bataev
2017-12-06
1
-3
/
+15
*
[OPENMP] Fix implicit mapping analysis.
Alexey Bataev
2017-12-05
1
-30
/
+47
*
[OPENMP] Remove non-required parameters for distribute simd outlined
Alexey Bataev
2017-12-05
1
-2
/
+2
*
[OPENMP] Fix assert fail after target implicit map checks.
Alexey Bataev
2017-12-05
1
-36
/
+23
*
[OpenMP] Initial implementation of code generation for pragma 'teams distribu...
Carlo Bertolli
2017-12-04
1
-3
/
+15
*
[OPENMP] Codegen for `distribute simd` directive.
Alexey Bataev
2017-12-04
1
-2
/
+12
*
[OPENMP] Do not allow variables to be first|last-privates in
Alexey Bataev
2017-12-01
1
-10
/
+5
*
[c++2a] P0515R3: Support for overloaded operator<=>.
Richard Smith
2017-12-01
1
-0
/
+1
*
[OpenMP] Diagnose undeclared variables on declare target clause
Kelvin Li
2017-11-30
1
-1
/
+1
*
[OPENMP] Fix possible assert for target regions with incorrect inner
Alexey Bataev
2017-11-30
1
-1
/
+14
*
[OPENMP] Allow only loop control variables in distribute simd
Alexey Bataev
2017-11-29
1
-33
/
+12
*
[OPENMP] General improvement of handling of `teams distribute`
Alexey Bataev
2017-11-29
1
-2
/
+12
*
[OPENMP] Generalize capturing of clauses expressions.
Alexey Bataev
2017-11-28
1
-84
/
+153
*
[OPENMP] Codegen for `distribute parallel for simd` directive.
Alexey Bataev
2017-11-27
1
-2
/
+13
*
[OPENMP] Add support for cancel constructs in `target teams distribute
Alexey Bataev
2017-11-22
1
-2
/
+4
*
[OPENMP] Add support for cancel constructs in [teams] distribute
Alexey Bataev
2017-11-22
1
-3
/
+7
*
[OPENMP] Added missed checks for for [simd] based directives.
Alexey Bataev
2017-11-22
1
-0
/
+52
*
[OPENMP] General improvement of code, NFC.
Alexey Bataev
2017-11-22
1
-3
/
+16
*
[OPENMP] Codegen for `target teams` directive.
Alexey Bataev
2017-11-22
1
-0
/
+10
*
[OPENMP] Initial support for asynchronous data update, NFC.
Alexey Bataev
2017-11-21
1
-16
/
+103
*
[OpenMP] Initial implementation of code generation for pragma 'teams distribu...
Carlo Bertolli
2017-11-20
1
-5
/
+111
*
[OpenMP] Show error if VLAs are not supported
Jonas Hahnfeld
2017-11-18
1
-12
/
+19
*
[OPENMP] Codegen for `target simd` construct.
Alexey Bataev
2017-11-17
1
-1
/
+12
*
[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
[next]