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] Remove implicit data sharing code gen that aims to use device shared...
Gheorghe-Teodor Bercea
2018-03-07
1
-186
/
+26
*
Pass a GlobalDecl to SetInternalFunctionAttributes. NFC.
Rafael Espindola
2018-02-28
1
-6
/
+6
*
[OpenMP] Extend NVPTX SPMD implementation of combined constructs
Carlo Bertolli
2018-02-28
1
-21
/
+12
*
Recommit rL323952: [DebugInfo] Enable debug information for C99 VLA types.
Sander de Smalen
2018-02-03
1
-1
/
+1
*
Reverting patch rL323952 due to build errors that I
Sander de Smalen
2018-02-01
1
-1
/
+1
*
[DebugInfo] Enable debug information for C99 VLA types
Sander de Smalen
2018-02-01
1
-1
/
+1
*
[OPENMP] Remove more empty SourceLocations() from the code.
Alexey Bataev
2018-01-23
1
-18
/
+15
*
[OPENMP] Replace calls of getAssociatedStmt().
Alexey Bataev
2018-01-12
1
-1
/
+1
*
[OPENMP] Fix debug info for outlined functions in NVPTX + add more tests.
Alexey Bataev
2018-01-08
1
-4
/
+4
*
[OPENMP] Fix casting in NVPTX support library.
Alexey Bataev
2018-01-04
1
-37
/
+49
*
[OPENMP] Add debug info for generated functions.
Alexey Bataev
2018-01-04
1
-71
/
+81
*
[OpenMP] Further adjustments of nvptx runtime functions
Jonas Hahnfeld
2017-12-27
1
-11
/
+20
*
[OpenMP] Add function attribute for triggering data sharing.
Gheorghe-Teodor Bercea
2017-12-12
1
-0
/
+2
*
[OPENMP] Do not mark captured variables as artificial in debug info.
Alexey Bataev
2017-11-22
1
-3
/
+11
*
[OpenMP] Adjust arguments of nvptx runtime functions
Jonas Hahnfeld
2017-11-22
1
-12
/
+20
*
[OpenMP] Add implicit data sharing support when offloading to NVIDIA GPUs usi...
Gheorghe-Teodor Bercea
2017-11-21
1
-23
/
+171
*
[clang] Remove redundant return [NFC]
Mandeep Singh Grang
2017-11-13
1
-1
/
+0
*
[OPENMP] Codegen for `#pragma omp target parallel for simd`.
Alexey Bataev
2017-11-09
1
-0
/
+1
*
[OPENMP] Codegen for `#pragma omp target parallel for`.
Alexey Bataev
2017-11-08
1
-0
/
+1
*
Convert clang::LangAS to a strongly typed enum
Alexander Richardson
2017-10-15
1
-2
/
+2
*
[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
[next]