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_barrier.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[OMPT] Second chunk of final OMPT 5.0 interface updates
Joachim Protze
2019-01-15
1
-1
/
+1
*
[OMPT] First chunk of final OMPT 5.0 interface updates
Joachim Protze
2018-12-18
1
-5
/
+5
*
[OpenMP] Implement OpenMP 5.0 affinity format functionality
Jonathan Peyton
2018-12-13
1
-0
/
+18
*
[OpenMP] Fix balanced affinity so thread's private affinity mask is updated
Jonathan Peyton
2018-09-26
1
-1
/
+1
*
[OMPT] Update types according to TR7
Joachim Protze
2018-09-10
1
-3
/
+3
*
[OpenMP] Initial implementation of OMP 5.0 Memory Management routines
Jonathan Peyton
2018-09-07
1
-0
/
+4
*
[OpenMP] Fix incorrect barrier imbalance reporting in ITTNOTIFY
Jonathan Peyton
2018-08-24
1
-1
/
+1
*
[OpenMP] Cleanup code
Jonathan Peyton
2018-08-09
1
-1
/
+1
*
[OpenMP] Use C++11 Atomics - barrier, tasking, and lock code
Jonathan Peyton
2018-07-09
1
-13
/
+11
*
[OMPT] Fix parallel_data in implicit barrier-end
Jonas Hahnfeld
2018-02-23
1
-26
/
+23
*
[OMPT] Fix ompt_task_data handling in implicit barriers
Joachim Protze
2018-01-10
1
-0
/
+2
*
Update implementation of OMPT to the specification OpenMP 5.0 Preview 1 (TR4).
Joachim Protze
2017-11-01
1
-45
/
+89
*
Apply formatting changes
Jonathan Peyton
2017-10-20
1
-5
/
+1
*
Read blocktime value set by kmp_set_blocktime() before reading from KMP_BLOCK...
Jonathan Peyton
2017-09-05
1
-3
/
+3
*
OpenMP RTL cleanup: eliminated warnings with -Wcast-qual, patch 2.
Andrey Churbanov
2017-07-17
1
-4
/
+3
*
remove deprecated register storage class specifier
Ed Maste
2017-07-07
1
-90
/
+90
*
OpenMP RTL cleanup: eliminated warnings with -Wcast-qual.
Andrey Churbanov
2017-07-03
1
-6
/
+6
*
Fix minor formatting issues
Jonathan Peyton
2017-06-01
1
-3
/
+2
*
Clang-format and whitespace cleanup of source code
Jonathan Peyton
2017-05-12
1
-1502
/
+1683
*
Reset cancellation status for 'parallel', 'sections' and 'for' constracts.
Olga Malysheva
2017-04-04
1
-0
/
+7
*
[OpenMP] New Tsan annotations to remove false positive on reduction and barriers
Jonas Hahnfeld
2017-02-15
1
-8
/
+27
*
Fix performance issue incurred by removing monitor thread.
Jonathan Peyton
2017-01-27
1
-3
/
+9
*
Update stats-gathering code
Jonathan Peyton
2016-11-14
1
-19
/
+17
*
[OpenMP] Enable ThreadSanitizer to check OpenMP programs
Jonas Hahnfeld
2016-11-07
1
-0
/
+29
*
Code cleanup for the runtime without monitor thread
Jonathan Peyton
2016-10-07
1
-0
/
+6
*
Renaming change: 41 -> 45 and 4.1 -> 4.5
Jonathan Peyton
2016-06-14
1
-1
/
+1
*
Remove trailing whitespace in src/ directory
Jonathan Peyton
2016-05-20
1
-1
/
+1
*
[STATS] Use partitioned timer scheme
Jonathan Peyton
2016-05-05
1
-0
/
+18
*
[ITTNOTIFY] Correct barrier imbalance time in case of tasks
Jonathan Peyton
2016-04-14
1
-0
/
+6
*
Fixing comments.
Jonathan Peyton
2016-01-27
1
-2
/
+0
*
Add debug trace message for hierarchical barrier
Jonathan Peyton
2015-11-12
1
-0
/
+2
*
Fixes and improvements to tasking in barriers
Jonathan Peyton
2015-11-09
1
-1
/
+6
*
Refactor of task_team code.
Jonathan Peyton
2015-11-04
1
-11
/
+4
*
Formatting/Whitespace/Comment changes associated with wait/release improvements.
Jonathan Peyton
2015-10-08
1
-1
/
+1
*
OpenMP Wait/release improvements.
Jonathan Peyton
2015-10-08
1
-3
/
+4
*
[OMPT] Simplify control variable logic for OMPT
Jonathan Peyton
2015-09-21
1
-22
/
+18
*
Fix the OpenMP 3.0 build
Jonathan Peyton
2015-09-21
1
-0
/
+4
*
[OMPT] Correct an incorrect OMPT ifdef
Jonathan Peyton
2015-09-18
1
-1
/
+1
*
Fix hanging barriers if number of parallel regions exceeds UINT_MAX
Jonathan Peyton
2015-09-10
1
-19
/
+19
*
Replace variables with definitions inside KMP_DEBUG_ASSERT statements
Jonathan Peyton
2015-08-26
1
-3
/
+1
*
One line fix for hierarchical barrier
Jonathan Peyton
2015-08-12
1
-0
/
+1
*
Tidy statistics collection
Jonathan Peyton
2015-08-11
1
-37
/
+40
*
Follow up to safe API patch
Jonathan Peyton
2015-07-09
1
-1
/
+1
*
Enable debugger support
Jonathan Peyton
2015-07-09
1
-2
/
+12
*
Fix OMPT event_barrer_end
Jonathan Peyton
2015-07-01
1
-1
/
+1
*
Fix OMPT state maintenance for barriers and missing init of implicit task id.
Jonathan Peyton
2015-06-29
1
-7
/
+14
*
Remove unused variable warnings by moving variables.
Jonathan Peyton
2015-06-08
1
-2
/
+1
*
Remove unused variable warnings by fooling compiler.
Jonathan Peyton
2015-06-08
1
-1
/
+2
*
D9306 omp 4.1 async offload support (partial): code changes
Andrey Churbanov
2015-05-07
1
-2
/
+25
*
D9302.partial2: cleanup of ittnotify checks, that eliminats redundant notific...
Andrey Churbanov
2015-05-06
1
-16
/
+26
[next]