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_tasking.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change source files from .c to .cpp
Jonathan Peyton
2016-12-14
1
-3162
/
+0
*
Cleanup: debug print fixed and moved inside critical section.
Andrey Churbanov
2016-12-14
1
-5
/
+5
*
[OpenMP] Enable ThreadSanitizer to check OpenMP programs
Jonas Hahnfeld
2016-11-07
1
-4
/
+23
*
Change task stealing to always get task from head of victim's deque.
Andrey Churbanov
2016-11-02
1
-13
/
+8
*
Fixed problem introduced by part of https://reviews.llvm.org/D21196.
Andrey Churbanov
2016-11-01
1
-2
/
+2
*
Add more conditions to check whether task waiting is necessary in kmp_omp_tas...
Andrey Churbanov
2016-11-01
1
-4
/
+4
*
Fixed a memory leak related to task dependencies.
Andrey Churbanov
2016-10-27
1
-1
/
+34
*
Fixed memory leak mistakenly introduced by https://reviews.llvm.org/D23115
Andrey Churbanov
2016-10-20
1
-3
/
+5
*
Fix OpenMP 4.0 library build
Jonathan Peyton
2016-10-18
1
-0
/
+4
*
[OMPT] Align implementation of reenter frame address to latest (frozen) versi...
Jonas Hahnfeld
2016-09-14
1
-5
/
+5
*
Do not block on explicit task depending on proxy task
Jonas Hahnfeld
2016-08-08
1
-1
/
+12
*
__kmp_free_task: Fix for serial explicit tasks producing proxy tasks
Jonas Hahnfeld
2016-08-08
1
-14
/
+10
*
Add debug trace messages for taskloop
Jonathan Peyton
2016-06-21
1
-0
/
+5
*
Addition of debugger comments and whitespace
Jonathan Peyton
2016-06-21
1
-0
/
+4
*
Renaming change: 41 -> 45 and 4.1 -> 4.5
Jonathan Peyton
2016-06-14
1
-21
/
+21
*
Exclude untied tasks from task stealing constraint
Jonathan Peyton
2016-06-13
1
-2
/
+2
*
[STATS] Add stats gathering for taskloop construct
Jonathan Peyton
2016-06-13
1
-0
/
+2
*
Fix spelling in comment
Jonathan Peyton
2016-06-09
1
-1
/
+1
*
Refactor __kmp_execute_tasks_template function
Jonathan Peyton
2016-06-09
1
-228
/
+105
*
Fine tuning of TC* macros - small followup
Paul Osmialowski
2016-06-01
1
-1
/
+1
*
Use C++11 atomics for ticket locks implementation
Paul Osmialowski
2016-05-31
1
-0
/
+2
*
Avoid deadlock with COI
Jonathan Peyton
2016-05-31
1
-23
/
+72
*
Remove trailing whitespace in src/ directory
Jonathan Peyton
2016-05-20
1
-18
/
+18
*
Fine tuning of TC* macros
Paul Osmialowski
2016-05-07
1
-2
/
+2
*
[STATS] Use partitioned timer scheme
Jonathan Peyton
2016-05-05
1
-11
/
+15
*
Runtime support for untied tasks
Jonathan Peyton
2016-04-18
1
-2
/
+36
*
[ITTNOTIFY] Correct barrier imbalance time in case of tasks
Jonathan Peyton
2016-04-14
1
-0
/
+17
*
Initialize two variables in kmp_tasking.
Samuel Antao
2016-03-12
1
-1
/
+1
*
[STATS] change TASK_execution name to OMP_task
Jonathan Peyton
2016-03-11
1
-1
/
+1
*
Add new OpenMP 4.5 taskloop construct feature
Jonathan Peyton
2016-03-02
1
-0
/
+228
*
Add initial support for OpenMP 4.5 task priority feature
Jonathan Peyton
2016-02-25
1
-2
/
+2
*
[OMPT] Frame information for openmp taskwait
Jonas Hahnfeld
2016-02-12
1
-3
/
+6
*
Fix incorrect task_team in __kmp_give_task
Jonathan Peyton
2016-02-11
1
-4
/
+6
*
Fix a couple of typos in comments
Jonathan Peyton
2016-02-11
1
-2
/
+2
*
[OMPT] Add support for ompt_event_task_dependences and ompt_event_task_depend...
Jonas Hahnfeld
2016-01-28
1
-0
/
+20
*
Restore th_current_task first as suggested by John Mellor-Crummey
Jonathan Peyton
2016-01-27
1
-5
/
+4
*
Removing extra empty lines
Jonathan Peyton
2016-01-27
1
-4
/
+0
*
Fix crash when __kmp_task_team_setup called for single threaded team
Jonathan Peyton
2015-11-30
1
-20
/
+21
*
[OMPT] Add ompt_event_task_switch event into OMPT/OpenMP
Jonathan Peyton
2015-11-11
1
-0
/
+24
*
Fixes to wait-loop code
Jonathan Peyton
2015-11-09
1
-0
/
+1
*
Fixes and improvements to tasking in barriers
Jonathan Peyton
2015-11-09
1
-1
/
+0
*
[OMPT] Add OMPT events for the OpenMP taskwait construct.
Jonathan Peyton
2015-11-09
1
-0
/
+25
*
Refactor of task_team code.
Jonathan Peyton
2015-11-04
1
-90
/
+62
*
[OMPT] Initialize task fields only if needed
Jonathan Peyton
2015-10-09
1
-17
/
+12
*
Formatting/Whitespace/Comment changes associated with wait/release improvements.
Jonathan Peyton
2015-10-08
1
-14
/
+13
*
Debug trace and assert statement changes for wait/release improvements.
Jonathan Peyton
2015-10-08
1
-19
/
+23
*
OpenMP Wait/release improvements.
Jonathan Peyton
2015-10-08
1
-5
/
+4
*
[OMPT] Simplify control variable logic for OMPT
Jonathan Peyton
2015-09-21
1
-7
/
+7
*
Put taskdata variables under KMP_DEBUG guards.
Jonathan Peyton
2015-08-26
1
-2
/
+3
*
Replace variables with definitions inside KMP_DEBUG_ASSERT statements
Jonathan Peyton
2015-08-26
1
-4
/
+2
[next]