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
/
CodeGen
/
CGStmtOpenMP.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert commit revision 226786
Alexey Bataev
2015-01-22
1
-119
/
+2
*
[OPENMP] CodeGen for "omp atomic read [seq_cst]" directive.
Alexey Bataev
2015-01-22
1
-2
/
+119
*
Revert commit r226784.
Alexey Bataev
2015-01-22
1
-119
/
+2
*
[OPENMP] CodeGen for "omp atomic read [seq_cst]" directive.
Alexey Bataev
2015-01-22
1
-2
/
+119
*
[cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.py
Chandler Carruth
2015-01-14
1
-1
/
+1
*
Reapply r225000 (reverted in r225555): DebugInfo: Generalize debug info locat...
David Blaikie
2015-01-14
1
-2
/
+2
*
Revert "DebugInfo: Generalize debug info location handling" and related commits
David Blaikie
2015-01-09
1
-2
/
+2
*
Reapply "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-30
1
-2
/
+2
*
Revert "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-29
1
-2
/
+2
*
Reapply "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-29
1
-2
/
+2
*
Revert "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-17
1
-2
/
+2
*
DebugInfo: Generalize debug info location handling
David Blaikie
2014-12-16
1
-2
/
+2
*
[OPENMP] Bugfix for processing of global variables in OpenMP regions.
Alexey Bataev
2014-12-16
1
-3
/
+36
*
First patch with codegen of the 'omp for' directive. It implements
Alexander Musman
2014-12-15
1
-2
/
+104
*
[OPENMP] Codegen for 'omp barrier' directive.
Alexey Bataev
2014-12-05
1
-2
/
+2
*
[OPENMP] Codegen for 'omp master' directive
Alexey Bataev
2014-12-04
1
-2
/
+7
*
[OPENMP] Formating and code improvement for codegen of 'omp critical' directive.
Alexey Bataev
2014-12-01
1
-12
/
+3
*
[OPENMP] Codegen for "omp flush" directive.
Alexey Bataev
2014-11-20
1
-2
/
+11
*
[OPENMP] Codegen for 'private' clause in 'parallel' directive.
Alexey Bataev
2014-10-21
1
-0
/
+27
*
[OPENMP] Codegen for 'num_threads' clause in 'parallel' directive.
Alexey Bataev
2014-10-13
1
-6
/
+20
*
[OPENMP] Codegen for 'if' clause in 'parallel' directive.
Alexey Bataev
2014-10-13
1
-2
/
+60
*
Code reformatting and improvement for OpenMP.
Alexey Bataev
2014-10-10
1
-11
/
+4
*
Code improvements in OpenMP CodeGen.
Alexey Bataev
2014-10-10
1
-15
/
+42
*
[OPENMP] 'omp teams' directive basic support.
Alexey Bataev
2014-10-09
1
-0
/
+4
*
[OPENMP] Codegen for 'firstprivate' clause.
Alexey Bataev
2014-10-08
1
-12
/
+107
*
Revert commit r219297.
Alexey Bataev
2014-10-08
1
-107
/
+12
*
[OPENMP] Codegen for 'firstprivate' clause.
Alexey Bataev
2014-10-08
1
-12
/
+107
*
Revert back r219295.
Alexey Bataev
2014-10-08
1
-107
/
+12
*
[OPENMP] Codegen for 'firstprivate' clause.
Alexey Bataev
2014-10-08
1
-12
/
+107
*
Revert "[OPENMP] 'omp teams' directive basic support. Includes parsing and se...
Renato Golin
2014-10-08
1
-4
/
+0
*
[OPENMP] 'omp teams' directive basic support.
Alexey Bataev
2014-10-07
1
-0
/
+4
*
[OPENMP] Small refactoring of EmitOMPSimdLoop helper routine.
Alexander Musman
2014-10-07
1
-14
/
+14
*
[OPENMP] Loop collapsing and codegen for 'omp simd' directive.
Alexander Musman
2014-10-01
1
-3
/
+155
*
[OPENMP] Codegen of the ‘aligned’ clause for the ‘omp simd’ directive.
Alexander Musman
2014-09-30
1
-0
/
+30
*
[OPENMP] Parsing/Sema of directive omp parallel for simd
Alexander Musman
2014-09-23
1
-0
/
+5
*
[OPENMP] Codegen for 'omp critical' directive.
Alexey Bataev
2014-09-22
1
-2
/
+16
*
[OPENMP] Initial parsing/sema analysis of 'target' directive.
Alexey Bataev
2014-09-19
1
-0
/
+4
*
Parsing/Sema of directive omp for simd
Alexander Musman
2014-09-18
1
-0
/
+4
*
[OPENMP] Initial parsing and sema analysis for 'atomic' directive.
Alexey Bataev
2014-07-22
1
-0
/
+4
*
[OPENMP] Initial parsing and sema analysis for 'ordered' directive.
Alexey Bataev
2014-07-22
1
-0
/
+4
*
[OPENMP] Initial parsing and sema analysis for 'flush' directive.
Alexey Bataev
2014-07-21
1
-0
/
+4
*
[OPENMP] Parsing/Sema of the OpenMP directive 'critical'.
Alexander Musman
2014-07-21
1
-0
/
+4
*
[OPENMP] Initial parsing and sema analysis for 'taskwait' directive.
Alexey Bataev
2014-07-18
1
-0
/
+4
*
[OPENMP] Initial parsing and sema analysis for 'barrier' directive.
Alexey Bataev
2014-07-18
1
-0
/
+4
*
[OPENMP] Initial parsing and sema analysis of 'taskyield' directive.
Alexey Bataev
2014-07-18
1
-0
/
+4
*
[OPENMP] Parsing/Sema analysis of directive 'master'
Alexander Musman
2014-07-17
1
-0
/
+4
*
[OPENMP] Parsing and sema analysis for 'omp task' directive.
Alexey Bataev
2014-07-11
1
-0
/
+4
*
[OPENMP] Parsing and sema analysis for 'omp parallel sections' directive.
Alexey Bataev
2014-07-08
1
-0
/
+5
*
[OPENMP] Added initial support for 'omp parallel for'.
Alexey Bataev
2014-07-07
1
-0
/
+5
*
Using of variable length arrays in captured statements and OpenMP constructs.
Alexey Bataev
2014-06-30
1
-2
/
+1
[prev]
[next]