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] Code generation for target enter data directive
Samuel Antao
2016-04-27
1
-0
/
+64
*
[OpenMP] Code generation for target data directive
Samuel Antao
2016-04-27
1
-133
/
+322
*
[OpenMP] Map clause codegeneration.
Samuel Antao
2016-04-27
1
-82
/
+595
*
[OPENMP] Fix for codegen of captured variables in inlined directives.
Alexey Bataev
2016-04-27
1
-0
/
+7
*
[OPENMP 4.5] Codegen for 'taskloop' directive.
Alexey Bataev
2016-04-25
1
-27
/
+197
*
Debug info: Apply an empty debug location for global OpenMP destructors.
Adrian Prantl
2016-04-24
1
-0
/
+3
*
[OPENMP] Codegen for untied tasks.
Alexey Bataev
2016-04-20
1
-26
/
+124
*
Revert "[OPENMP] Codegen for untied tasks."
Alexey Bataev
2016-04-19
1
-125
/
+26
*
[OPENMP] Codegen for untied tasks.
Alexey Bataev
2016-04-19
1
-26
/
+125
*
Revert "[OPENMP] Codegen for untied tasks."
Alexey Bataev
2016-04-19
1
-124
/
+26
*
[OPENMP] Codegen for untied tasks.
Alexey Bataev
2016-04-19
1
-26
/
+124
*
NFC: make AtomicOrdering an enum class
JF Bastien
2016-04-06
1
-1
/
+2
*
[OPENMP] Codegen for teams directive for NVPTX
Carlo Bertolli
2016-04-04
1
-4
/
+16
*
[OPENMP] Allow runtime insert its own code inside OpenMP regions.
Alexey Bataev
2016-03-29
1
-348
/
+359
*
Revert "[OPENMP] Allow runtime insert its own code inside OpenMP regions."
Alexey Bataev
2016-03-28
1
-348
/
+348
*
[OPENMP] Allow runtime insert its own code inside OpenMP regions.
Alexey Bataev
2016-03-28
1
-348
/
+348
*
Revert "[OPENMP] Allow runtime insert its own code inside OpenMP regions."
Alexey Bataev
2016-03-28
1
-287
/
+300
*
[OPENMP] Allow runtime insert its own code inside OpenMP regions.
Alexey Bataev
2016-03-28
1
-300
/
+287
*
[OpenMP] Base support for target directive codegen on NVPTX device.
Arpith Chacko Jacob
2016-03-22
1
-0
/
+10
*
[OPENMP] Implementation of codegen for firstprivate clause of target directive
Carlo Bertolli
2016-03-18
1
-0
/
+1
*
Revert r263783 as buildbot failure is being investigated.
Arpith Chacko Jacob
2016-03-18
1
-10
/
+0
*
[OpenMP] Base support for target directive codegen on NVPTX device.
Arpith Chacko Jacob
2016-03-18
1
-0
/
+10
*
[OPENMP 4.0] Use 'declare reduction' constructs in 'reduction' clauses.
Alexey Bataev
2016-03-17
1
-13
/
+45
*
[OPENMP] Support for codegen of private clause of target, host side
Carlo Bertolli
2016-03-16
1
-1
/
+5
*
Revert commit http://reviews.llvm.org/D17877 to fix tests on x86.
Arpith Chacko Jacob
2016-03-15
1
-10
/
+0
*
[OpenMP] Base support for target directive codegen on NVPTX device.
Arpith Chacko Jacob
2016-03-15
1
-0
/
+10
*
Reverted http://reviews.llvm.org/D17877 to fix tests.
Arpith Chacko Jacob
2016-03-15
1
-10
/
+0
*
[OpenMP] Base support for target directive codegen on NVPTX device.
Arpith Chacko Jacob
2016-03-15
1
-0
/
+10
*
Preserve ExtParameterInfos into CGFunctionInfo.
John McCall
2016-03-11
1
-26
/
+11
*
Reapply r262741 [OPENMP] Codegen for distribute directive
Carlo Bertolli
2016-03-07
1
-35
/
+87
*
Revert r262741 - [OPENMP] Codegen for distribute directive
Samuel Antao
2016-03-04
1
-87
/
+35
*
[OPENMP] Codegen for distribute directive
Carlo Bertolli
2016-03-04
1
-35
/
+87
*
[OPENMP 4.0] Codegen for 'declare reduction' construct.
Alexey Bataev
2016-03-04
1
-2
/
+83
*
Add code generation for teams directive inside target region
Carlo Bertolli
2016-03-03
1
-1
/
+67
*
[OpenMP] Code generation for teams - kernel launching
Samuel Antao
2016-03-03
1
-6
/
+211
*
[OPENMP] Improved layout of CGOpenMPRuntime class, NFC.
Alexey Bataev
2016-02-19
1
-67
/
+249
*
Remove use of builtin comma operator.
Richard Trieu
2016-02-18
1
-5
/
+14
*
[OpenMP] Rename the offload entry points.
Samuel Antao
2016-02-13
1
-48
/
+33
*
Fix some Clang-tidy readability-redundant-control-flow warnings; other minor ...
Eugene Zelenko
2016-02-10
1
-9
/
+10
*
[OPENMP 4.0] Fixed support of array sections/array subscripts.
Alexey Bataev
2016-02-04
1
-19
/
+14
*
Move DebugInfoKind into its own header to cut the cyclic dependency edge from...
Benjamin Kramer
2016-02-02
1
-1
/
+1
*
Fix Clang-tidy modernize-use-nullptr warnings; other minor fixes.
Eugene Zelenko
2016-01-26
1
-4
/
+5
*
[OPENMP 4.5] Allow arrays in 'reduction' clause.
Alexey Bataev
2016-01-26
1
-44
/
+21
*
[OPENMP] Generalize codegen for 'sections'-based directive.
Alexey Bataev
2016-01-22
1
-11
/
+4
*
[OPENMP] Fix crash on reduction for complex variables.
Alexey Bataev
2016-01-21
1
-7
/
+9
*
[OPENMP 4.0] Fix for codegen of 'cancel' directive within 'sections' directive.
Alexey Bataev
2016-01-20
1
-2
/
+0
*
Don't store CGOpenMPRegionInfo::CodeGen as a reference (PR26078)
Hans Wennborg
2016-01-12
1
-1
/
+1
*
[OpenMP] Reapply rL256842: [OpenMP] Offloading descriptor registration and de...
Samuel Antao
2016-01-06
1
-27
/
+730
*
[OpenMP] Revert rL256842: [OpenMP] Offloading descriptor registration and dev...
Samuel Antao
2016-01-05
1
-731
/
+27
*
[OpenMP] Offloading descriptor registration and device codegen.
Samuel Antao
2016-01-05
1
-27
/
+731
[prev]
[next]