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
/
openmp
/
runtime
/
src
/
kmp_csupport.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[OpenMP] Implementation of OMPT reduction callbacks
protze@itc.rwth-aachen.de
2019-12-27
1
-3
/
+20
*
Add OMPT support for teams construct
Hansang Bae
2019-08-03
1
-1
/
+2
*
[OpenMP] RISCV64 port
Jonas Hahnfeld
2019-07-25
1
-1
/
+2
*
[OpenMP] Remove OMP spec versioning
Jonathan Peyton
2019-07-12
1
-58
/
+0
*
Fixed memory use-after-free problem.
Andrey Churbanov
2019-06-26
1
-1
/
+5
*
[OpenMP][OMPT] Fix locking testcases for 32 bit architectures
Joachim Protze
2019-05-20
1
-61
/
+70
*
[OpenMP] Implement 5.0 memory management
Jonathan Peyton
2019-04-08
1
-0
/
+9
*
[OpenMP][Stats] Fix stats gathering for distribute and team clause
Jonathan Peyton
2019-04-03
1
-0
/
+15
*
[OpenMP 5.0] Deprecate nest-var and associated features
Jonathan Peyton
2019-02-28
1
-1
/
+1
*
[OpenMP] Make use of sched_yield optional in runtime
Jonathan Peyton
2019-02-28
1
-16
/
+9
*
[OpenMP] Fix thread_limits to work properly for teams construct
Jonathan Peyton
2019-02-11
1
-0
/
+13
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[OpenMP] Add omp_pause_resource* API
Jonathan Peyton
2019-01-16
1
-0
/
+39
*
[OMPT] Second chunk of final OMPT 5.0 interface updates
Joachim Protze
2019-01-15
1
-4
/
+4
*
[OMPT] First chunk of final OMPT 5.0 interface updates
Joachim Protze
2018-12-18
1
-104
/
+104
*
[OpenMP] Implement OpenMP 5.0 affinity format functionality
Jonathan Peyton
2018-12-13
1
-0
/
+53
*
[OpenMP] Rename ompt_mutex_impl_unknown to ompt_mutex_impl_none
Jonathan Peyton
2018-11-28
1
-3
/
+3
*
[OpenMP] Shutdown library on Windows if possible for better OMPT behavior
Jonathan Peyton
2018-10-02
1
-0
/
+8
*
[OMPT] Update types according to TR7
Joachim Protze
2018-09-10
1
-2
/
+2
*
[OpenMP] Change hint parameter type for critical to uint32_t
Jonathan Peyton
2018-09-07
1
-1
/
+1
*
[OpenMP] Initial implementation of OMP 5.0 Memory Management routines
Jonathan Peyton
2018-09-07
1
-0
/
+4
*
[OpenMP][Fix] Conditional compilation leaves variables unused
Gheorghe-Teodor Bercea
2018-08-27
1
-0
/
+2
*
[OpenMP] Cleanup code
Jonathan Peyton
2018-08-09
1
-2
/
+4
*
[OpenMP] Implement GOMP doacross compatibility
Jonathan Peyton
2018-07-30
1
-3
/
+4
*
[OpenMP][Stats] Cleanup stats gathering code
Jonathan Peyton
2018-07-30
1
-4
/
+22
*
[OpenMP] Use C++11 Atomics - barrier, tasking, and lock code
Jonathan Peyton
2018-07-09
1
-13
/
+12
*
[OMPT] Rename ompt_wait_id to omp_wait_id
Joachim Protze
2018-05-28
1
-53
/
+53
*
[OMPT] Rename ompt_frame_t to omp_frame_t
Joachim Protze
2018-05-28
1
-10
/
+10
*
[OMPT] Fix thread_num for implicit_task_end callbacks in nested parallel regions
Joachim Protze
2018-05-07
1
-1
/
+1
*
Fixed __kmpc_get_target_offload() to call library initialization.
Andrey Churbanov
2018-03-22
1
-1
/
+6
*
Read OMP_TARGET_OFFLOAD and provide API to access ICV
Jonathan Peyton
2018-03-20
1
-0
/
+4
*
Partial revert of [OMPT] Rename ompt_mutex_impl_t to kmp_mutex_impl
Joachim Protze
2018-01-17
1
-3
/
+3
*
[OMPT] Rename ompt_mutex_impl_t to kmp_mutex_impl
Joachim Protze
2018-01-17
1
-15
/
+15
*
Correct types of pointers to doacross_num_done
Jonas Hahnfeld
2018-01-07
1
-3
/
+3
*
Fix PR30890: Reduction across teams hangs
Jonas Hahnfeld
2017-12-05
1
-23
/
+70
*
Fix for OMP doacross implementation on Power
Jonas Hahnfeld
2017-11-22
1
-1
/
+8
*
Fixed OMP doacross implementation on 32-bit platforms.
Andrey Churbanov
2017-11-20
1
-8
/
+15
*
[OMPT] Fix assertion for OpenMP code generated with outdated compilers
Joachim Protze
2017-11-10
1
-3
/
+3
*
Rename fields of ompt_frame_t
Joachim Protze
2017-11-05
1
-30
/
+30
*
Revert "Rename fields of ompt_frame_t"
Jonas Hahnfeld
2017-11-03
1
-30
/
+30
*
Revert "Updating implementation of OMPT as specified in OpenMP 5.0 Preview 2 ...
Jonas Hahnfeld
2017-11-03
1
-1
/
+0
*
Updating implementation of OMPT as specified in OpenMP 5.0 Preview 2 (TR6)
Joachim Protze
2017-11-03
1
-0
/
+1
*
Rename fields of ompt_frame_t
Joachim Protze
2017-11-03
1
-30
/
+30
*
Update implementation of OMPT to the specification OpenMP 5.0 Preview 1 (TR4).
Joachim Protze
2017-11-01
1
-118
/
+827
*
Apply formatting changes
Jonathan Peyton
2017-10-20
1
-2
/
+0
*
Remove unnecessary semicolons
Jonathan Peyton
2017-09-27
1
-5
/
+5
*
OpenMP RTL cleanup: eliminated warnings with -Wcast-qual, patch 2.
Andrey Churbanov
2017-07-17
1
-3
/
+2
*
OpenMP RTL cleanup: eliminated warnings with -Wcast-qual.
Andrey Churbanov
2017-07-03
1
-5
/
+5
*
Clang-format and whitespace cleanup of source code
Jonathan Peyton
2017-05-12
1
-2179
/
+2149
*
KMP_HW_SUBSET extended with NUMA support when HWLOC enabled
Andrey Churbanov
2017-04-13
1
-12
/
+0
[next]