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
*
[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
*
[OPENMP 4.5] Parsing/sema for 'num_tasks' clause.
Alexey Bataev
2015-12-08
1
-2
/
+8
*
Add parse and sema for OpenMP distribute directive and all its clauses exclud...
Carlo Bertolli
2015-12-08
1
-2
/
+5
*
[OPENMP 4.5] parsing/sema support for 'grainsize' clause.
Alexey Bataev
2015-12-07
1
-2
/
+9
*
[OPENMP 4.5] parsing/sema support for 'nogroup' clause.
Alexey Bataev
2015-12-07
1
-1
/
+5
*
[OPENMP 4.5] Parsing/sema support for 'omp taskloop simd' directive.
Alexey Bataev
2015-12-03
1
-3
/
+6
*
[OPENMP 4.5] Parsing/sema analysis for 'priority' clause.
Alexey Bataev
2015-12-01
1
-3
/
+9
*
[OPENMP 4.5] Parsing/sema analysis for 'taskloop' directive.
Alexey Bataev
2015-12-01
1
-1
/
+3
*
[OpenMP] Parsing and sema support for thread_limit clause.
Kelvin Li
2015-11-27
1
-1
/
+4
*
[OpenMP] Parsing and sema support for num_teams clause
Kelvin Li
2015-11-24
1
-1
/
+4
*
[OpenMP] Parsing and sema support for map clause
Kelvin Li
2015-11-23
1
-8
/
+81
*
[OPENMP 4.1] Add 'simd' clause for 'ordered' directive.
Alexey Bataev
2015-09-28
1
-1
/
+5
*
[OPENMP 4.1] Add 'threads' clause for '#pragma omp ordered'.
Alexey Bataev
2015-09-25
1
-1
/
+5
*
[OPENMP 4.1] Parsing/sema analysis for extended format of 'if' clause.
Alexey Bataev
2015-09-03
1
-40
/
+59
*
[OPENMP 4.1] Initial support for 'simdlen' clause.
Alexey Bataev
2015-08-21
1
-3
/
+9
*
[OPENMP 4.1] Allow to use 'uval' and 'ref' modifiers for reference types only.
Alexey Bataev
2015-08-20
1
-2
/
+1
*
[OPENMP 4.1] Initial support for modifiers in 'linear' clause.
Alexey Bataev
2015-08-20
1
-4
/
+28
*
This patch commits OpenMP 4 target device clauses
Michael Wong
2015-08-07
1
-1
/
+4
*
[OPENMP 4.1] Initial support for extended 'ordered' clause.
Alexey Bataev
2015-07-30
1
-2
/
+5
*
[OpenMP] Make target data directive generate unexpected directive diagnostic.
Samuel Antao
2015-07-22
1
-2
/
+1
[next]