Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
0e93c3932a85fc74abbcb0f2df8c048fed5a1f0d
/
clang
/
lib
/
Sema
/
SemaOpenMP.cpp
1851df5
[OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ pragma
by Kelvin Li
· 9 years ago
80e8f56
[OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragma
by Kelvin Li
· 9 years ago
83c451e
[OpenMP] Sema and parsing for 'target teams distribute' pragma
by Kelvin Li
· 9 years ago
a7206b9
[OPENMP] Fix for PR31416: Clang crashes on OMPCapturedExpr during source
by Alexey Bataev
· 9 years ago
bf594a5
[OpenMP] Sema and parsing for 'target teams' pragma
by Kelvin Li
· 9 years ago
193ee2d
[OpenMP] support the 'is_device_ptr' clause with 'target parallel' pragma
by Kelvin Li
· 9 years ago
8437625
Fix assert message. NFC.
by Kelvin Li
· 9 years ago
4c8035b
Fix format and a few typos in comments.
by Samuel Antao
· 9 years ago
7ade93f
[OpenMP] Sema and parsing for 'teams distribute parallel for' pragma
by Kelvin Li
· 9 years ago
579e41c
[OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragma
by Kelvin Li
· 9 years ago
7fcacd8
[OPENMP] Fix for PR31137: Wrong DSA for members in struct.
by Alexey Bataev
· 9 years ago
2bfddce
Remove comments (NFC)
by Kelvin Li
· 9 years ago
4e325f7
Re-apply patch r279045.
by Kelvin Li
· 9 years ago
d03c85c
[OpenMP] Check if the template specialization is mappable instead of specialized template Differential Revision: https://reviews.llvm.org/D25252
by David Sheinkman
· 9 years ago
9258999
[OpenMP] fix segfault when a variable referenced in reduction clause is a reference parameter\nDifferential Revision: http://reviews.llvm.org/D24524
by David Sheinkman
· 9 years ago
8b44bbc
Revert "[OpenMP] Sema and parsing for 'teams distribute simd’ pragma"
by Diana Picus
· 9 years ago
0e3bde8
[OpenMP] Sema and parsing for 'teams distribute simd’ pragma
by Kelvin Li
· 9 years ago
9d16822
[SemaOpenMP] Some miscellaneous cleanups
by David Majnemer
· 9 years ago
0253287
[OpenMP] Sema and parsing for 'teams distribute' pragma
by Kelvin Li
· 9 years ago
6890b09
[OpenMP] Code generation for the is_device_ptr clause
by Samuel Antao
· 9 years ago
cc10b85
[OpenMP] Codegen for use_device_ptr clause.
by Samuel Antao
· 9 years ago
2b51f72
[OpenMP] diagnose orphaned teams construct
by Kelvin Li
· 9 years ago
986330c
[OpenMP] Sema and parsing for 'target simd' pragma
by Kelvin Li
· 9 years ago
4f161cf
[OpenMP] Ignore parens in atomic capture
by Kelvin Li
· 9 years ago
e397812
[OPENMP] Removed loop statement as its body executes at most once, NFC.
by Alexey Bataev
· 9 years ago
dab51bb
[OpenMP] Remove dead code in conditional of mappable expressions SEMA.
by Samuel Antao
· 9 years ago
9f645ae
[OpenMP] Fix incorrect diagnostics in map clause
by Kelvin Li
· 9 years ago
c560949
[OpenMP] add check for both simdlen and safelen clauses specified
by Kelvin Li
· 9 years ago
a579b91
[OpenMP] Sema and parsing for 'target parallel for simd' pragma
by Kelvin Li
· 9 years ago
70a12c5
[OpenMP] remove duplicate code in ActOnOpenMPRegionStart
by Kelvin Li
· 9 years ago
70594e9
[OpenMP] Initial implementation of parse+sema for OpenMP clause 'is_device_ptr' of target
by Carlo Bertolli
· 9 years ago
2404b17
[OpenMP] Initial implementation of parse+sema for clause use_device_ptr of 'target data'
by Carlo Bertolli
· 9 years ago
be8b8b5
[OPENMP] Do not create helper expressions in dependent contexts, NFC.
by Alexey Bataev
· 9 years ago
787f3fc
[OpenMP] Sema and parsing for 'distribute simd' pragma
by Kelvin Li
· 9 years ago
4a39add
[OpenMP] Sema and parse for 'distribute parallel for simd'
by Kelvin Li
· 9 years ago
fd8b574
[OpenMP] Issue warning if a simd construct nested inside another simd construct
by Kelvin Li
· 9 years ago
3834dce
[OpenMP] Diagnose missing cases of statements between target and teams directives
by Kelvin Li
· 9 years ago
9925f15
Resubmission of http://reviews.llvm.org/D21564 after fixes.
by Carlo Bertolli
· 9 years ago
b8503d5
Revert r273705
by Carlo Bertolli
· 9 years ago
e77d6e0
[OpenMP] Initial implementation of parse and sema for composite pragma 'distribute parallel for'
by Carlo Bertolli
· 9 years ago
03a4aa3
Re-commit r273548, reverted in r273589, with a fix to not produce
by Richard Smith
· 9 years ago
b77ebd7
Revert r273548, "Rearrange condition handling so that semantic checks on a condition variable"
by Peter Collingbourne
· 9 years ago
19f877c
Rearrange condition handling so that semantic checks on a condition variable
by Richard Smith
· 9 years ago
4a05bb8
Re-commit "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporaryExpr."
by Tim Shen
· 9 years ago
b46cdea
[OPENMP] Fix crash for 'schedule|dist_schedule' clauses during instantiation.
by Alexey Bataev
· 9 years ago
17b3dee
Revert "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporaryExpr."
by Tim Shen
· 9 years ago
f120a7b
[Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporaryExpr.
by Tim Shen
· 9 years ago
f0d7975
[OpenMP] Fix SEMA bug in the capture of global variables in template functions.
by Samuel Antao
· 9 years ago
ec172c6
[OpenMP] Parsing and sema support for the from clause
by Samuel Antao
· 9 years ago
661c090
[OpenMP] Parsing and sema support for the to clause
by Samuel Antao
· 9 years ago
686c70c
[OpenMP] Parsing and sema support for target update directive
by Samuel Antao
· 9 years ago
8b42706
[OPENMP 4.5] Codegen for dacross loop synchronization constructs.
by Alexey Bataev
· 9 years ago
7ace49d
[OPENMP] Pass scalar firstprivate vars by value.
by Alexey Bataev
· 9 years ago
d69b505
[OpenMP] Parse+Sema for '#pragma omp declare target' syntax version 4.5
by Dmitry Polukhin
· 9 years ago
07b79c2
[OPENMP] Fix detection of explicit data-sharing attributes in templates.
by Alexey Bataev
· 10 years ago
1e73ef3
[OPENMP 4.5] Initial codegen for 'taskloop simd' directive.
by Alexey Bataev
· 10 years ago
86ace55
[OpenMP] Map clause codegeneration.
by Samuel Antao
· 10 years ago
9092700
[OpenMP] Improve mappable expressions Sema.
by Samuel Antao
· 10 years ago
7292c29
[OPENMP 4.5] Codegen for 'taskloop' directive.
by Alexey Bataev
· 10 years ago
5dff95c
[OPENMP] Fix for LCV in simd directives in explicit clauses.
by Alexey Bataev
· 10 years ago
48591dd
[OPENMP] Codegen for untied tasks.
by Alexey Bataev
· 10 years ago
995e861
Revert "[OPENMP] Codegen for untied tasks."
by Alexey Bataev
· 10 years ago
823acfa
[OPENMP] Codegen for untied tasks.
by Alexey Bataev
· 10 years ago
bec9572
Revert "[OPENMP] Codegen for untied tasks."
by Alexey Bataev
· 10 years ago
26b2577
[OPENMP] Codegen for untied tasks.
by Alexey Bataev
· 10 years ago
35aaee6
[OPENMP 4.0] Fixed DSA analysis for taskloop directives.
by Alexey Bataev
· 10 years ago
ecba70f
[OPENMP 4.0] Support for 'linear' clause in 'declare simd' directive.
by Alexey Bataev
· 10 years ago
d93d376
[OPENMP 4.0] Support for 'aligned' clause in 'declare simd' directive.
by Alexey Bataev
· 10 years ago
e48a5fc
[OPENMP 4.0] Support for 'uniform' clause in 'declare simd' directive.
by Alexey Bataev
· 10 years ago
2af33e3
[OPENMP 4.0] Parsing/sema analysis for 'simdlen' clause in 'declare simd'
by Alexey Bataev
· 10 years ago
0b0da29
[OPENMP] Parsing and Sema support for 'omp declare target' directive
by Dmitry Polukhin
· 10 years ago
20dfd77
[OPENMP 4.0] Support for 'inbranch|noinbranch' clauses in 'declare simd'.
by Alexey Bataev
· 10 years ago
dc78bc82
[OPENMP] Avoid useless recursive calls in getDSA if it is called in a loop, NFC
by Dmitry Polukhin
· 10 years ago
c6ad97a
[OPENMP 4.5] Allow data members as loop counters in loop-based directives.
by Alexey Bataev
· 10 years ago
587e1de
[OPENMP 4.0] Initial support for '#pragma omp declare simd' directive.
by Alexey Bataev
· 10 years ago
1efd166
[OPENMP 4.5] Allow data members in 'aligned' clause.
by Alexey Bataev
· 10 years ago
5a3af13
[OPENMP] Remove extra code transformation.
by Alexey Bataev
· 10 years ago
b74bfc8
[OPENMP] Implementation of codegen for firstprivate clause of target directive
by Carlo Bertolli
· 10 years ago
e122da1
[OPENMP 4.5] Allow to use private data members in 'copyprivate' clause.
by Alexey Bataev
· 10 years ago
a839ddd
[OPENMP 4.0] Use 'declare reduction' constructs in 'reduction' clauses.
by Alexey Bataev
· 10 years ago
644a925
[OpenMP] NFC fix compilation warning about unused variable
by Dmitry Polukhin
· 10 years ago
a9f35cb
[OpenMP] Add support for multidimensional array sections in map clause SEMA.
by Samuel Antao
· 10 years ago
78849fb
[OPENMP 4.5] Codegen for data members in 'linear' clause.
by Alexey Bataev
· 10 years ago
94a4f0c
[OPENMP 4.0] Initial support for 'omp declare reduction' construct.
by Alexey Bataev
· 10 years ago
2bbf721
[OPENMP 4.5] Initial support for data members in 'linear' clause.
by Alexey Bataev
· 10 years ago
6120507
[OPENMP 4.5] Codegen for data members in 'reduction' clause.
by Alexey Bataev
· 10 years ago
60da77e
[OPENMP 4.5] Initial support for data members in 'reduction' clauses.
by Alexey Bataev
· 10 years ago
005248a
[OPENMP 4.5] Codegen for member decls in 'lastprivate' clause.
by Alexey Bataev
· 10 years ago
b7a34b6
[OPENMP 4.5] Support fielddecls in 'shared' clause.
by Alexey Bataev
· 10 years ago
74caaf2
[OPENMP 4.5] Initial support for data members in 'lastprivate' clause.
by Alexey Bataev
· 10 years ago
cc3949d
Remove use of builtin comma operator.
by Richard Trieu
· 10 years ago
417089f
[OPENMP 4.5] Codegen support for data members in 'firstprivate' clause.
by Alexey Bataev
· 10 years ago
11481f5
[OPENMP] Fix handling loop-based directives with arrays.
by Alexey Bataev
· 10 years ago
c0214e0
[OPENMP] Allow to use compound assignment operators.
by Alexey Bataev
· 10 years ago
3392d76
[OPENMP] Improved handling of pseudo-captured expressions in OpenMP.
by Alexey Bataev
· 10 years ago
4244be2
[OPENMP] Rename OMPCapturedFieldDecl to OMPCapturedExprDecl, NFC.
by Alexey Bataev
· 10 years ago
d985eda
[OPENMP 4.5] Initial support for data members in 'firstprivate' clause.
by Alexey Bataev
· 10 years ago
4bcad7f
Fix PR26543: add a check for definition in CXXRecordDecl.
by Alexey Bataev
· 10 years ago
13b509c
[OPENMP] Allow to use the variable in the same 'threadprivate' directive.
by Alexey Bataev
· 10 years ago
3e6c45a
Do not mark variable as threadprivate if it was marked already.
by Alexey Bataev
· 10 years ago
Next »