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
*
[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
*
[OPENMP][NVPTX]Use __kmpc_data_sharing_coalesced_push_stack function.
Alexey Bataev
2018-11-02
1
-14
/
+15
*
[OPENMP][NVPTX]Improve emission of the globalized variables for
Alexey Bataev
2018-11-02
1
-8
/
+257
*
[OPENMP] Support for mapping of the lambdas in target regions.
Alexey Bataev
2018-10-30
1
-0
/
+53
*
[OpenMP][NVPTX] Use single loops when generating code for distribute parallel...
Gheorghe-Teodor Bercea
2018-10-29
1
-3
/
+6
*
[OpenMP][NVPTX] Enable default scheduling for parallel for in non-SPMD cases.
Gheorghe-Teodor Bercea
2018-10-29
1
-5
/
+6
*
[OPENMP][NVPTX]Increment iterator only when it is used, NFC.
Alexey Bataev
2018-10-16
1
-1
/
+2
*
[OPENMP][NVPTX]Reduce memory usage in target region.
Alexey Bataev
2018-10-12
1
-12
/
+17
*
[OPENMP][NVPTX]Reduce memory usage in orphaned functions.
Alexey Bataev
2018-10-12
1
-8
/
+71
*
[OPENMP][NVPTX]Reduce memory use for globalized vars in
Alexey Bataev
2018-10-11
1
-7
/
+15
*
[OPENMP][NVPTX] Support memory coalescing for globalized variables.
Alexey Bataev
2018-10-09
1
-37
/
+95
*
[OPENMP][NVPTX] Fix emission of __kmpc_global_thread_num() for non-SPMD
Alexey Bataev
2018-10-05
1
-4
/
+7
*
[OPENMP] Fix emission of the __kmpc_global_thread_num.
Alexey Bataev
2018-10-05
1
-0
/
+3
*
[OpenMP][NVPTX] Simplify codegen for orphaned parallel, NFCI.
Jonas Hahnfeld
2018-10-02
1
-25
/
+7
*
[OPENMP][NVPTX] Handle `requires datasharing` flag correctly with
Alexey Bataev
2018-10-01
1
-1
/
+27
*
[OPENMP] Simplify code, NFC.
Alexey Bataev
2018-10-01
1
-2
/
+0
*
[OpenMP] Make default parallel for schedule in NVPTX target regions in SPMD m...
Gheorghe-Teodor Bercea
2018-09-27
1
-0
/
+11
*
[OpenMP] Make default distribute schedule for NVPTX target regions in SPMD mo...
Gheorghe-Teodor Bercea
2018-09-27
1
-0
/
+12
*
[OPENMP] Add support for OMP5 requires directive + unified_address clause
Kelvin Li
2018-09-26
1
-0
/
+4
*
[OPENMP][NVPTX] Enable support for lastprivates in SPMD constructs.
Alexey Bataev
2018-09-21
1
-69
/
+127
*
[OPENMP] Fix PR38710: static functions are not emitted as implicitly
Alexey Bataev
2018-08-30
1
-6
/
+10
*
[OPENMP][NVPTX] Add options -f[no-]openmp-cuda-force-full-runtime.
Alexey Bataev
2018-08-30
1
-1
/
+2
*
[OPENMP][NVPTX] Add support for lightweight runtime.
Alexey Bataev
2018-08-29
1
-49
/
+320
*
[OPENMP] Fix processing of declare target construct.
Alexey Bataev
2018-08-14
1
-12
/
+2
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-8
/
+8
[next]