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
/
AST
/
Stmt.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[OPENMP] Parsing and sema analysis for 'omp task' directive.
Alexey Bataev
2014-07-11
1
-0
/
+26
*
[OPENMP] Parsing and sema analysis for 'omp parallel sections' directive.
Alexey Bataev
2014-07-08
1
-0
/
+24
*
[OPENMP] Added initial support for 'omp parallel for'.
Alexey Bataev
2014-07-07
1
-0
/
+26
*
[OPENMP] Parsing and sema analysis for 'copyprivate' clause.
Alexey Bataev
2014-06-27
1
-0
/
+22
*
[OPENMP] Initial parsing and sema analysis for 'single' directive.
Alexey Bataev
2014-06-26
1
-0
/
+26
*
[OPENMP] Initial parsing and sema analysis for 'section' directive.
Alexey Bataev
2014-06-26
1
-0
/
+20
*
[OPENMP] Initial support for 'sections' directive.
Alexey Bataev
2014-06-25
1
-0
/
+24
*
[OPENMP] OMPSimdDirective and OMPForDirective: added initialization for Colla...
Alexey Bataev
2014-06-25
1
-17
/
+15
*
[OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MS...
Alexey Bataev
2014-06-18
1
-0
/
+27
*
Revert "[OPENMP] Initial support for '#pragma omp for'."
Rafael Espindola
2014-06-17
1
-27
/
+0
*
[OPENMP] Initial support for '#pragma omp for'.
Alexey Bataev
2014-06-17
1
-0
/
+27
*
[OPENMP] Initial support of 'reduction' clause
Alexey Bataev
2014-06-16
1
-0
/
+21
*
[OPENMP] Parsing/Sema for OMPLasprivateClause.
Alexander Musman
2014-06-04
1
-0
/
+22
*
Parsing/Sema for OMPAlignedClause.
Alexander Musman
2014-05-29
1
-0
/
+22
*
No longer triggering a checked iterator assert on Windows when using std::cop...
Aaron Ballman
2014-05-13
1
-4
/
+3
*
[C++11] Use 'nullptr'. AST edition.
Craig Topper
2014-05-12
1
-20
/
+19
*
[OPENMP] parsing 'linear' clause (for directive 'omp simd')
Alexander Musman
2014-04-22
1
-0
/
+24
*
[OPENMP] Implemented 'copyin' clause
Alexey Bataev
2014-03-31
1
-0
/
+22
*
[OPENMP] OMPExecutableDirective re-factoring
Alexander Musman
2014-03-27
1
-2
/
+2
*
[C++11] Replacing CapturedStmt iterators capture_begin() and capture_end() wi...
Aaron Ballman
2014-03-14
1
-4
/
+3
*
"&&&" != "&&"
Richard Trieu
2014-02-27
1
-1
/
+1
*
[OPENMP] First changes for Parsing and Sema for 'omp simd' directive support
Alexey Bataev
2014-02-27
1
-3
/
+32
*
Fix for Bug 18536 - Bad alignment in clang/AST/StmpOpenMP.h
Alexey Bataev
2014-02-25
1
-19
/
+25
*
[OpenMP] Added parsing and semantic analysis for firstprivate clause
Alexey Bataev
2013-10-01
1
-0
/
+23
*
Add unused markings to suppress warnings.
Eli Friedman
2013-09-10
1
-3
/
+7
*
OpenMP: Data-sharing attributes analysis and clause 'shared' (fixed test thre...
Alexey Bataev
2013-09-06
1
-0
/
+30
*
Remove useless reinterpret_casts from Stmt.cpp
Pavel Labath
2013-09-03
1
-9
/
+9
*
Revert "OpenMP: Data-sharing attributes analysis and clause 'shared'"
Rafael Espindola
2013-09-03
1
-30
/
+0
*
OpenMP: Data-sharing attributes analysis and clause 'shared'
Alexey Bataev
2013-09-03
1
-0
/
+30
*
Constify some more ASTContext& uses.
Craig Topper
2013-08-22
1
-13
/
+14
*
Constify the ASTContext& passed to Stmt creation functions. Also constify the...
Craig Topper
2013-08-22
1
-43
/
+38
*
Revert accidental commit.
Craig Topper
2013-08-21
1
-56
/
+59
*
Replace avx-512 with avx512f to match llvm side and what gcc patches appear t...
Craig Topper
2013-08-21
1
-59
/
+56
*
Revert r188756 because some other changes snuck in with it.
Craig Topper
2013-08-20
1
-56
/
+59
*
Add AVX-512 feature flag and knl cpu to clang.
Craig Topper
2013-08-20
1
-59
/
+56
*
Make the version of Stmt::operator new that takes ASTContext* call the ASTCon...
Craig Topper
2013-08-19
1
-5
/
+0
*
Revert r188644 to unbreak buildbots.
Craig Topper
2013-08-18
1
-0
/
+5
*
Remove Stmt::operator new that takes a ASTContext*. All callers use the ASTCo...
Craig Topper
2013-08-18
1
-5
/
+0
*
Remove throw() from Stmt::operator new so the compiler will omit the null che...
Craig Topper
2013-08-18
1
-2
/
+2
*
Make expression allocation methods use a 'const' reference to the ASTContext ...
Craig Topper
2013-08-18
1
-2
/
+2
*
OpenMP: basic support for #pragma omp parallel
Alexey Bataev
2013-07-19
1
-0
/
+52
*
Delete dead code.
Eli Friedman
2013-06-27
1
-22
/
+0
*
First pass of semantic analysis for init-captures: check the initializer, build
Richard Smith
2013-05-16
1
-1
/
+1
*
Implement template support for CapturedStmt
Wei Pan
2013-05-04
1
-4
/
+6
*
Serialization for captured statements
Ben Langmuir
2013-05-03
1
-2
/
+2
*
Move parsing of identifiers in MS-style inline assembly into
John McCall
2013-05-03
1
-14
/
+27
*
Sema for Captured Statements
Tareq A. Siraj
2013-04-16
1
-8
/
+8
*
Implement CapturedStmt AST
Tareq A. Siraj
2013-04-16
1
-0
/
+102
*
Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.
Jordan Rose
2013-02-08
1
-3
/
+4
*
ArrayRefize CXXTryStmt.
Nico Weber
2012-12-29
1
-7
/
+6
[next]