Alexey Bataev
|
457ce20d09
[OPENMP 5.0]Initial support for 'allocator' clause.
|
6 years ago |
Alexey Bataev
|
3fbbfdb3b6
[OPENMP 5.0]Add initial support for 'allocate' directive.
|
6 years ago |
Eric Fiselier
|
804ee17240
Don't use ASTContext in DeclOpenMP.h because it's still incomplete.
|
6 years ago |
Michael Kruse
|
e93ddfad28
[OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive.
|
6 years ago |
Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 years ago |
Kelvin Li
|
ac26bee66c
[OPENMP] Add support for OMP5 requires directive + unified_address clause
|
7 years ago |
Stephen Kelly
|
2dfd8132cf
Port getLocEnd -> getEndLoc
|
7 years ago |
Stephen Kelly
|
d7b659b592
Port getLocStart -> getBeginLoc
|
7 years ago |
Erich Keane
|
3329317b89
[AST][3/4] Move the bit-fields from BlockDecl, LinkageSpecDecl and OMPDeclareReductionDecl into DeclContext
|
7 years ago |
Erich Keane
|
536c74b77d
[OpenCL, OpenMP] Fix crash when OpenMP used in OpenCL file
|
7 years ago |
Adrian Prantl
|
647be32c60
Remove \brief commands from doxygen comments.
|
7 years ago |
Alexey Bataev
|
a966b1fd6c
[OPENMP] Fix for PR31416: Clang crashes on OMPCapturedExpr during source
|
8 years ago |
Alexey Bataev
|
4ee889aa07
[OPENMP 4.0] Initial support for 'omp declare reduction' construct.
|
9 years ago |
Alexey Bataev
|
88bdfe9cef
[OPENMP] Rename OMPCapturedFieldDecl to OMPCapturedExprDecl, NFC.
|
9 years ago |
Alexey Bataev
|
23f04132c7
[OPENMP 4.5] Ccapture/codegen of private non-static data members.
|
9 years ago |
James Y Knight
|
7d510c2089
[TrailingObjects] Convert Decl* classes.
|
9 years ago |
Craig Topper
|
613c4e1cde
[C++11] Use 'nullptr'. AST edition.
|
11 years ago |
Chandler Carruth
|
4b9be6e25f
Sort all the #include lines with LLVM's utils/sort_includes.py which
|
11 years ago |
Richard Smith
|
4903ea2c65
Add class-specific operator new to Decl hierarchy. This guarantees that Decls
|
11 years ago |
Alexey Bataev
|
4fa7eab771
OpenMP: basic support for #pragma omp parallel
|
12 years ago |
Alexey Bataev
|
6af701f29b
OpenMP threadprivate with qualified names.
|
12 years ago |
Alexey Bataev
|
c640058aa7
OpenMP threadprivate directive parsing and semantic analysis
|
12 years ago |