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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[OPENMP] Fix types for the target specific parameters in debug mode.
Alexey Bataev
2017-09-13
1
-3
/
+3
*
[OPENMP] Fix compiler crash on argument translate for NVPTX.
Alexey Bataev
2017-08-15
1
-0
/
+5
*
[OPENMP] Generalization of calls of the outlined functions.
Alexey Bataev
2017-08-14
1
-25
/
+21
*
[OPENMP][DEBUG] Set proper address space info if required by target.
Alexey Bataev
2017-08-08
1
-0
/
+78
*
Revert "[OPENMP][DEBUG] Set proper address space info if required by target."
Alexey Bataev
2017-08-08
1
-78
/
+0
*
[OPENMP][DEBUG] Set proper address space info if required by target.
Alexey Bataev
2017-08-08
1
-0
/
+78
*
Revert "[OPENMP][DEBUG] Set proper address space info if required by target."
Alexey Bataev
2017-08-08
1
-78
/
+0
*
[OPENMP][DEBUG] Set proper address space info if required by target.
Alexey Bataev
2017-08-08
1
-0
/
+78
*
Revert "[OPENMP][DEBUG] Set proper address space info if required by target."
Alexey Bataev
2017-08-04
1
-79
/
+0
*
[OPENMP][DEBUG] Set proper address space info if required by target.
Alexey Bataev
2017-08-04
1
-0
/
+79
*
[OPENMP] Unify generation of outlined function calls.
Alexey Bataev
2017-08-04
1
-5
/
+5
*
[DebugInfo] Add kind of ImplicitParamDecl for emission of FlagObjectPointer.
Alexey Bataev
2017-06-09
1
-31
/
+18
*
IRGen: Add optnone attribute on function during O0
Mehdi Amini
2017-05-29
1
-0
/
+1
*
Make helper functions static. NFC.
Benjamin Kramer
2017-05-26
1
-7
/
+7
*
[OpenMP] Teams reduction on the NVPTX device.
Arpith Chacko Jacob
2017-02-16
1
-7
/
+443
*
[OpenMP] Parallel reduction on the NVPTX device.
Arpith Chacko Jacob
2017-02-16
1
-0
/
+1009
*
Revert r295319 while investigating buildbot failure.
Arpith Chacko Jacob
2017-02-16
1
-1008
/
+0
*
[OpenMP] Parallel reduction on the NVPTX device.
Arpith Chacko Jacob
2017-02-16
1
-0
/
+1008
*
[OpenMP] Codegen support for 'target teams' on the NVPTX device.
Arpith Chacko Jacob
2017-01-26
1
-0
/
+1
*
[OpenMP] Support for the proc_bind-clause on 'target parallel' on the NVPTX d...
Arpith Chacko Jacob
2017-01-25
1
-0
/
+11
*
Reverting commit because an NVPTX patch sneaked in. Break up into two
Arpith Chacko Jacob
2017-01-25
1
-1
/
+0
*
[OpenMP] Codegen support for 'target teams' on the host.
Arpith Chacko Jacob
2017-01-25
1
-0
/
+1
*
[OpenMP] Support for the num_threads-clause on 'target parallel' on the NVPTX...
Arpith Chacko Jacob
2017-01-25
1
-0
/
+11
*
[OpenMP] Codegen for the 'target parallel' directive on the NVPTX device.
Arpith Chacko Jacob
2017-01-18
1
-9
/
+198
*
[OpenMP] Codegen support for 'target parallel' on the host.
Arpith Chacko Jacob
2017-01-18
1
-15
/
+13
*
Revert r292374 to debug Windows buildbot failure.
Arpith Chacko Jacob
2017-01-18
1
-13
/
+15
*
[OpenMP] Codegen support for 'target parallel' on the host.
Arpith Chacko Jacob
2017-01-18
1
-15
/
+13
*
Remove unused lambda captures. NFC
Malcolm Parsons
2017-01-13
1
-4
/
+3
*
[OpenMP] Basic support for a parallel directive in a target region on an NVPT...
Arpith Chacko Jacob
2017-01-10
1
-7
/
+216
*
[OpenMP] Add fields for flags in the offload entry descriptor.
Samuel Antao
2017-01-05
1
-1
/
+1
*
[OpenMP] Update target codegen for NVPTX device.
Arpith Chacko Jacob
2017-01-05
1
-139
/
+129
*
Reverting commit r290983 while debugging test failure on windows.
Arpith Chacko Jacob
2017-01-04
1
-129
/
+139
*
[OpenMP] Update target codegen for NVPTX device.
Arpith Chacko Jacob
2017-01-04
1
-139
/
+129
*
[OpenMP] Code cleanup for NVPTX OpenMP codegen
Arpith Chacko Jacob
2017-01-03
1
-33
/
+31
*
Cleanup the handling of noinline function attributes, -fno-inline,
Chandler Carruth
2016-12-23
1
-0
/
+1
*
[OPENMP] Fix for PR31417: assert failure when compiling trivial openmp
Alexey Bataev
2016-12-22
1
-0
/
+4
*
[OPENMP] Codegen for teams directive for NVPTX
Carlo Bertolli
2016-04-04
1
-0
/
+44
*
[OPENMP] Allow runtime insert its own code inside OpenMP regions.
Alexey Bataev
2016-03-29
1
-13
/
+17
*
Revert "[OPENMP] Allow runtime insert its own code inside OpenMP regions."
Alexey Bataev
2016-03-28
1
-17
/
+13
*
[OPENMP] Allow runtime insert its own code inside OpenMP regions.
Alexey Bataev
2016-03-28
1
-13
/
+17
*
Revert "[OPENMP] Allow runtime insert its own code inside OpenMP regions."
Alexey Bataev
2016-03-28
1
-17
/
+13
*
[OPENMP] Allow runtime insert its own code inside OpenMP regions.
Alexey Bataev
2016-03-28
1
-13
/
+17
*
Fix warning about extra semicolon. NFC.
Vasileios Kalintiris
2016-03-22
1
-1
/
+1
*
[OpenMP] Base support for target directive codegen on NVPTX device.
Arpith Chacko Jacob
2016-03-22
1
-1
/
+327
*
Revert r263783 as buildbot failure is being investigated.
Arpith Chacko Jacob
2016-03-18
1
-322
/
+1
*
[OpenMP] Base support for target directive codegen on NVPTX device.
Arpith Chacko Jacob
2016-03-18
1
-1
/
+322
*
Revert commit http://reviews.llvm.org/D17877 to fix tests on x86.
Arpith Chacko Jacob
2016-03-15
1
-322
/
+1
*
[OpenMP] Base support for target directive codegen on NVPTX device.
Arpith Chacko Jacob
2016-03-15
1
-1
/
+322
*
Reverted http://reviews.llvm.org/D17877 to fix tests.
Arpith Chacko Jacob
2016-03-15
1
-322
/
+1
*
[OpenMP] Base support for target directive codegen on NVPTX device.
Arpith Chacko Jacob
2016-03-15
1
-1
/
+322
[prev]
[next]