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][NVPTX]Fix critical region codegen.
Alexey Bataev
2019-08-26
1
-2
/
+24
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-2
/
+2
*
[OPENMP][NVPTX]Mark barrier functions calls as convergent.
Alexey Bataev
2019-07-18
1
-2
/
+5
*
[HIP] Add GPU arch gfx1010, gfx1011, and gfx1012
Yaxun Liu
2019-07-11
1
-0
/
+6
*
[AMDGPU] gfx908 clang target
Stanislav Mekhanoshin
2019-07-09
1
-0
/
+2
*
[OpenMP] Add support for registering requires directives with the runtime
Gheorghe-Teodor Bercea
2019-05-21
1
-1
/
+2
*
[OPENMP][NVPTX]Mark more functions as always_inline for better
Alexey Bataev
2019-05-21
1
-3
/
+16
*
Use llvm::stable_sort
Fangrui Song
2019-04-24
1
-6
/
+5
*
[OPENMP][NVPTX] target [teams distribute] simd maybe run without
Alexey Bataev
2019-04-19
1
-1
/
+8
*
[OPENMP][NVPTX]Run combined constructs with if clause in SPMD mode.
Alexey Bataev
2019-04-17
1
-26
/
+5
*
[OPENMP][NVPTX]Run combined constructs with if clause in SPMD mode.
Alexey Bataev
2019-04-16
1
-6
/
+8
*
[OPENMP][NVPTX]Run parallel regions with num_threads clauses in SPMD
Alexey Bataev
2019-04-15
1
-10
/
+7
*
[OPENMP]Improve detection of number of teams, threads in target
Alexey Bataev
2019-04-10
1
-71
/
+23
*
[OPENMP][NVPTX]Fixed processing of memory management directives.
Alexey Bataev
2019-04-08
1
-14
/
+42
*
[OPENMP]Fix a warning about unused variable, NFC.
Alexey Bataev
2019-03-21
1
-0
/
+1
*
[OPENMP] Simplify codegen for allocate directive on local variables.
Alexey Bataev
2019-03-21
1
-0
/
+24
*
[OPENMP]Codegen support for allocate directive on global variables.
Alexey Bataev
2019-03-21
1
-0
/
+28
*
[OPENMP]Remove unused parameter, NFC.
Alexey Bataev
2019-03-19
1
-3
/
+3
*
[OPENMP] Codegen for local variables with the allocate pragma.
Alexey Bataev
2019-03-19
1
-0
/
+3
*
[OPENMP][NVPTX]Fix PR40893: Size doesn't match for
Alexey Bataev
2019-03-13
1
-2
/
+8
*
[OPENMP]Remove debug service variable.
Alexey Bataev
2019-03-08
1
-14
/
+0
*
[OPENMP 5.0]Add initial support for 'allocate' directive.
Alexey Bataev
2019-03-07
1
-1
/
+5
*
[OPENMP]Target region: emit const firstprivates as globals with constant
Alexey Bataev
2019-03-05
1
-0
/
+8
*
[OPENMP][NVPTX]Use faster teams reduction algorithm.
Alexey Bataev
2019-02-20
1
-114
/
+607
*
[opaque pointer types] Cleanup CGBuilder's Create*GEP.
James Y Knight
2019-02-09
1
-38
/
+20
*
[opaque pointer types] Pass function types for runtime function calls.
James Y Knight
2019-02-05
1
-27
/
+28
*
[OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive.
Michael Kruse
2019-02-01
1
-0
/
+4
*
[OPENMP][NVPTX]Emit service debug variable for NVPTX.
Alexey Bataev
2019-01-28
1
-0
/
+14
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[OPENMP]Add call to __kmpc_push_target_tripcount() function.
Alexey Bataev
2019-01-07
1
-2
/
+2
*
[OPENMP][NVPTX]Reduce number of barriers in reductions.
Alexey Bataev
2019-01-07
1
-7
/
+0
*
[OPENMP][NVPTX]Use new functions from the runtime library.
Alexey Bataev
2019-01-04
1
-30
/
+43
*
[OPENMP][NVPTX]Use __kmpc_barrier_simple_spmd(nullptr, 0) instead of
Alexey Bataev
2019-01-03
1
-12
/
+29
*
[OPENMP][NVPTX]Emit shared memory buffer for reduction as 128 bytes
Alexey Bataev
2018-12-18
1
-0
/
+16
*
[OPENMP][NVPTX]Added extra sync point to the inter-warp copy function.
Alexey Bataev
2018-12-18
1
-0
/
+5
*
[OPENMP][NVPTX]Improved interwarp copy function.
Alexey Bataev
2018-12-14
1
-33
/
+12
*
Misc typos fixes in ./lib folder
Raphael Isemann
2018-12-10
1
-1
/
+1
*
[OPENMP][NVPTX] Fix globalization of the mapped array sections.
Alexey Bataev
2018-12-06
1
-3
/
+5
*
[OPENMP][NVPTX]Fixed emission of the critical region.
Alexey Bataev
2018-12-04
1
-2
/
+4
*
[OPENMP][NVPTX]Mark __kmpc_barrier functions as convergent.
Alexey Bataev
2018-12-04
1
-0
/
+25
*
[OPENMP][NVPTX]Call get __kmpc_global_thread_num in worker after
Alexey Bataev
2018-11-29
1
-0
/
+4
*
[OpenMP] Add a new version of the SPMD deinit kernel function
Gheorghe-Teodor Bercea
2018-11-29
1
-7
/
+11
*
[OPENMP][NVPTX]Basic support for reductions across the teams.
Alexey Bataev
2018-11-27
1
-372
/
+108
*
[OPENMP][NVPTX]Emit default locations with the correct Exec|Runtime
Alexey Bataev
2018-11-26
1
-15
/
+42
*
[OPENMP][NVPTX]Emit default locations as constant with undefined mode.
Alexey Bataev
2018-11-21
1
-0
/
+20
*
[OpenMP] Check target architecture supports unified shared memory for require...
Patrick Lyster
2018-11-19
1
-49
/
+107
*
Fix unused variable warning.
David L. Jones
2018-11-17
1
-0
/
+2
*
[OPENMP][NVPTX]Emit correct reduction code for teams/parallel
Alexey Bataev
2018-11-16
1
-165
/
+242
*
[OPENMP][NVPTX]Extend number of constructs executed in SPMD mode.
Alexey Bataev
2018-11-09
1
-45
/
+65
*
[OPENMP][NVPTX]Allow to use shared memory for the
Alexey Bataev
2018-11-09
1
-53
/
+97
[next]