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
*
Backport r339704 to 7.0 for PR38598
Hans Wennborg
2018-08-17
1
-23
/
+4
*
Merging r339603:
Hans Wennborg
2018-08-16
1
-84
/
+185
*
[OPENMP] Fix PR38256: Fix locations of the artificial conditional op.
Alexey Bataev
2018-07-25
1
-1
/
+2
*
[OPENMP] Do not mark local variables as declare target.
Alexey Bataev
2018-07-09
1
-1
/
+5
*
[OPENMP] Fix incomplete type check for array reductions
Joel E. Denny
2018-06-28
1
-1
/
+1
*
Revert r335907: [OPENMP] Fix incomplete type check for array reductions
Joel E. Denny
2018-06-28
1
-1
/
+1
*
[OPENMP] Fix incomplete type check for array reductions
Joel E. Denny
2018-06-28
1
-1
/
+1
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-124
/
+124
*
[OPENMP] Analyze the type of the mapped entity instead of its base.
Alexey Bataev
2018-05-02
1
-1
/
+8
*
[OPENMP] Do not emit warning for implicitly declared target functions.
Alexey Bataev
2018-05-02
1
-14
/
+16
*
[OPENMP] Do not emit warning about non-declared target function params.
Alexey Bataev
2018-04-30
1
-1
/
+1
*
[OPENMP] Fix -Wunused-lambda-capture. NFC
Fangrui Song
2018-04-18
1
-0
/
+1
*
[OPENMP] Code cleanup and code improvements.
Alexey Bataev
2018-04-18
1
-997
/
+998
*
[OPENMP] Replace push_back by emplace_back, NFC.
Alexey Bataev
2018-04-13
1
-2
/
+2
*
[OPENMP] Code cleanup, NFC.
Alexey Bataev
2018-04-11
1
-29
/
+31
*
[OPENMP] Additional attributes for the pointer parameters.
Alexey Bataev
2018-04-10
1
-57
/
+78
*
[OPENMP] Codegen for declare target with link clause.
Alexey Bataev
2018-03-26
1
-6
/
+18
*
[OPENMP, NVPTX] Globalization of the private redeclarations.
Alexey Bataev
2018-03-20
1
-16
/
+38
*
[OPENMP] Codegen for `omp declare target` construct.
Alexey Bataev
2018-03-15
1
-5
/
+9
*
Re-land "[Sema] Make getCurFunction() return null outside function parsing"
Reid Kleckner
2018-03-12
1
-40
/
+40
*
Revert "[Sema] Make getCurFunction() return null outside function parsing"
Reid Kleckner
2018-03-08
1
-40
/
+40
*
[Sema] Make getCurFunction() return null outside function parsing
Reid Kleckner
2018-03-08
1
-40
/
+40
*
[OPENMP] Treat local variables in CUDA mode as thread local.
Alexey Bataev
2018-03-02
1
-15
/
+59
*
Remove redundant casts. NFC
George Burgess IV
2018-03-01
1
-1
/
+1
*
[OPENMP] Emit warning for non-trivial types in map clauses.
Alexey Bataev
2018-02-27
1
-2
/
+7
*
[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
[next]