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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change source files from .c to .cpp
Jonathan Peyton
2016-12-14
1
-7683
/
+0
*
Support of mips & mips64 for openmprtl
Sylvestre Ledru
2016-12-08
1
-2
/
+2
*
Fix for D25504 - segfault because of double free()-ing in shutdown code.
Jonathan Peyton
2016-11-21
1
-1
/
+2
*
Update stats-gathering code
Jonathan Peyton
2016-11-14
1
-10
/
+12
*
Introduce dynamic affinity dispatch capabilities
Jonathan Peyton
2016-11-14
1
-0
/
+1
*
[OpenMP] Enable ThreadSanitizer to check OpenMP programs
Jonas Hahnfeld
2016-11-07
1
-0
/
+2
*
Fixed a memory leak related to task dependencies.
Andrey Churbanov
2016-10-27
1
-0
/
+3
*
Use getpagesize() instead of PAGE_SIZE macro when KMP_OS_LINUX is true
Jonathan Peyton
2016-10-26
1
-5
/
+7
*
[OpenMP] Fix issue with directives used in a macro.
Samuel Antao
2016-10-20
1
-8
/
+9
*
Code cleanup for the runtime without monitor thread
Jonathan Peyton
2016-10-07
1
-3
/
+18
*
Enable omp_get_schedule() to return static steal type.
Jonathan Peyton
2016-10-07
1
-2
/
+2
*
Fix incorrect OpenMP version in Fortran module.
Jonathan Peyton
2016-09-30
1
-1
/
+3
*
Disable monitor thread creation by default.
Jonathan Peyton
2016-09-27
1
-2
/
+9
*
[OMPT] fix task frame information for gomp interface
Jonas Hahnfeld
2016-09-14
1
-1
/
+2
*
[OMPT] Reset task exit frame when execution is finished
Jonas Hahnfeld
2016-09-14
1
-0
/
+6
*
[OMPT] Align implementation of reenter frame address to latest (frozen) versi...
Jonas Hahnfeld
2016-09-14
1
-7
/
+7
*
[OPENMP] Implementation of omp_get_default_device and omp_set_default_device
George Rokos
2016-09-09
1
-0
/
+1
*
Use 'critical' reduction method when 'atomic' is not available but requested.
Jonathan Peyton
2016-09-02
1
-7
/
+14
*
Fixes for hierarchical barrier (possible hang if team size changed).
Andrey Churbanov
2016-08-11
1
-0
/
+14
*
D22137: Memory leak fixed by adding missed cleanup of single level array of h...
Andrey Churbanov
2016-07-08
1
-2
/
+4
*
__kmp_partition_places: Update assertion for new parameter update_master_only
Jonas Hahnfeld
2016-07-04
1
-2
/
+2
*
Fix checks on schedule struct
Jonathan Peyton
2016-07-01
1
-19
/
+13
*
Improve performance of #pragma omp single
Jonathan Peyton
2016-07-01
1
-2
/
+4
*
Bug fix for hang when tasks used in nested parallel
Jonathan Peyton
2016-06-21
1
-3
/
+3
*
Addition of debugger comments and whitespace
Jonathan Peyton
2016-06-21
1
-1
/
+0
*
Bug fix: crash if teams executed on host
Jonathan Peyton
2016-06-16
1
-0
/
+1
*
Renaming change: 41 -> 45 and 4.1 -> 4.5
Jonathan Peyton
2016-06-14
1
-6
/
+6
*
Affinity mask processing improvements
Jonathan Peyton
2016-06-13
1
-1
/
+1
*
Offer API for setting number of loop dispatch buffers
Jonathan Peyton
2016-05-31
1
-5
/
+5
*
Fix for OMP_PROC_BIND=spread strategy
Jonathan Peyton
2016-05-26
1
-4
/
+14
*
Make LIBOMP_USE_ITT_NOTIFY a setting that can be enabled or disabled
Jonathan Peyton
2016-05-26
1
-1
/
+3
*
Fork performance improvements
Jonathan Peyton
2016-05-23
1
-26
/
+38
*
Remove trailing whitespace in src/ directory
Jonathan Peyton
2016-05-20
1
-3
/
+3
*
Fix team reuse with foreign threads
Jonathan Peyton
2016-05-12
1
-0
/
+2
*
[STATS] Use partitioned timer scheme
Jonathan Peyton
2016-05-05
1
-7
/
+16
*
[ITTNOTIFY] Remove serialized parallel regions from frame notification
Jonathan Peyton
2016-04-19
1
-24
/
+0
*
Fix for pthread_setspecific (TLS and shutdown) problem
Jonathan Peyton
2016-04-18
1
-1
/
+1
*
Remove dead KMP_USE_POOLED_ALLOC code
Jonathan Peyton
2016-03-29
1
-78
/
+6
*
Add new OpenMP 4.5 doacross loop nest feature
Jonathan Peyton
2016-03-02
1
-4
/
+19
*
Add new OpenMP 4.5 affinity API
Jonathan Peyton
2016-02-25
1
-0
/
+7
*
Proxy task fix: task_state stack push condition on fork
Jonathan Peyton
2016-02-09
1
-1
/
+2
*
[OMPT] Avoid SEGV when a worker thread needs its parallel id behind the barrier
Jonas Hahnfeld
2016-01-28
1
-1
/
+4
*
Formatting fixes
Jonathan Peyton
2016-01-27
1
-1
/
+1
*
Fixing comments.
Jonathan Peyton
2016-01-27
1
-3
/
+2
*
Removing extra empty lines
Jonathan Peyton
2016-01-27
1
-15
/
+0
*
[OMPT]: Fix the order of implicit_task_end_events
Jonathan Peyton
2016-01-26
1
-15
/
+31
*
Remove double negative in if() logic.
Jonathan Peyton
2016-01-11
1
-2
/
+2
*
[STATS] Fix stats lock problem to be compatible with new hinted lock code
Jonathan Peyton
2015-12-17
1
-0
/
+3
*
Fix honoring of OMP_THREAD_LIMIT in the teams construct
Jonathan Peyton
2015-11-30
1
-7
/
+36
*
Add missing KMP_NESTED_HOT_TEAMS guards
Jonathan Peyton
2015-11-16
1
-0
/
+6
[next]