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] 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
*
[OpenMP] Check if the template specialization is mappable instead of speciali...
David Sheinkman
2016-10-06
1
-3
/
+0
*
[OpenMP] fix segfault when a variable referenced in reduction clause is a ref...
David Sheinkman
2016-10-04
1
-1
/
+1
*
Revert "[OpenMP] Sema and parsing for 'teams distribute simd’ pragma"
Diana Picus
2016-08-18
1
-186
/
+1
*
[OpenMP] Sema and parsing for 'teams distribute simd’ pragma
Kelvin Li
2016-08-17
1
-1
/
+186
*
[SemaOpenMP] Some miscellaneous cleanups
David Majnemer
2016-08-05
1
-142
/
+139
*
[OpenMP] Sema and parsing for 'teams distribute' pragma
Kelvin Li
2016-08-05
1
-4
/
+119
*
[OpenMP] Code generation for the is_device_ptr clause
Samuel Antao
2016-07-28
1
-25
/
+99
*
[OpenMP] Codegen for use_device_ptr clause.
Samuel Antao
2016-07-28
1
-8
/
+57
*
[OpenMP] diagnose orphaned teams construct
Kelvin Li
2016-07-26
1
-6
/
+14
*
[OpenMP] Sema and parsing for 'target simd' pragma
Kelvin Li
2016-07-20
1
-1
/
+128
*
[OpenMP] Ignore parens in atomic capture
Kelvin Li
2016-07-20
1
-2
/
+2
*
[OPENMP] Removed loop statement as its body executes at most once, NFC.
Alexey Bataev
2016-07-19
1
-10
/
+4
*
[OpenMP] Remove dead code in conditional of mappable expressions SEMA.
Samuel Antao
2016-07-18
1
-4
/
+4
*
[OpenMP] Fix incorrect diagnostics in map clause
Kelvin Li
2016-07-18
1
-0
/
+19
*
[OpenMP] add check for both simdlen and safelen clauses specified
Kelvin Li
2016-07-15
1
-85
/
+48
*
[OpenMP] Sema and parsing for 'target parallel for simd' pragma
Kelvin Li
2016-07-14
1
-3
/
+189
*
[OpenMP] remove duplicate code in ActOnOpenMPRegionStart
Kelvin Li
2016-07-13
1
-153
/
+21
*
[OpenMP] Initial implementation of parse+sema for OpenMP clause 'is_device_pt...
Carlo Bertolli
2016-07-13
1
-0
/
+44
*
[OpenMP] Initial implementation of parse+sema for clause use_device_ptr of 't...
Carlo Bertolli
2016-07-13
1
-0
/
+43
*
[OPENMP] Do not create helper expressions in dependent contexts, NFC.
Alexey Bataev
2016-07-07
1
-11
/
+23
*
[OpenMP] Sema and parsing for 'distribute simd' pragma
Kelvin Li
2016-07-06
1
-2
/
+109
*
[OpenMP] Sema and parse for 'distribute parallel for simd'
Kelvin Li
2016-07-05
1
-0
/
+152
*
[OpenMP] Issue warning if a simd construct nested inside another simd
Kelvin Li
2016-07-01
1
-6
/
+10
*
[OpenMP] Diagnose missing cases of statements between target and teams direct...
Kelvin Li
2016-06-27
1
-0
/
+3
*
Resubmission of http://reviews.llvm.org/D21564 after fixes.
Carlo Bertolli
2016-06-27
1
-14
/
+204
*
Revert r273705
Carlo Bertolli
2016-06-24
1
-204
/
+14
*
[OpenMP] Initial implementation of parse and sema for composite pragma 'distr...
Carlo Bertolli
2016-06-24
1
-14
/
+204
*
Re-commit r273548, reverted in r273589, with a fix to not produce
Richard Smith
2016-06-23
1
-6
/
+4
*
Revert r273548, "Rearrange condition handling so that semantic checks on a co...
Peter Collingbourne
2016-06-23
1
-4
/
+6
*
Rearrange condition handling so that semantic checks on a condition variable
Richard Smith
2016-06-23
1
-6
/
+4
*
Re-commit "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTempor...
Tim Shen
2016-06-21
1
-0
/
+8
*
[OPENMP] Fix crash for 'schedule|dist_schedule' clauses during
Alexey Bataev
2016-06-15
1
-2
/
+4
*
Revert "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporary...
Tim Shen
2016-06-09
1
-8
/
+0
*
[Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporaryExpr.
Tim Shen
2016-06-09
1
-0
/
+8
*
[OpenMP] Fix SEMA bug in the capture of global variables in template functions.
Samuel Antao
2016-05-27
1
-2
/
+4
*
[OpenMP] Parsing and sema support for the from clause
Samuel Antao
2016-05-26
1
-6
/
+27
*
[OpenMP] Parsing and sema support for the to clause
Samuel Antao
2016-05-26
1
-97
/
+172
[next]