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_dispatch.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
http://reviews.llvm.org/D22134: Implementation of OpenMP 4.5 nonmonotonic sch...
Andrey Churbanov
2016-07-11
1
-74
/
+169
*
Improving EPCC performance when linking with hwloc
Jonathan Peyton
2016-07-08
1
-0
/
+6
*
Performance improvement: accessing thread struct as opposed to team struct
Jonathan Peyton
2016-06-21
1
-12
/
+12
*
Renaming change: 41 -> 45 and 4.1 -> 4.5
Jonathan Peyton
2016-06-14
1
-1
/
+1
*
Bug fix for Bugzilla bug 26602: Remove function bodies with KMP_ASSERT(0)
Jonathan Peyton
2016-06-13
1
-4
/
+4
*
Use C++11 atomics for ticket locks implementation
Paul Osmialowski
2016-05-31
1
-0
/
+26
*
Offer API for setting number of loop dispatch buffers
Jonathan Peyton
2016-05-31
1
-3
/
+3
*
[STATS] Use partitioned timer scheme
Jonathan Peyton
2016-05-05
1
-1
/
+1
*
Fix trip count calculation for parallel loops in runtime
Jonathan Peyton
2016-04-18
1
-18
/
+26
*
Add new OpenMP 4.5 doacross loop nest feature
Jonathan Peyton
2016-03-02
1
-1
/
+6
*
dd new OpenMP 4.5 schedule clause modifiers (monotonic/non-monotonic) feature
Jonathan Peyton
2016-02-25
1
-0
/
+8
*
Removed unused __kmp_*_i8 functions.
Jonathan Peyton
2016-01-04
1
-54
/
+0
*
Fix for ittnotify loop reporting
Jonathan Peyton
2015-11-12
1
-1
/
+3
*
Fix for zero chunk size
Jonathan Peyton
2015-11-06
1
-0
/
+3
*
[OMPT] Simplify control variable logic for OMPT
Jonathan Peyton
2015-09-21
1
-2
/
+2
*
Fix the OpenMP 3.0 build
Jonathan Peyton
2015-09-21
1
-1
/
+1
*
Tidy statistics collection
Jonathan Peyton
2015-08-11
1
-9
/
+20
*
fixed typo in debug assertion reported by John Mellor-Crummey
Andrey Churbanov
2015-07-13
1
-1
/
+1
*
Remove unused variable warnings by adding proper macro guards.
Jonathan Peyton
2015-06-08
1
-0
/
+2
*
D9302.partial2: cleanup of ittnotify checks, that eliminats redundant notific...
Andrey Churbanov
2015-05-06
1
-12
/
+11
*
These are the actual changes in the runtime to issue OMPT-related functions. ...
Andrey Churbanov
2015-04-29
1
-0
/
+35
*
Added new user-guided lock api, currently disabled. Use KMP_USE_DYNAMIC_LOCK=...
Andrey Churbanov
2015-02-20
1
-0
/
+8
*
Comments only: removing the Revision and Date svn variables from the top of a...
Andrey Churbanov
2015-01-27
1
-2
/
+0
*
I apologise in advance for the size of this check-in. At Intel we do
Jim Cownie
2014-10-07
1
-87
/
+300
*
Fix typos
Alp Toker
2014-02-24
1
-1
/
+1
*
For your Christmas hacking pleasure.
Jim Cownie
2013-12-23
1
-9
/
+13
*
First attempt to import OpenMP runtime
Jim Cownie
2013-09-27
1
-0
/
+2399