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
*
[OpenMP50] Add parallel master construct
cchen
2019-12-05
1
-0
/
+38
*
[OPENMP50]Add support for if clause for simd part in distribute parallel for ...
Alexey Bataev
2019-12-05
1
-1
/
+8
*
[OPENMP50]Add support for if clause for simd part in parallel master taskloop...
Alexey Bataev
2019-12-05
1
-1
/
+13
*
[OPENMP50]Add support for if clause for simd part in master taskloop simd dir...
Alexey Bataev
2019-12-05
1
-1
/
+3
*
Revert "[OpenMP50] Add parallel master construct, by Chi Chun Chen."
Reid Kleckner
2019-12-04
1
-38
/
+0
*
[OPENMP50]Add support for if clause for simd part in taskloop simd
Alexey Bataev
2019-12-04
1
-15
/
+26
*
[OpenMP50] Add parallel master construct, by Chi Chun Chen.
cchen
2019-12-04
1
-0
/
+38
*
[OPENMP]Use cast instead dyn_cast, NFC.
Alexey Bataev
2019-12-02
1
-1
/
+1
*
[OPENMP50]Add if clause in parallel for simd directive.
Alexey Bataev
2019-11-27
1
-1
/
+6
*
[OPENMP]Simplify processing of context selectors, NFC.
Alexey Bataev
2019-11-22
1
-21
/
+11
*
[OPENMP]Fix behaviour of defaultmap for OpenMP 4.5.
Alexey Bataev
2019-11-22
1
-6
/
+12
*
[OPENMP50]Add device/kind context selector support.
Alexey Bataev
2019-11-21
1
-3
/
+27
*
[OPENMP]Fix datasharing checks for if clause in parallel taskloop
Alexey Bataev
2019-11-21
1
-3
/
+7
*
[OPENMP50]Add if clause in for simd directive.
Alexey Bataev
2019-11-21
1
-1
/
+3
*
[OPENMP50]Add if clause in simd directive.
Alexey Bataev
2019-11-19
1
-1
/
+3
*
[NFC] Refactor representation of materialized temporaries
Tyker
2019-11-19
1
-1
/
+1
*
Fix "not all control paths return a value" warning. NFCI.
Simon Pilgrim
2019-11-18
1
-2
/
+3
*
Revert "[NFC] Refactor representation of materialized temporaries"
Nico Weber
2019-11-17
1
-1
/
+1
*
[NFC] Refactor representation of materialized temporaries
Tyker
2019-11-16
1
-1
/
+1
*
[OpenMP 5.0] - Extend defaultmap, by Chi Chun Chen.
cchen
2019-11-15
1
-61
/
+241
*
[OPENMP50]Generalize handling of context matching/scoring.
Alexey Bataev
2019-11-11
1
-19
/
+50
*
[OPENMP50]Add support for nested atomic and simd constructs in
Alexey Bataev
2019-11-11
1
-3
/
+12
*
[OPENMP50]Simplify processing of context selector scores.
Alexey Bataev
2019-11-05
1
-3
/
+3
*
[OPENMP50]Support for imperfectly nested loops.
Alexey Bataev
2019-11-04
1
-2
/
+4
*
[OPENMP50]Add support for parallel master taskloop simd directive.
Alexey Bataev
2019-10-30
1
-1
/
+84
*
[OPENMP]Fix PR43772: No warning in non-combined target regions.
Alexey Bataev
2019-10-29
1
-3
/
+18
*
[OPENMP]Fix PR43771: Do not capture contexprs variables.
Alexey Bataev
2019-10-28
1
-1
/
+5
*
[OPENMP50]Add support for master taskloop simd.
Alexey Bataev
2019-10-18
1
-1
/
+64
*
[OPENMP]Allow priority clause in combined task-based directives.
Alexey Bataev
2019-10-16
1
-13
/
+10
*
[OPENMP]Allow final clause in combined task-based directives.
Alexey Bataev
2019-10-15
1
-3
/
+20
*
[OPNEMP]Allow num_tasks clause in combined task-based directives.
Alexey Bataev
2019-10-14
1
-5
/
+14
*
[OPNEMP]Allow grainsize clause in combined task-based directives.
Alexey Bataev
2019-10-14
1
-8
/
+97
*
[OPENMP50]Add support for 'parallel master taskloop' construct.
Alexey Bataev
2019-10-14
1
-1
/
+124
*
[OPENMP]Fix codegen for private variably length vars in combined
Alexey Bataev
2019-10-14
1
-0
/
+4
*
[OPENMP50]Support for 'master taskloop' directive.
Alexey Bataev
2019-10-10
1
-1
/
+51
*
[CUDA][HIP] Fix host/device check with -fopenmp
Yaxun Liu
2019-10-09
1
-87
/
+59
*
[OPENMP50]Multiple vendors in vendor context must be treated as logical
Alexey Bataev
2019-10-08
1
-2
/
+2
*
[OPENMP50]Allow functions in declare variant directive to have different
Alexey Bataev
2019-10-08
1
-1
/
+2
*
[OPENMP50]Treat range-based for as canonical loop.
Alexey Bataev
2019-10-07
1
-11
/
+38
*
Properly handle instantiation-dependent array bounds.
Richard Smith
2019-10-04
1
-2
/
+3
*
[OPENMP50]Add parsing/sema analysis for declare variant score.
Alexey Bataev
2019-10-02
1
-1
/
+16
*
[OPENMP]Fix PR43516: Compiler crash with collapse(2) on non-rectangular
Alexey Bataev
2019-10-01
1
-5
/
+13
*
[OPENMP50]Do not emit warning for the function with the currently
Alexey Bataev
2019-09-30
1
-2
/
+3
*
[OPENMP] Fix comment, NFC.
Alexey Bataev
2019-09-30
1
-1
/
+1
*
[OpenMP 5.0] Fix user-defined mapper lookup in sema
Michael Kruse
2019-09-26
1
-3
/
+11
*
[OPENMP50]Emit warnings if the functions was defined/used before marked
Alexey Bataev
2019-09-26
1
-4
/
+8
*
[OPENMP50]Parsing/sema support for 'implementation/vendor' context
Alexey Bataev
2019-09-25
1
-5
/
+8
*
[OPENMP]Use standard parsing for 'match' clause, NFC.
Alexey Bataev
2019-09-23
1
-0
/
+7
*
[OPENMP5.0]Allow multiple context selectors in the context selector
Alexey Bataev
2019-09-18
1
-31
/
+32
*
[OPENMP5.0]Introduce attribute for declare variant directive.
Alexey Bataev
2019-09-17
1
-1
/
+37
[next]