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
/
CGOpenMPRuntime.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert revision 236487: [OPENMP] Fixed incorrect work with cleanups, NFC.
Alexey Bataev
2015-05-05
1
-19
/
+17
*
[OPENMP] Fixed incorrect work with cleanups, NFC.
Alexey Bataev
2015-05-05
1
-17
/
+19
*
Revert revision 236482: [OPENMP] Fixed incorrect work with cleanups, NFC.
Alexey Bataev
2015-05-05
1
-19
/
+13
*
[OPENMP] Fixed incorrect work with cleanups, NFC.
Alexey Bataev
2015-05-05
1
-13
/
+19
*
Revert revision 236480: [OPENMP] Fixed incorrect work with cleanups, NFC.
Alexey Bataev
2015-05-05
1
-16
/
+10
*
[OPENMP] Fixed incorrect work with cleanups, NFC.
Alexey Bataev
2015-05-05
1
-10
/
+16
*
[OPENMP] Codegen for 'firstprivate' clause in 'task' directive.
Alexey Bataev
2015-05-05
1
-18
/
+93
*
Make helper functions static. NFC.
Benjamin Kramer
2015-05-01
1
-5
/
+4
*
[OPENMP] Codegen for 'private' clause in 'task' directive.
Alexey Bataev
2015-04-30
1
-25
/
+155
*
[OPENMP] Fixed codegen for 'copyprivate' clause.
Alexey Bataev
2015-04-30
1
-6
/
+7
*
[OPENMP] Codegen for 'taskwait' directive.
Alexey Bataev
2015-04-27
1
-0
/
+17
*
[OPENMP] Codegen for 'if' clause in 'task' directive.
Alexey Bataev
2015-04-22
1
-40
/
+156
*
[OPENMP] Codegen for 'ordered' directive.
Alexey Bataev
2015-04-22
1
-6
/
+64
*
[OPENMP] Codegen for 'firstprivate' clause in 'for' directive.
Alexey Bataev
2015-04-15
1
-2
/
+3
*
[OPENMP] Fixed codegen for arrays in 'copyprivate' clause.
Alexey Bataev
2015-04-14
1
-28
/
+19
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-12
/
+8
*
[OPENMP] Codegen for 'reduction' clause in 'parallel' directive.
Alexey Bataev
2015-04-10
1
-35
/
+320
*
[OPENMP] Fixed cleanup of OpenMP code.
Alexey Bataev
2015-04-10
1
-28
/
+15
*
[OPENMP] Fixing troubles with lambdas in cleanups.
Alexey Bataev
2015-04-10
1
-20
/
+23
*
[OPENMP] Fixed incompatibility with MSVC, NFC.
Alexey Bataev
2015-04-10
1
-8
/
+17
*
[OPENMP] Refactoring of codegen for OpenMP directives.
Alexey Bataev
2015-04-10
1
-83
/
+163
*
clang-format my last commit
David Blaikie
2015-04-05
1
-1
/
+2
*
[opaque pointer type] More GEP API migrations
David Blaikie
2015-04-05
1
-15
/
+20
*
[OPENMP] Improved codegen for implicit/explicit 'barrier' constructs.
Alexey Bataev
2015-03-30
1
-5
/
+17
*
[OPENMP] Codegen for 'copyprivate' clause ('single' directive).
Alexey Bataev
2015-03-23
1
-1
/
+142
*
[OPENMP] Fix crash on code emitting if errors are found.
Alexey Bataev
2015-03-18
1
-0
/
+4
*
[OPENMP] Re-factor __kmpc_for_static_init_* routine generation.
Alexander Musman
2015-03-13
1
-88
/
+27
*
[OPENMP] CodeGen - 'omp for' with dynamic schedule kinds.
Alexander Musman
2015-03-12
1
-28
/
+118
*
[OPENMP] Initial codegen for 'omp task' directive.
Alexey Bataev
2015-03-10
1
-10
/
+296
*
[OPENMP] Improved code for generating debug info + generation of all OpenMP r...
Alexey Bataev
2015-03-10
1
-0
/
+8
*
Revert "[OPENMP] Improved code for generating debug info + generation of all ...
Rafael Espindola
2015-03-10
1
-7
/
+0
*
[OPENMP] Improved code for generating debug info + generation of all OpenMP r...
Alexey Bataev
2015-03-10
1
-0
/
+7
*
[OPENMP] Fixed codegen for directives without function outlining.
Alexey Bataev
2015-02-26
1
-45
/
+122
*
[OPENMP] Rename methods of OpenMPRuntime class. NFC.
Alexey Bataev
2015-02-25
1
-120
/
+109
*
[OPENMP] Update codegen for 'omp flush' directive.
Alexey Bataev
2015-02-24
1
-8
/
+4
*
[OPENMP] Initial codegen for 'single' directive.
Alexey Bataev
2015-02-05
1
-0
/
+49
*
[OPENMP] Codegen for 'taskyield' directive
Alexey Bataev
2015-02-05
1
-0
/
+19
*
Support ‘omp for’ with static chunked schedule kind.
Alexander Musman
2015-01-22
1
-0
/
+6
*
[cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.py
Chandler Carruth
2015-01-14
1
-1
/
+1
*
First patch with codegen of the 'omp for' directive. It implements
Alexander Musman
2014-12-15
1
-1
/
+187
*
[OPENMP] Codegen for 'omp barrier' directive.
Alexey Bataev
2014-12-05
1
-14
/
+19
*
[OPENMP] Codegen for 'omp master' directive
Alexey Bataev
2014-12-04
1
-0
/
+67
*
[OPENMP] Code formatting and improvement, no functional changes.
Alexey Bataev
2014-12-03
1
-21
/
+16
*
[OPENMP] Formating and code improvement for codegen of 'omp critical' directive.
Alexey Bataev
2014-12-01
1
-14
/
+11
*
[OPENMP] Codegen for "omp flush" directive.
Alexey Bataev
2014-11-20
1
-0
/
+19
*
Standardize on StringMap::insert, removing uses of StringMap::GetOrCreateValue.
David Blaikie
2014-11-19
1
-10
/
+8
*
[OPENMP] Codegen for threadprivate variables
Alexey Bataev
2014-11-11
1
-12
/
+207
*
Fix unicode chars into ascii in comment lines.
NAKAMURA Takumi
2014-10-27
1
-1
/
+1
*
[OPENMP] Codegen for 'private' clause in 'parallel' directive.
Alexey Bataev
2014-10-21
1
-2
/
+7
*
[OPENMP] Codegen for 'num_threads' clause in 'parallel' directive.
Alexey Bataev
2014-10-13
1
-0
/
+22
[prev]
[next]