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
/
Serialization
/
ASTWriterStmt.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[OPENMP] Initial parsing and sema analysis for 'flush' directive.
Alexey Bataev
2014-07-21
1
-0
/
+14
*
[OPENMP] Parsing/Sema of the OpenMP directive 'critical'.
Alexander Musman
2014-07-21
1
-0
/
+7
*
[OPENMP] Initial parsing and sema analysis for 'taskwait' directive.
Alexey Bataev
2014-07-18
1
-0
/
+6
*
[OPENMP] Initial parsing and sema analysis for 'barrier' directive.
Alexey Bataev
2014-07-18
1
-0
/
+6
*
[OPENMP] Initial parsing and sema analysis of 'taskyield' directive.
Alexey Bataev
2014-07-18
1
-1
/
+8
*
[OPENMP] Initial parsing and sema analysis of 'mergeable' clause.
Alexey Bataev
2014-07-17
1
-0
/
+2
*
[OPENMP] Initial support for parsing and sema analysis of 'untied' clause.
Alexey Bataev
2014-07-17
1
-0
/
+2
*
[OPENMP] Parsing/Sema analysis of directive 'master'
Alexander Musman
2014-07-17
1
-0
/
+6
*
[OPENMP] Initial parsing and sema analysis for 'final' clause.
Alexey Bataev
2014-07-17
1
-0
/
+5
*
Track the difference between
Richard Smith
2014-07-17
1
-0
/
+1
*
[OPENMP] Parsing and sema analysis for 'omp task' directive.
Alexey Bataev
2014-07-11
1
-0
/
+7
*
[OPENMP] Parsing and sema analysis for 'omp parallel sections' directive.
Alexey Bataev
2014-07-08
1
-0
/
+8
*
[OPENMP] Added initial support for 'omp parallel for'.
Alexey Bataev
2014-07-07
1
-0
/
+8
*
Add an AST node for __leave statements, hook it up.
Nico Weber
2014-07-07
1
-0
/
+6
*
[OPENMP] Parsing and sema analysis for 'copyprivate' clause.
Alexey Bataev
2014-06-27
1
-0
/
+7
*
[OPENMP] Initial parsing and sema analysis for 'single' directive.
Alexey Bataev
2014-06-26
1
-0
/
+7
*
[OPENMP] Initial parsing and sema analysis for 'section' directive.
Alexey Bataev
2014-06-26
1
-0
/
+6
*
[OPENMP] Initial support for 'sections' directive.
Alexey Bataev
2014-06-25
1
-0
/
+7
*
[OPENMP] Initial support for 'nowait' clause.
Alexey Bataev
2014-06-20
1
-0
/
+2
*
[OPENMP] Initial support for 'ordered' clause.
Alexey Bataev
2014-06-20
1
-0
/
+2
*
[OPENMP] Initial support for 'schedule' clause.
Alexey Bataev
2014-06-20
1
-0
/
+8
*
[OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MS...
Alexey Bataev
2014-06-18
1
-0
/
+8
*
Revert "[OPENMP] Initial support for '#pragma omp for'."
Rafael Espindola
2014-06-17
1
-8
/
+0
*
[OPENMP] Initial support for '#pragma omp for'.
Alexey Bataev
2014-06-17
1
-0
/
+8
*
[OPENMP] Initial support of 'reduction' clause
Alexey Bataev
2014-06-16
1
-0
/
+10
*
[OPENMP] Parsing/Sema for OMPLasprivateClause.
Alexander Musman
2014-06-04
1
-0
/
+7
*
Parsing/Sema for OMPAlignedClause.
Alexander Musman
2014-05-29
1
-0
/
+9
*
Parsing/Sema for OMPCollapseClause.
Alexander Musman
2014-05-27
1
-0
/
+5
*
[C++11] Use 'nullptr'. Serialization edition.
Craig Topper
2014-05-22
1
-5
/
+5
*
[OPENMP] 'proc_bind' clause support - Parsing and sema analysis for OpenMP cl...
Alexey Bataev
2014-05-06
1
-0
/
+6
*
AST: Mangle reference temporaries reliably
David Majnemer
2014-05-01
1
-2
/
+3
*
[OPENMP] parsing 'linear' clause (for directive 'omp simd')
Alexander Musman
2014-04-22
1
-0
/
+9
*
[OPENMP][C++11] Renamed loop vars properly.
Alexey Bataev
2014-04-04
1
-8
/
+8
*
[OPENMP] Small update for C++11
Alexey Bataev
2014-04-03
1
-4
/
+2
*
[OPENMP] Implemented 'copyin' clause
Alexey Bataev
2014-03-31
1
-0
/
+9
*
[OPENMP] parsing of clause 'safelen' (for directive 'omp simd')
Alexey Bataev
2014-03-21
1
-0
/
+5
*
[C++11] Replacing CompoundStmt iterators body_begin() and body_end() with ite...
Aaron Ballman
2014-03-17
1
-3
/
+2
*
[C++11] Replacing CapturedStmt iterators capture_init_begin() and capture_ini...
Aaron Ballman
2014-03-14
1
-4
/
+2
*
[C++11] Replacing CapturedStmt iterators capture_begin() and capture_end() wi...
Aaron Ballman
2014-03-14
1
-7
/
+5
*
[C++11] Replacing OMPThreadPrivateDecl and OMPClause iterators varlist_begin(...
Aaron Ballman
2014-03-14
1
-12
/
+6
*
[OPENMP] Clause 'num_threads'
Alexey Bataev
2014-03-06
1
-0
/
+5
*
[OPENMP] First changes for Parsing and Sema for 'omp simd' directive support
Alexey Bataev
2014-02-27
1
-2
/
+10
*
[OPENMP] 'if' clause support (no CodeGen support)
Alexey Bataev
2014-02-13
1
-0
/
+5
*
Eliminate UnaryTypeTraitExpr
Alp Toker
2014-01-01
1
-9
/
+0
*
Serialize source range info for TypeTraitExpr.
Jordan Rose
2013-12-20
1
-0
/
+1
*
Eliminate BinaryTypeTraitExpr
Alp Toker
2013-12-13
1
-10
/
+0
*
Fix code typos spotted while working on type traits
Alp Toker
2013-12-06
1
-5
/
+5
*
[OpenMP] Added parsing and semantic analysis for firstprivate clause
Alexey Bataev
2013-10-01
1
-0
/
+9
*
[OPENMP] Bug fixes and improvements.
Alexey Bataev
2013-09-24
1
-4
/
+4
*
Add the intrinsic __builtin_convertvector
Hal Finkel
2013-09-18
1
-0
/
+9
[prev]
[next]