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
/
test
/
OpenMP
Commit message (
Expand
)
Author
Age
Files
Lines
*
[OPENMP]Do not emit special virtual function for NVPTX target.
Alexey Bataev
2020-01-14
1
-0
/
+34
*
[OPENMP]Improve handling of possibly incorrectly mapped types.
Alexey Bataev
2020-01-14
1
-10
/
+23
*
[ItaniumCXXABI] Make tls wrappers properly comdat
Martin Storsjö
2020-01-13
1
-3
/
+3
*
[OPENMP]Allow comma in combiner expression.
Alexey Bataev
2020-01-08
1
-2
/
+12
*
[OPENMP]Allow using of members in standalone declaration pragmas.
Alexey Bataev
2020-01-07
3
-2
/
+17
*
[OPENMP]Do not diagnose references to non-integral types for ref in
Alexey Bataev
2020-01-07
1
-1
/
+2
*
[OPENMP50]Support lastprivate conditional updates in inc/dec unary ops.
Alexey Bataev
2020-01-06
2
-20
/
+60
*
[OPENMP]Fix crash on error message for declare reduction.
Alexey Bataev
2020-01-03
1
-2
/
+2
*
[OpenMP] diagnose zero-length array section in the depend clause
Kelvin Li
2020-01-03
14
-20
/
+17
*
[OPENMP50]Codegen for lastprivate conditional list items.
Alexey Bataev
2020-01-02
2
-15
/
+86
*
[OPENMP] Restore allowing of braced initializers in the declare reduction
Alexey Bataev
2020-01-02
1
-0
/
+2
*
[OpenMP] Fix formatting of OpenMP error message, by Wang Tianqing.
Alexey Bataev
2020-01-02
10
-0
/
+35
*
[OPENMP]Emit artificial threprivate vars as threadlocal, if possible.
Alexey Bataev
2019-12-31
6
-24
/
+19
*
[OpenMP][FIX] Generalize a test check line
Johannes Doerfert
2019-12-30
1
-2
/
+2
*
[OpenMP] Use the OpenMPIRBuilder for `omp parallel`
Johannes Doerfert
2019-12-30
2
-94
/
+142
*
[OPENMP50]Basic support for conditional lastprivate.
Alexey Bataev
2019-12-24
34
-85
/
+244
*
[OPENMP50]Codegen for nontemporal clause.
Alexey Bataev
2019-12-23
8
-92
/
+164
*
[OPENMP50]Add parsing/sema analysis for nontemporal clause.
Alexey Bataev
2019-12-17
27
-57
/
+1310
*
[OPENMP50]Add if clause in target teams idistribute simd directive.
Alexey Bataev
2019-12-16
3
-113
/
+201
*
[OPENMP50]Add if clause in target teams distribute parallel for simd directive.
Alexey Bataev
2019-12-16
2
-11
/
+29
*
[OPENMP]Fix skipping of functions body.
Alexey Bataev
2019-12-13
2
-10
/
+30
*
[OPENMP50]Fix possible conflict when emitting an alias for the functions
Alexey Bataev
2019-12-12
1
-0
/
+49
*
[OPENMP50]Improve checks for declare variant functions compatibility.
Alexey Bataev
2019-12-12
2
-8
/
+17
*
[OpenMP][Test] Add check for aux-triple predefined macros
Alexey Bader
2019-12-12
1
-0
/
+5
*
[OpenMP] Use the OpenMP-IR-Builder
Johannes Doerfert
2019-12-11
2
-2
/
+21
*
[OPENMP50]Add if clause in teams distribute parallel for simd directive.
Alexey Bataev
2019-12-11
3
-16
/
+39
*
[OPENMP50]Fix capturing of if condition in target parallel for simd
Alexey Bataev
2019-12-11
1
-4
/
+6
*
[OPENMP50]Add if clause in teams distribute simd directive.
Alexey Bataev
2019-12-11
3
-20
/
+176
*
[OPENMP50]Do not mark the function as used if referenced only in declare
Alexey Bataev
2019-12-10
1
-0
/
+11
*
[OPENMP50]Add if clause in target simd directive.
Alexey Bataev
2019-12-10
3
-109
/
+203
*
[OPENMP]Remove extra space from error message.
Alexey Bataev
2019-12-10
5
-16
/
+16
*
[OPENMP50]Add if clause in target parallel for simd directive.
Alexey Bataev
2019-12-10
3
-46
/
+151
*
[Frontend] Allow OpenMP offloading to aarch64
Bryan Chan
2019-12-08
1
-1
/
+2
*
[OpenMP] Require trivially copyable type for mapping
Jonas Hahnfeld
2019-12-07
29
-159
/
+159
*
[OPENMP50]Add if clause in distribute simd directive.
Alexey Bataev
2019-12-06
3
-17
/
+212
*
[OPENMP]Reorganize OpenMP warning groups.
Alexey Bataev
2019-12-06
4
-38
/
+44
*
[OPENMP]Moved warning fo mapping non-trivially copiable types into a
Alexey Bataev
2019-12-06
76
-548
/
+548
*
[OpenMP50] Add parallel master construct
cchen
2019-12-05
13
-0
/
+2709
*
[OPENMP50]Add support for if clause for simd part in distribute parallel for ...
Alexey Bataev
2019-12-05
2
-8
/
+31
*
[OPENMP50]Add support for if clause for simd part in parallel master taskloop...
Alexey Bataev
2019-12-05
2
-12
/
+35
*
[OPENMP50]Add support for if clause for simd part in master taskloop simd dir...
Alexey Bataev
2019-12-05
2
-17
/
+42
*
Revert "[OpenMP50] Add parallel master construct, by Chi Chun Chen."
Reid Kleckner
2019-12-04
13
-2709
/
+0
*
[OPENMP50]Add support for if clause for simd part in taskloop simd
Alexey Bataev
2019-12-04
2
-13
/
+33
*
[OpenMP50] Add parallel master construct, by Chi Chun Chen.
cchen
2019-12-04
13
-0
/
+2709
*
[OPENMP]Fix PR44133: Emit definitions of used constructors/functions.
Alexey Bataev
2019-12-02
1
-5
/
+7
*
[OpenMP][test] Fix test on MIPS-based buildbots
Miloš Stojanović
2019-11-28
1
-1
/
+1
*
[OPENMP50]Add if clause in parallel for simd directive.
Alexey Bataev
2019-11-27
1
-43
/
+124
*
[OPENMP]Fix PR44133: crash on lambda reductions in templates.
Alexey Bataev
2019-11-26
1
-0
/
+43
*
[OPENMP]Fix PR41826: symbols visibility in device code.
Alexey Bataev
2019-11-25
5
-27
/
+27
*
[OPENMP]Fix behaviour of defaultmap for OpenMP 4.5.
Alexey Bataev
2019-11-22
1
-7
/
+7
[next]