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]Improve handling of possibly incorrectly mapped types.
Alexey Bataev
2020-01-14
1
-2
/
+18
*
[OPENMP]Do not diagnose references to non-integral types for ref in
Alexey Bataev
2020-01-07
1
-2
/
+2
*
[OPENMP]Fix crash on error message for declare reduction.
Alexey Bataev
2020-01-03
1
-1
/
+2
*
[OpenMP] diagnose zero-length array section in the depend clause
Kelvin Li
2020-01-03
1
-0
/
+16
*
[OpenMP] Fix formatting of OpenMP error message, by Wang Tianqing.
Alexey Bataev
2020-01-02
1
-3
/
+2
*
[OpenMP][NFCI] Use the libFrontend ProcBindKind in Clang
Johannes Doerfert
2019-12-26
1
-7
/
+7
*
[OPENMP]Add extra checks and initialization for clause modifier.
Alexey Bataev
2019-12-24
1
-0
/
+8
*
[OPENMP50]Basic support for conditional lastprivate.
Alexey Bataev
2019-12-24
1
-17
/
+44
*
[OPENMP50]Codegen for nontemporal clause.
Alexey Bataev
2019-12-23
1
-11
/
+35
*
[OPENMP50]Add parsing/sema analysis for nontemporal clause.
Alexey Bataev
2019-12-17
1
-7
/
+84
*
[OPENMP50]Add if clause in target teams idistribute simd directive.
Alexey Bataev
2019-12-16
1
-1
/
+3
*
[OPENMP50]Add if clause in target teams distribute parallel for simd directive.
Alexey Bataev
2019-12-16
1
-1
/
+9
*
[OPENMP50]Improve checks for declare variant functions compatibility.
Alexey Bataev
2019-12-12
1
-5
/
+48
*
[OPENMP50]Add if clause in teams distribute parallel for simd directive.
Alexey Bataev
2019-12-11
1
-1
/
+9
*
[OPENMP50]Fix capturing of if condition in target parallel for simd
Alexey Bataev
2019-12-11
1
-1
/
+3
*
[OPENMP50]Add if clause in teams distribute simd directive.
Alexey Bataev
2019-12-11
1
-1
/
+7
*
[OPENMP50]Add if clause in target simd directive.
Alexey Bataev
2019-12-10
1
-1
/
+7
*
[OPENMP50]Add if clause in target parallel for simd directive.
Alexey Bataev
2019-12-10
1
-1
/
+7
*
[OpenMP][NFCI] Introduce llvm/IR/OpenMPConstants.h
Johannes Doerfert
2019-12-10
1
-2
/
+9
*
[OpenMP] Require trivially copyable type for mapping
Jonas Hahnfeld
2019-12-07
1
-1
/
+1
*
[OPENMP50]Add if clause in distribute simd directive.
Alexey Bataev
2019-12-06
1
-1
/
+3
*
[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
[next]