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
*
[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
*
[OPENMP] Codegen for 'if' clause in 'parallel' directive.
Alexey Bataev
2014-10-13
1
-2
/
+71
*
Reduce double set lookups. NFC.
Benjamin Kramer
2014-10-10
1
-2
/
+1
*
Unfriend CGOpenMPRegionInfo so it can go into an anonymous namespace.
Benjamin Kramer
2014-10-10
1
-7
/
+4
*
Fixing the MSVC 2013 build, NFC.
Aaron Ballman
2014-10-10
1
-0
/
+3
*
Code reformatting and improvement for OpenMP.
Alexey Bataev
2014-10-10
1
-37
/
+92
*
Code improvements in OpenMP CodeGen.
Alexey Bataev
2014-10-10
1
-12
/
+3
*
[OPENMP] Codegen for 'firstprivate' clause.
Alexey Bataev
2014-10-08
1
-18
/
+75
*
Revert commit r219297.
Alexey Bataev
2014-10-08
1
-75
/
+18
*
[OPENMP] Codegen for 'firstprivate' clause.
Alexey Bataev
2014-10-08
1
-18
/
+75
*
Revert back r219295.
Alexey Bataev
2014-10-08
1
-75
/
+18
*
[OPENMP] Codegen for 'firstprivate' clause.
Alexey Bataev
2014-10-08
1
-18
/
+75
*
removed unicode symbols from comments.
Alexey Bataev
2014-09-22
1
-5
/
+5
*
[OPENMP] Codegen for 'omp critical' directive.
Alexey Bataev
2014-09-22
1
-0
/
+61
*
NULL->nullptr
Alexander Musman
2014-09-11
1
-1
/
+1
*
[OPENMP] Improved codegen for outlined functions for 'parallel' directives.
Alexey Bataev
2014-07-25
1
-6
/
+25
*
[OPENMP] Reformatting and code improvement.
Alexey Bataev
2014-06-18
1
-11
/
+10
*
[OPENMP] Improve debug location codegen for OpenMP runtime library.
Alexey Bataev
2014-05-30
1
-14
/
+20
*
[OPENMP] Fixed problem with temp removal on some platforms in codegen for '#p...
Alexey Bataev
2014-05-07
1
-10
/
+4
*
[OPENMP] Initial codegen for '#pragma omp parallel'
Alexey Bataev
2014-05-06
1
-0
/
+183