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
*
Reinstate 347294 with a fix for the failures.
Bill Wendling
2018-11-20
1
-18
/
+29
*
[OPENMP]Fix PR39694: do not capture `this` in non-`this` region.
Alexey Bataev
2018-11-16
1
-2
/
+9
*
Add support for 'atomic_default_mem_order' clause on 'requires' directive. Al...
Patrick Lyster
2018-11-02
1
-0
/
+25
*
Create ConstantExpr class
Bill Wendling
2018-10-31
1
-2
/
+2
*
[OPENMP] Support for mapping of the lambdas in target regions.
Alexey Bataev
2018-10-30
1
-4
/
+54
*
[OPENMP]Fix PR39372: Does not complain about loop bound variable not
Alexey Bataev
2018-10-29
1
-0
/
+2
*
[OpenMP] Fix condition.
Gheorghe-Teodor Bercea
2018-10-29
1
-1
/
+2
*
[OpenMP][NVPTX] Use single loops when generating code for distribute parallel...
Gheorghe-Teodor Bercea
2018-10-29
1
-2
/
+15
*
[OPENMP] Do not capture private loop counters.
Alexey Bataev
2018-10-29
1
-20
/
+86
*
[OPENMP]Fix PR39422: variables are not firstprivatized in task context.
Alexey Bataev
2018-10-25
1
-2
/
+25
*
[OPENMP]Fix PR39366: do not try to private field if it is not captured.
Alexey Bataev
2018-10-24
1
-2
/
+8
*
Add support for 'dynamic_allocators' clause on 'requires' directive. Differen...
Patrick Lyster
2018-10-11
1
-0
/
+13
*
[OPENMP] Add reverse_offload clause to requires directive
Patrick Lyster
2018-10-03
1
-0
/
+13
*
Add support for unified_shared_memory clause on requires directive
Patrick Lyster
2018-10-01
1
-0
/
+13
*
[OPENMP]Fix PR39084: Check datasharing attributes of reduction variables only.
Alexey Bataev
2018-09-28
1
-60
/
+58
*
[OPENMP] Add support for OMP5 requires directive + unified_address clause
Kelvin Li
2018-09-26
1
-1
/
+77
*
[OPENMP] Add support for mapping memory pointed by member pointer.
Alexey Bataev
2018-09-20
1
-0
/
+20
*
[OPENMP] Fix PR38903: Crash on instantiation of the non-dependent
Alexey Bataev
2018-09-13
1
-0
/
+10
*
[OPENMP] Fix PR38902: support ADL for declare reduction constructs.
Alexey Bataev
2018-09-12
1
-1
/
+106
*
[OPENMP] Simplified checks for declarations in declare target regions.
Alexey Bataev
2018-09-11
1
-106
/
+36
*
[OpenMP] Add support for nested 'declare target' directives
Kelvin Li
2018-09-10
1
-8
/
+3
*
[OPENMP] Fix processing of declare target construct.
Alexey Bataev
2018-08-14
1
-24
/
+5
*
[OPENMP] Fix emission of the loop doacross constructs.
Alexey Bataev
2018-08-13
1
-84
/
+185
*
Revert "[OPENMP] Fix emission of the loop doacross constructs."
Alexey Bataev
2018-08-13
1
-179
/
+84
*
[OPENMP] Fix emission of the loop doacross constructs.
Alexey Bataev
2018-08-13
1
-84
/
+179
*
Port getLocEnd -> getEndLoc
Stephen Kelly
2018-08-09
1
-4
/
+4
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-75
/
+75
*
[OPENMP] Mark variables captured in declare target region as implicitly
Alexey Bataev
2018-08-07
1
-7
/
+16
*
[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
[next]