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] Simplified iteration over clauses, NFC.
Alexey Bataev
2015-04-27
1
-4
/
+1
*
[OPENMP] Codegen for 'copyin' clause in 'parallel' directive.
Alexey Bataev
2015-04-16
1
-7
/
+31
*
[OPENMP] Codegen for 'lastprivate' clause in 'for' directive.
Alexey Bataev
2015-04-16
1
-7
/
+37
*
[OPENMP] Codegen for 'reduction' clause in 'parallel' directive.
Alexey Bataev
2015-04-10
1
-3
/
+29
*
[ast] Put the Stmt hierarchy on a diet for 64 bit targets.
Benjamin Kramer
2015-04-02
1
-2
/
+1
*
[OPENMP] Sema analysis for 'atomic capture' construct.
Alexey Bataev
2015-04-01
1
-5
/
+5
*
[OPENMP] Codegen for 'atomic update' construct.
Alexey Bataev
2015-03-30
1
-4
/
+4
*
[OPENMP] Codegen for 'copyprivate' clause ('single' directive).
Alexey Bataev
2015-03-23
1
-7
/
+31
*
[OPENMP] CodeGen of the 'linear' clause for the 'omp simd' directive.
Alexander Musman
2015-03-21
1
-8
/
+37
*
[OPENMP] Additional sema analysis for 'omp atomic[ update]'.
Alexey Bataev
2015-03-13
1
-3
/
+6
*
Various fixes to mangling of list-initialization.
Richard Smith
2015-02-05
1
-2
/
+8
*
First patch with codegen of the 'omp for' directive. It implements
Alexander Musman
2014-12-15
1
-91
/
+115
*
[OPENMP] Additional processing of 'omp atomic read' directive.
Alexey Bataev
2014-11-18
1
-8
/
+10
*
Removing the setLBracLoc and setRBracLoc functions from CompoundStmt -- their...
Aaron Ballman
2014-10-22
1
-1
/
+1
*
[OPENMP] Codegen for 'private' clause in 'parallel' directive.
Alexey Bataev
2014-10-21
1
-9
/
+16
*
[OPENMP] Codegen for 'if' clause in 'parallel' directive.
Alexey Bataev
2014-10-13
1
-0
/
+15
*
[OPENMP] 'omp teams' directive basic support.
Alexey Bataev
2014-10-09
1
-0
/
+26
*
[OPENMP] Codegen for 'firstprivate' clause.
Alexey Bataev
2014-10-08
1
-11
/
+23
*
Revert commit r219297.
Alexey Bataev
2014-10-08
1
-23
/
+11
*
[OPENMP] Codegen for 'firstprivate' clause.
Alexey Bataev
2014-10-08
1
-11
/
+23
*
Revert back r219295.
Alexey Bataev
2014-10-08
1
-23
/
+11
*
[OPENMP] Codegen for 'firstprivate' clause.
Alexey Bataev
2014-10-08
1
-11
/
+23
*
Revert "[OPENMP] 'omp teams' directive basic support. Includes parsing and se...
Renato Golin
2014-10-08
1
-26
/
+0
*
[OPENMP] 'omp teams' directive basic support.
Alexey Bataev
2014-10-07
1
-0
/
+26
*
[OPENMP] Loop collapsing and codegen for 'omp simd' directive.
Alexander Musman
2014-10-01
1
-35
/
+137
*
[OPENMP] Parsing/Sema of directive omp parallel for simd
Alexander Musman
2014-09-23
1
-0
/
+26
*
[OPENMP] Initial parsing/sema analysis of 'target' directive.
Alexey Bataev
2014-09-19
1
-0
/
+26
*
Parsing/Sema of directive omp for simd
Alexander Musman
2014-09-18
1
-0
/
+28
*
[AArch64, inline-asm] Improve diagnostic that is printed when the size of a
Akira Hatanaka
2014-08-22
1
-6
/
+40
*
Revert r213437
Warren Hunt
2014-07-25
1
-10
/
+12
*
[OPENMP] Initial parsing and sema analysis for 'atomic' directive.
Alexey Bataev
2014-07-22
1
-0
/
+26
*
[OPENMP] Initial parsing and sema analysis for 'ordered' directive.
Alexey Bataev
2014-07-22
1
-0
/
+20
*
[OPENMP] Initial parsing and sema analysis for 'flush' directive.
Alexey Bataev
2014-07-21
1
-0
/
+43
*
[OPENMP] Parsing/Sema of the OpenMP directive 'critical'.
Alexander Musman
2014-07-21
1
-0
/
+20
*
[MS-ABI] Assign SEH handler indices to __try blocks
Warren Hunt
2014-07-19
1
-12
/
+10
*
[OPENMP] Initial parsing and sema analysis for 'taskwait' directive.
Alexey Bataev
2014-07-18
1
-0
/
+14
*
[OPENMP] Initial parsing and sema analysis for 'barrier' directive.
Alexey Bataev
2014-07-18
1
-0
/
+14
*
[OPENMP] Initial parsing and sema analysis of 'taskyield' directive.
Alexey Bataev
2014-07-18
1
-0
/
+15
*
[OPENMP] Parsing/Sema analysis of directive 'master'
Alexander Musman
2014-07-17
1
-0
/
+20
*
[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
[next]