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
/
CGOpenMPRuntimeNVPTX.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[OpenMP] Remove implicit data sharing code gen that aims to use device shared...
Gheorghe-Teodor Bercea
2018-03-07
1
-11
/
+0
*
[OPENMP] Add debug info for generated functions.
Alexey Bataev
2018-01-04
1
-1
/
+2
*
[OpenMP] Add implicit data sharing support when offloading to NVIDIA GPUs usi...
Gheorghe-Teodor Bercea
2017-11-21
1
-0
/
+11
*
[OPENMP] Generalization of calls of the outlined functions.
Alexey Bataev
2017-08-14
1
-1
/
+1
*
[OPENMP][DEBUG] Set proper address space info if required by target.
Alexey Bataev
2017-08-08
1
-0
/
+20
*
Revert "[OPENMP][DEBUG] Set proper address space info if required by target."
Alexey Bataev
2017-08-08
1
-25
/
+0
*
[OPENMP][DEBUG] Set proper address space info if required by target.
Alexey Bataev
2017-08-08
1
-0
/
+25
*
Revert "[OPENMP][DEBUG] Set proper address space info if required by target."
Alexey Bataev
2017-08-08
1
-25
/
+0
*
[OPENMP][DEBUG] Set proper address space info if required by target.
Alexey Bataev
2017-08-08
1
-0
/
+25
*
Revert "[OPENMP][DEBUG] Set proper address space info if required by target."
Alexey Bataev
2017-08-04
1
-26
/
+0
*
[OPENMP][DEBUG] Set proper address space info if required by target.
Alexey Bataev
2017-08-04
1
-0
/
+26
*
[OpenMP] Parallel reduction on the NVPTX device.
Arpith Chacko Jacob
2017-02-16
1
-7
/
+26
*
Revert r295319 while investigating buildbot failure.
Arpith Chacko Jacob
2017-02-16
1
-26
/
+7
*
[OpenMP] Parallel reduction on the NVPTX device.
Arpith Chacko Jacob
2017-02-16
1
-7
/
+26
*
[OpenMP] Support for the proc_bind-clause on 'target parallel' on the NVPTX d...
Arpith Chacko Jacob
2017-01-25
1
-0
/
+6
*
[OpenMP] Support for the num_threads-clause on 'target parallel' on the NVPTX...
Arpith Chacko Jacob
2017-01-25
1
-0
/
+8
*
[OpenMP] Codegen for the 'target parallel' directive on the NVPTX device.
Arpith Chacko Jacob
2017-01-18
1
-0
/
+60
*
[OpenMP] Codegen support for 'target parallel' on the host.
Arpith Chacko Jacob
2017-01-18
1
-5
/
+20
*
Revert r292374 to debug Windows buildbot failure.
Arpith Chacko Jacob
2017-01-18
1
-20
/
+5
*
[OpenMP] Codegen support for 'target parallel' on the host.
Arpith Chacko Jacob
2017-01-18
1
-5
/
+20
*
[OpenMP] Basic support for a parallel directive in a target region on an NVPT...
Arpith Chacko Jacob
2017-01-10
1
-0
/
+40
*
[OpenMP] Add fields for flags in the offload entry descriptor.
Samuel Antao
2017-01-05
1
-2
/
+2
*
[OpenMP] Update target codegen for NVPTX device.
Arpith Chacko Jacob
2017-01-05
1
-23
/
+24
*
Reverting commit r290983 while debugging test failure on windows.
Arpith Chacko Jacob
2017-01-04
1
-24
/
+23
*
[OpenMP] Update target codegen for NVPTX device.
Arpith Chacko Jacob
2017-01-04
1
-23
/
+24
*
[OpenMP] Code cleanup for NVPTX OpenMP codegen
Arpith Chacko Jacob
2017-01-03
1
-32
/
+0
*
[OPENMP] Fix for PR31417: assert failure when compiling trivial openmp
Alexey Bataev
2016-12-22
1
-5
/
+2
*
[OPENMP] Codegen for teams directive for NVPTX
Carlo Bertolli
2016-04-04
1
-0
/
+35
*
[OPENMP] Allow runtime insert its own code inside OpenMP regions.
Alexey Bataev
2016-03-29
1
-27
/
+30
*
Revert "[OPENMP] Allow runtime insert its own code inside OpenMP regions."
Alexey Bataev
2016-03-28
1
-30
/
+27
*
[OPENMP] Allow runtime insert its own code inside OpenMP regions.
Alexey Bataev
2016-03-28
1
-27
/
+30
*
Revert "[OPENMP] Allow runtime insert its own code inside OpenMP regions."
Alexey Bataev
2016-03-28
1
-30
/
+27
*
[OPENMP] Allow runtime insert its own code inside OpenMP regions.
Alexey Bataev
2016-03-28
1
-27
/
+30
*
[OpenMP] Base support for target directive codegen on NVPTX device.
Arpith Chacko Jacob
2016-03-22
1
-0
/
+110
*
Revert r263783 as buildbot failure is being investigated.
Arpith Chacko Jacob
2016-03-18
1
-110
/
+0
*
[OpenMP] Base support for target directive codegen on NVPTX device.
Arpith Chacko Jacob
2016-03-18
1
-0
/
+110
*
Revert commit http://reviews.llvm.org/D17877 to fix tests on x86.
Arpith Chacko Jacob
2016-03-15
1
-110
/
+0
*
[OpenMP] Base support for target directive codegen on NVPTX device.
Arpith Chacko Jacob
2016-03-15
1
-0
/
+110
*
Reverted http://reviews.llvm.org/D17877 to fix tests.
Arpith Chacko Jacob
2016-03-15
1
-110
/
+0
*
[OpenMP] Base support for target directive codegen on NVPTX device.
Arpith Chacko Jacob
2016-03-15
1
-0
/
+110
*
Re-apply for the 2nd-time r259977 - [OpenMP] Reorganize code to allow special...
Samuel Antao
2016-02-08
1
-0
/
+31
*
Revert "Re-apply r259977 - [OpenMP] Reorganize code to allow specialized code...
Renato Golin
2016-02-07
1
-31
/
+0
*
Re-apply r259977 - [OpenMP] Reorganize code to allow specialized code generat...
Samuel Antao
2016-02-06
1
-0
/
+31
*
Revert r259977 - [OpenMP] Reorganize code to allow specialized code generatio...
Samuel Antao
2016-02-06
1
-31
/
+0
*
[OpenMP] Reorganize code to allow specialized code generation for different d...
Samuel Antao
2016-02-06
1
-0
/
+31