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
/
Parse
/
ParseOpenMP.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Re-apply patch r279045.
Kelvin Li
2016-10-25
1
-3
/
+6
*
Move calls of MaybeParseMicrosoftAttributes() before ParseExternalDeclaration()
Nico Weber
2016-09-03
1
-2
/
+0
*
Revert "[OpenMP] Sema and parsing for 'teams distribute simd’ pragma"
Diana Picus
2016-08-18
1
-6
/
+3
*
[OpenMP] Sema and parsing for 'teams distribute simd’ pragma
Kelvin Li
2016-08-17
1
-3
/
+6
*
[OpenMP] Sema and parsing for 'teams distribute' pragma
Kelvin Li
2016-08-05
1
-3
/
+7
*
[OpenMP] Sema and parsing for 'target simd' pragma
Kelvin Li
2016-07-20
1
-2
/
+5
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-1
/
+0
*
[OpenMP] Sema and parsing for 'target parallel for simd' pragma
Kelvin Li
2016-07-14
1
-3
/
+7
*
[OpenMP] Initial implementation of parse+sema for OpenMP clause 'is_device_pt...
Carlo Bertolli
2016-07-13
1
-1
/
+4
*
[OpenMP] Initial implementation of parse+sema for clause use_device_ptr of 't...
Carlo Bertolli
2016-07-13
1
-0
/
+3
*
[OpenMP] Sema and parsing for 'distribute simd' pragma
Kelvin Li
2016-07-06
1
-2
/
+5
*
[OpenMP] Sema and parse for 'distribute parallel for simd'
Kelvin Li
2016-07-05
1
-2
/
+7
*
Resubmission of http://reviews.llvm.org/D21564 after fixes.
Carlo Bertolli
2016-06-27
1
-2
/
+7
*
Revert r273705
Carlo Bertolli
2016-06-24
1
-7
/
+2
*
[OpenMP] Initial implementation of parse and sema for composite pragma 'distr...
Carlo Bertolli
2016-06-24
1
-2
/
+7
*
[OpenMP] Parsing and sema support for the from clause
Samuel Antao
2016-05-26
1
-1
/
+5
*
[OpenMP] Parsing and sema support for the to clause
Samuel Antao
2016-05-26
1
-1
/
+4
*
[OpenMP] Parsing and sema support for target update directive
Samuel Antao
2016-05-26
1
-2
/
+8
*
[OpenMP] Parse+Sema for '#pragma omp declare target' syntax version 4.5
Dmitry Polukhin
2016-05-09
1
-27
/
+70
*
[OPENMP 4.0] Support for 'linear' clause in 'declare simd' directive.
Alexey Bataev
2016-04-12
1
-13
/
+27
*
[OPENMP 4.0] Support for 'aligned' clause in 'declare simd' directive.
Alexey Bataev
2016-04-12
1
-60
/
+77
*
[OPENMP 4.0] Support for 'uniform' clause in 'declare simd' directive.
Alexey Bataev
2016-04-12
1
-130
/
+139
*
Remove redundant conditions of the form (A || (!A && B)) -> (A || B)
Benjamin Kramer
2016-04-11
1
-2
/
+1
*
[OPENMP 4.0] Parsing/sema analysis for 'simdlen' clause in 'declare simd'
Alexey Bataev
2016-04-07
1
-39
/
+140
*
[OPENMP] Parsing and Sema support for 'omp declare target' directive
Dmitry Polukhin
2016-04-06
1
-0
/
+56
*
[OPENMP 4.0] Support for 'inbranch|noinbranch' clauses in 'declare
Alexey Bataev
2016-04-04
1
-6
/
+41
*
Revert "[OPENMP] Allow skip expression after comma in clauses with lists."
Alexey Bataev
2016-04-01
1
-5
/
+4
*
[OPENMP] Allow skip expression after comma in clauses with lists.
Alexey Bataev
2016-03-31
1
-4
/
+5
*
[OPENMP 4.0] Initial support for '#pragma omp declare simd' directive.
Alexey Bataev
2016-03-30
1
-2
/
+55
*
[OPENMP 4.0] Use 'declare reduction' constructs in 'reduction' clauses.
Alexey Bataev
2016-03-17
1
-5
/
+16
*
[OPENMP 4.0] Initial support for 'omp declare reduction' construct.
Alexey Bataev
2016-03-03
1
-4
/
+260
*
[OpenMP] Fix parsing of delete map clause modifier in C++ mode.
Samuel Antao
2016-02-27
1
-8
/
+16
*
[OPENMP] NFC rewrite ParseOpenMPDirectiveKind
Dmitry Polukhin
2016-02-13
1
-58
/
+64
*
[OpenMP] Parsing + sema for target parallel for directive.
Arpith Chacko Jacob
2016-02-03
1
-3
/
+6
*
[OpenMP] Parsing + sema for target parallel directive.
Arpith Chacko Jacob
2016-01-26
1
-2
/
+6
*
[OpenMP] Parsing + sema for defaultmap clause.
Arpith Chacko Jacob
2016-01-26
1
-0
/
+26
*
[OpenMP] Update map clause SEMA to support OpenMP 4.5 possible list items.
Samuel Antao
2016-01-22
1
-6
/
+5
*
[OpenMP] Detect implicit map type to report unspecified map type for target e...
Samuel Antao
2016-01-19
1
-2
/
+7
*
[OpenMP] Parsing + sema for "target exit data" directive.
Samuel Antao
2016-01-19
1
-4
/
+12
*
[OpenMP] Parsing + sema for "target enter data" directive.
Samuel Antao
2016-01-19
1
-5
/
+14
*
OpaquePtr: Use nullptr construction for ParsedType OpaquePtr typedef
David Blaikie
2016-01-15
1
-4
/
+4
*
OpaquePtr: Use nullptr construction for DeclGroupPtrTy OpaquePtr typedef
David Blaikie
2016-01-15
1
-1
/
+1
*
Add OpenMP dist_schedule clause to distribute directive and related regressio...
Carlo Bertolli
2016-01-15
1
-2
/
+13
*
[OPENMP] Fix for declarative/standalone directives use.
Alexey Bataev
2016-01-13
1
-4
/
+8
*
Silence enumeral and non-enumeral type in conditional expression warning; NFC.
Aaron Ballman
2015-12-28
1
-1
/
+1
*
[OPENMP 4.5] Sema/parsing support for extended format of 'schedule' clause.
Alexey Bataev
2015-12-28
1
-10
/
+47
*
[OPENMP 4.5] Parsing/sema analysis for 'depend(source)' clause in 'ordered' d...
Alexey Bataev
2015-12-18
1
-5
/
+30
*
[OPENMP 4.5] Parsing/sema for 'hint' clause of 'critical' directive.
Alexey Bataev
2015-12-15
1
-2
/
+6
*
Add parse and sema of OpenMP distribute directive with all clauses except dis...
Carlo Bertolli
2015-12-14
1
-2
/
+5
*
Revert r255001, "Add parse and sema for OpenMP distribute directive and all i...
NAKAMURA Takumi
2015-12-09
1
-5
/
+2
[next]