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] Allow multiple mappings for member expressions for pointers.
Alexey Bataev
2018-02-27
1
-5
/
+11
*
[OPENMP] Do not emit messages for templates in declare target
Alexey Bataev
2018-02-16
1
-19
/
+38
*
[OPENMP] Fix PR35873: Fix data-sharing attributes for const variables.
Alexey Bataev
2018-02-16
1
-1
/
+1
*
[OPENMP] Fix PR38398: compiler crash on standalone pragma ordered with depend...
Alexey Bataev
2018-02-15
1
-119
/
+116
*
[OPENMP] Remove more empty SourceLocations() from the code.
Alexey Bataev
2018-01-23
1
-4
/
+4
*
[OPENMP] Add support for `depend` clauses on `target teams distribute
Alexey Bataev
2018-01-16
1
-1
/
+1
*
[OPENMP] Add support for `depend` on `target teams distribute parallel
Alexey Bataev
2018-01-16
1
-1
/
+6
*
[OPENMP] Add support for `depend` clauses on `target parallel for simd`
Alexey Bataev
2018-01-16
1
-1
/
+1
*
[OPENMP] Add support for `depend` clauses on `target parallel for`
Alexey Bataev
2018-01-16
1
-1
/
+1
*
[OPENMP] Add support for `depend` clauses on `target teams distribute
Alexey Bataev
2018-01-16
1
-1
/
+1
*
[OPENMP] Add support for `depend` clause on `target teams distribute`.
Alexey Bataev
2018-01-16
1
-1
/
+1
*
[OPENMP] Add support for `depend` clauses on `target parallel` directive.
Alexey Bataev
2018-01-16
1
-1
/
+1
*
[OPENMP] Add support for `depend` clauses on `target teams`.
Alexey Bataev
2018-01-16
1
-1
/
+6
*
[OPENMP] Add support for `depend` clauses on `target simd`.
Alexey Bataev
2018-01-16
1
-1
/
+1
*
[OPENMP] Initial codegen for `target teams distribute parallel for
Alexey Bataev
2018-01-15
1
-10
/
+31
*
[OPENMP] Add codegen for `depend` clauses on `target` directive.
Alexey Bataev
2018-01-15
1
-8
/
+83
*
[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
[prev]
[next]