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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[OMPT] Update types according to TR7
Joachim Protze
2018-09-10
12
-90
/
+138
*
[OpenMP] Change hint parameter type for critical to uint32_t
Jonathan Peyton
2018-09-07
2
-2
/
+6
*
[OpenMP] Synchronization hint constants added to headers
Jonathan Peyton
2018-09-07
4
-56
/
+99
*
[OpenMP] Initial implementation of OMP 5.0 Memory Management routines
Jonathan Peyton
2018-09-07
17
-11
/
+560
*
Fix for https://bugs.llvm.org/show_bug.cgi?id=38839:
Andrey Churbanov
2018-09-07
1
-57
/
+92
*
[OpenMP][Fix] Conditional compilation leaves variables unused
Gheorghe-Teodor Bercea
2018-08-27
1
-0
/
+2
*
[OpenMP][Fix] Ensure comparison between unsigned values.
Gheorghe-Teodor Bercea
2018-08-27
1
-1
/
+1
*
[OpenMP] Remove deprecated/obsolete MIC attributes from headers
Jonathan Peyton
2018-08-24
1
-1
/
+3
*
[OpenMP] Fixed affinity verbose double printing for balanced type.
Jonathan Peyton
2018-08-24
1
-1
/
+2
*
[OpenMP] Fix tasking bug for decreasing hot team nthreads
Jonathan Peyton
2018-08-24
1
-1
/
+1
*
[OpenMP] Add check for hot_teams array
Jonathan Peyton
2018-08-24
1
-1
/
+2
*
[OpenMP] Fix incorrect barrier imbalance reporting in ITTNOTIFY
Jonathan Peyton
2018-08-24
2
-22
/
+26
*
[OMPT] Remove OMPT idle callback
Joachim Protze
2018-08-15
3
-24
/
+0
*
[OMPT] Make omp_control_tool() compliant when called from Fortran programs
Jonathan Peyton
2018-08-13
2
-2
/
+4
*
[OpenMP] Cleanup code
Jonathan Peyton
2018-08-09
22
-407
/
+223
*
[OpenMP] Fix tasking + parallel bug
Jonathan Peyton
2018-07-30
1
-0
/
+3
*
[OpenMP] Fix new task creation
Gheorghe-Teodor Bercea
2018-07-30
1
-1
/
+1
*
[OpenMP] Add GOMP version symbols for OMP_4.5 API
Jonathan Peyton
2018-07-30
2
-7
/
+18
*
[OpenMP] Implement GOMP doacross compatibility
Jonathan Peyton
2018-07-30
5
-62
/
+424
*
[OpenMP] Fix build errors when building with KMP_DEBUG_ADAPTIVE_LOCKS=1
Jonathan Peyton
2018-07-30
4
-14
/
+15
*
[OpenMP][Stats] Cleanup stats gathering code
Jonathan Peyton
2018-07-30
8
-303
/
+609
*
[OMPT] Fix OMPT callbacks for the taskloop construct and add testcase
Joachim Protze
2018-07-27
1
-61
/
+170
*
[OMPT] Adapt OMPT callbacks for tasks to handle untied tasks correctly
Joachim Protze
2018-07-27
1
-50
/
+62
*
PR30734: Remove __kmp_ft_page_allocate()
Jonas Hahnfeld
2018-07-26
2
-36
/
+0
*
Block library shutdown until unreaped threads finish spin-waiting
Jonathan Peyton
2018-07-19
4
-11
/
+61
*
Fix const cast problem introduced in r336563
Jonathan Peyton
2018-07-09
1
-3
/
+3
*
[OpenMP] Fix a few formatting issues
Jonathan Peyton
2018-07-09
3
-3
/
+5
*
[OpenMP] Introduce hierarchical scheduling
Jonathan Peyton
2018-07-09
10
-56
/
+1518
*
[OpenMP] Restructure loop code for hierarchical scheduling
Jonathan Peyton
2018-07-09
3
-1329
/
+1434
*
[OpenMP] Use C++11 Atomics - barrier, tasking, and lock code
Jonathan Peyton
2018-07-09
17
-280
/
+433
*
[OMPT] Provide the right thread_num for ancestor levels
Joachim Protze
2018-07-02
1
-3
/
+14
*
minor: fixed typo in debug print
Andrey Churbanov
2018-06-20
1
-1
/
+1
*
[OpenMP] Fix formatting issues in kmp_stats.h
Jonathan Peyton
2018-06-08
1
-26
/
+39
*
[OMPT] Rename ompt_wait_id to omp_wait_id
Joachim Protze
2018-05-28
6
-69
/
+69
*
[OMPT] Rename ompt_frame_t to omp_frame_t
Joachim Protze
2018-05-28
9
-32
/
+32
*
[CMake] Unify install path for libraries
Jonas Hahnfeld
2018-05-25
1
-5
/
+5
*
[OMPT] Fix thread_num for implicit_task_end callbacks in nested parallel regions
Joachim Protze
2018-05-07
4
-5
/
+16
*
[OpenMP] Compilation error fix on const char*
Heejin Ahn
2018-04-18
1
-1
/
+1
*
[OpenMP] Fix affinity API for KMP_AFFINITY=none|compact|scatter
Jonathan Peyton
2018-04-18
4
-2
/
+29
*
Introduce GOMP_taskloop API
Jonathan Peyton
2018-04-18
7
-18
/
+297
*
Set the license header for all OMPT files
Joachim Protze
2018-04-12
6
-3
/
+73
*
Minor cleanup in __kmp_atfork_child()
Jonathan Peyton
2018-03-30
1
-1
/
+0
*
Move blocktime_str variable right before its first use
Jonathan Peyton
2018-03-26
1
-3
/
+3
*
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
5
-0
/
+64
*
Fix for Fix for https://bugs.llvm.org/show_bug.cgi?id=36705.
Andrey Churbanov
2018-03-19
1
-0
/
+1
*
Improve OpenMP threadprivate implementation.
Andrey Churbanov
2018-03-05
3
-111
/
+182
*
Fixed build of the OpenMP stubs library.
Andrey Churbanov
2018-03-05
1
-1
/
+1
*
[OMPT] Fix ompt_get_task_info() and add tests for it
Joachim Protze
2018-02-28
1
-0
/
+3
*
[OMPT] Fix parallel_data in implicit barrier-end
Jonas Hahnfeld
2018-02-23
2
-35
/
+30
[next]