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_runtime.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed third issue reported in https://bugs.llvm.org/show_bug.cgi?id=41584.
Andrey Churbanov
2019-05-22
1
-5
/
+0
*
[OMPT] Handling of the events of initial-task-begin and initial-task-end
Joachim Protze
2019-05-20
1
-5
/
+12
*
Fixed https://bugs.llvm.org/show_bug.cgi?id=41584.
Andrey Churbanov
2019-05-15
1
-2
/
+0
*
Enable OpenMP build for 32-bit FreeBSD
Dimitry Andric
2019-05-01
1
-1
/
+1
*
[OpenMP] Add OpenMP 5.0 nonmonotonic code
Jonathan Peyton
2019-04-30
1
-4
/
+21
*
Fixed memory leak reported in Bugzilla:
Andrey Churbanov
2019-04-17
1
-2
/
+9
*
[OpenMP] Clean up load balancing dynamic mode
Jonathan Peyton
2019-04-08
1
-9
/
+27
*
[OpenMP][Stats] Fix stats gathering for distribute and team clause
Jonathan Peyton
2019-04-03
1
-10
/
+38
*
[OpenMP] Fix pause check with version info
Jonathan Peyton
2019-03-25
1
-9
/
+6
*
[OpenMP] Remove deprecated taskq
Jonathan Peyton
2019-03-15
1
-6
/
+0
*
[OpenMP][OMPT] Distinguish different barrier kinds
Jonathan Peyton
2019-02-28
1
-2
/
+4
*
[OpenMP 5.0] Deprecate nest-var and associated features
Jonathan Peyton
2019-02-28
1
-7
/
+3
*
[OpenMP] Make use of sched_yield optional in runtime
Jonathan Peyton
2019-02-28
1
-24
/
+7
*
[OpenMP] Fix thread_limits to work properly for teams construct
Jonathan Peyton
2019-02-11
1
-23
/
+116
*
[OMPT] Make sure that OMPT is enabled when accessing internals of the runtime
Joachim Protze
2019-02-04
1
-0
/
+1
*
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
-3
/
+99
*
[OMPT] Second chunk of final OMPT 5.0 interface updates
Joachim Protze
2019-01-15
1
-10
/
+10
*
[OMPT] First chunk of final OMPT 5.0 interface updates
Joachim Protze
2018-12-18
1
-38
/
+38
*
[OpenMP] Implement OpenMP 5.0 affinity format functionality
Jonathan Peyton
2018-12-13
1
-2
/
+407
*
[OpenMP] Fix a few build issues
Jonathan Peyton
2018-12-10
1
-2
/
+2
*
Add OpenBSD support to OpenMP
Kamil Rytarowski
2018-12-09
1
-2
/
+2
*
Add DragonFlyBSD support to OpenMP
Kamil Rytarowski
2018-12-09
1
-4
/
+4
*
[OpenMP] Fixed possible array out of bound access
Jonathan Peyton
2018-11-28
1
-0
/
+1
*
Fix for bugzilla https://bugs.llvm.org/show_bug.cgi?id=39137.
Andrey Churbanov
2018-11-14
1
-0
/
+2
*
Add Hurd support.
Andrey Churbanov
2018-11-07
1
-2
/
+2
*
[OpenMP] Convert KMP_DYNAMIC_LIB to a 0 or 1 guard everywhere
Jonathan Peyton
2018-10-05
1
-4
/
+4
*
[OpenMP][OMPT] Fix unsafe initialization of ompt_data_t objects
Jonathan Peyton
2018-10-04
1
-6
/
+4
*
[OMPT] Update types according to TR7
Joachim Protze
2018-09-10
1
-2
/
+3
*
[OpenMP] Initial implementation of OMP 5.0 Memory Management routines
Jonathan Peyton
2018-09-07
1
-3
/
+28
*
[OpenMP] Add check for hot_teams array
Jonathan Peyton
2018-08-24
1
-1
/
+2
*
[OpenMP] Cleanup code
Jonathan Peyton
2018-08-09
1
-6
/
+8
*
[OpenMP][Stats] Cleanup stats gathering code
Jonathan Peyton
2018-07-30
1
-23
/
+7
*
Block library shutdown until unreaped threads finish spin-waiting
Jonathan Peyton
2018-07-19
1
-0
/
+15
*
[OpenMP] Fix a few formatting issues
Jonathan Peyton
2018-07-09
1
-1
/
+2
*
[OpenMP] Introduce hierarchical scheduling
Jonathan Peyton
2018-07-09
1
-0
/
+18
*
[OpenMP] Use C++11 Atomics - barrier, tasking, and lock code
Jonathan Peyton
2018-07-09
1
-10
/
+16
*
[OMPT] Rename ompt_frame_t to omp_frame_t
Joachim Protze
2018-05-28
1
-1
/
+1
*
[OMPT] Fix thread_num for implicit_task_end callbacks in nested parallel regions
Joachim Protze
2018-05-07
1
-4
/
+13
*
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
1
-84
/
+65
*
[OMPT] Fix parallel_data in implicit barrier-end
Jonas Hahnfeld
2018-02-23
1
-9
/
+7
*
Simplify __kmp_expand_threads
Jonathan Peyton
2018-01-10
1
-37
/
+12
*
Minor code cleanup
Jonathan Peyton
2018-01-10
1
-0
/
+8
*
Improve stability of the runtime in parent/child processes
Jonathan Peyton
2018-01-10
1
-1
/
+1
*
[OMPT] Fix ompt_task_data handling in implicit barriers
Joachim Protze
2018-01-10
1
-1
/
+0
*
Fix trademarks found by scanner
Jonathan Peyton
2018-01-04
1
-2
/
+2
*
Make kmp_r_sched_t into a union
Jonathan Peyton
2017-11-29
1
-26
/
+17
*
Rename fields of ompt_frame_t
Joachim Protze
2017-11-05
1
-16
/
+13
*
Revert "Rename fields of ompt_frame_t"
Jonas Hahnfeld
2017-11-03
1
-13
/
+16
[next]