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] Add support for registering requires directives with the runtime
Gheorghe-Teodor Bercea
2019-05-21
1
-1
/
+1
*
[OPENMP]Codegen support for allocate directive on global variables.
Alexey Bataev
2019-03-21
1
-0
/
+5
*
[OPENMP]Remove unused parameter, NFC.
Alexey Bataev
2019-03-19
1
-2
/
+1
*
[OPENMP]Target region: emit const firstprivates as globals with constant
Alexey Bataev
2019-03-05
1
-0
/
+4
*
[OPENMP][NVPTX]Use faster teams reduction algorithm.
Alexey Bataev
2019-02-20
1
-0
/
+6
*
[opaque pointer types] Pass function types for runtime function calls.
James Y Knight
2019-02-05
1
-7
/
+7
*
Cleanup: replace uses of CallSite with CallBase.
James Y Knight
2019-01-30
1
-1
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[OPENMP][NVPTX]Use __kmpc_barrier_simple_spmd(nullptr, 0) instead of
Alexey Bataev
2019-01-03
1
-0
/
+3
*
[OPENMP][NVPTX]Mark __kmpc_barrier functions as convergent.
Alexey Bataev
2018-12-04
1
-0
/
+12
*
[OPENMP][NVPTX]Emit default locations with the correct Exec|Runtime
Alexey Bataev
2018-11-26
1
-0
/
+5
*
[OPENMP][NVPTX]Emit default locations as constant with undefined mode.
Alexey Bataev
2018-11-21
1
-0
/
+10
*
[OpenMP] Check target architecture supports unified shared memory for require...
Patrick Lyster
2018-11-19
1
-0
/
+5
*
[OPENMP][NVPTX]Emit correct reduction code for teams/parallel
Alexey Bataev
2018-11-16
1
-0
/
+4
*
[OPENMP][NVPTX]Allow to use shared memory for the
Alexey Bataev
2018-11-09
1
-3
/
+3
*
[OPENMP][NVPTX]Improve emission of the globalized variables for
Alexey Bataev
2018-11-02
1
-0
/
+18
*
[OPENMP] Support for mapping of the lambdas in target regions.
Alexey Bataev
2018-10-30
1
-0
/
+5
*
[OpenMP][NVPTX] Use single loops when generating code for distribute parallel...
Gheorghe-Teodor Bercea
2018-10-29
1
-1
/
+1
*
[OPENMP][NVPTX]Reduce memory usage in target region.
Alexey Bataev
2018-10-12
1
-0
/
+3
*
[OPENMP][NVPTX]Reduce memory usage in orphaned functions.
Alexey Bataev
2018-10-12
1
-1
/
+3
*
[OPENMP][NVPTX] Support memory coalescing for globalized variables.
Alexey Bataev
2018-10-09
1
-2
/
+14
*
[OpenMP] Make default parallel for schedule in NVPTX target regions in SPMD m...
Gheorghe-Teodor Bercea
2018-09-27
1
-1
/
+6
*
[OpenMP] Make default distribute schedule for NVPTX target regions in SPMD mo...
Gheorghe-Teodor Bercea
2018-09-27
1
-0
/
+5
*
[OPENMP] Fix PR38710: static functions are not emitted as implicitly
Alexey Bataev
2018-08-30
1
-2
/
+3
*
[OPENMP][NVPTX] Add support for lightweight runtime.
Alexey Bataev
2018-08-29
1
-0
/
+1
*
[OPENMP, NVPTX] Fix globalization of the variables passed to orphaned
Alexey Bataev
2018-06-21
1
-6
/
+6
*
[OPENMP, NVPTX] Initial support for L2 parallelism in SPMD mode.
Alexey Bataev
2018-05-10
1
-2
/
+12
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-20
/
+20
*
[OPENMP, NVPTX] Codegen for critical construct.
Alexey Bataev
2018-05-07
1
-0
/
+10
*
[OPENMP, NVPTX] Added support for L2 parallelism.
Alexey Bataev
2018-05-07
1
-21
/
+27
*
[OPENMP] General code improvements.
Alexey Bataev
2018-04-16
1
-1
/
+1
*
Fix typos in clang
Alexander Kornienko
2018-04-06
1
-1
/
+1
*
[OPENMP] Added emission of offloading data sections for declare target
Alexey Bataev
2018-03-30
1
-1
/
+2
*
[OPENMP] Codegen for ctor|dtor of declare target variables.
Alexey Bataev
2018-03-28
1
-1
/
+1
*
[OPENMP, NVPTX] Globalization of the private redeclarations.
Alexey Bataev
2018-03-20
1
-1
/
+3
*
[OPENMP, NVPTX] Improve globalization of the variables captured by value.
Alexey Bataev
2018-03-15
1
-5
/
+16
*
[OpenMP] Add OpenMP data sharing infrastructure using global memory
Gheorghe-Teodor Bercea
2018-03-14
1
-0
/
+33
*
[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
[next]