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] 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
*
[OpenMP] Support for num_teams-clause on the 'target teams' directive.
Arpith Chacko Jacob
2017-01-25
1
-2
/
+75
*
[OpenMP] Codegen support for 'target teams' on the host.
Arpith Chacko Jacob
2017-01-25
1
-5
/
+6
*
Reverting commit because an NVPTX patch sneaked in. Break up into two
Arpith Chacko Jacob
2017-01-25
1
-6
/
+5
*
[OpenMP] Codegen support for 'target teams' on the host.
Arpith Chacko Jacob
2017-01-25
1
-5
/
+6
*
[OpenMP] Support for the num_threads-clause on 'target parallel'.
Arpith Chacko Jacob
2017-01-25
1
-7
/
+78
*
[OpenMP] DSAChecker bug fix for combined directives.
Arpith Chacko Jacob
2017-01-23
1
-1
/
+5
*
[OpenMP] Support for the if-clause on the combined directive 'target parallel'.
Arpith Chacko Jacob
2017-01-18
1
-14
/
+172
*
[OpenMP] Codegen support for 'target parallel' on the host.
Arpith Chacko Jacob
2017-01-18
1
-5
/
+65
*
Revert r292374 to debug Windows buildbot failure.
Arpith Chacko Jacob
2017-01-18
1
-63
/
+5
*
[OpenMP] Codegen support for 'target parallel' on the host.
Arpith Chacko Jacob
2017-01-18
1
-5
/
+63
*
Remove redundant passing around of a "ContainsAutoType" flag.
Richard Smith
2017-01-12
1
-21
/
+18
*
[OpenMP] Sema and parsing for 'target teams distribute simd’ pragma
Kelvin Li
2017-01-10
1
-4
/
+46
*
[OpenMP] Support the 'is_device_ptr' clause with 'target parallel for' pragma
Kelvin Li
2017-01-10
1
-2
/
+4
*
[OpenMP] Support the 'is_device_ptr' clause with 'target parallel for simd' p...
Kelvin Li
2017-01-10
1
-2
/
+4
*
[OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ p...
Kelvin Li
2017-01-03
1
-4
/
+60
*
[OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragma
Kelvin Li
2016-12-29
1
-4
/
+59
*
[OpenMP] Sema and parsing for 'target teams distribute' pragma
Kelvin Li
2016-12-25
1
-4
/
+47
*
[OPENMP] Fix for PR31416: Clang crashes on OMPCapturedExpr during source
Alexey Bataev
2016-12-20
1
-7
/
+11
*
[OpenMP] Sema and parsing for 'target teams' pragma
Kelvin Li
2016-12-17
1
-12
/
+46
*
[OpenMP] support the 'is_device_ptr' clause with 'target parallel' pragma
Kelvin Li
2016-12-16
1
-2
/
+3
*
Fix assert message. NFC.
Kelvin Li
2016-12-14
1
-1
/
+1
*
Fix format and a few typos in comments.
Samuel Antao
2016-12-12
1
-11
/
+10
*
[OpenMP] Sema and parsing for 'teams distribute parallel for' pragma
Kelvin Li
2016-12-09
1
-1
/
+52
*
[OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragma
Kelvin Li
2016-11-30
1
-5
/
+63
*
[OPENMP] Fix for PR31137: Wrong DSA for members in struct.
Alexey Bataev
2016-11-28
1
-1
/
+2
*
Remove comments (NFC)
Kelvin Li
2016-11-24
1
-1509
/
+0
*
Re-apply patch r279045.
Kelvin Li
2016-10-25
1
-1
/
+186
[next]