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
*
[OpenMP] NFC: Fix trivial typos in comments
Kazuaki Ishizaki
2020-01-07
1
-3
/
+3
*
[openmp] Fixed nonmonotonic schedule when #threads > #chunks in a loop.
AndreyChurbanov
2019-11-27
1
-7
/
+8
*
[OpenMP] Remove OMP spec versioning
Jonathan Peyton
2019-07-12
1
-26
/
+8
*
[OpenMP] Add OpenMP 5.0 nonmonotonic code
Jonathan Peyton
2019-04-30
1
-13
/
+50
*
[OpenMP][Stats] Fix stats gathering for distribute and team clause
Jonathan Peyton
2019-04-03
1
-0
/
+6
*
[OpenMP] Make use of sched_yield optional in runtime
Jonathan Peyton
2019-02-28
1
-23
/
+18
*
[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
-0
/
+4
*
Support clang compiling under windows-gnu and windows-msvc
Andrey Churbanov
2018-12-10
1
-6
/
+6
*
[OpenMP][OMPT] A few improvements
Jonathan Peyton
2018-09-26
1
-7
/
+0
*
[OpenMP] Cleanup code
Jonathan Peyton
2018-08-09
1
-6
/
+4
*
[OpenMP][Stats] Cleanup stats gathering code
Jonathan Peyton
2018-07-30
1
-17
/
+51
*
[OpenMP] Introduce hierarchical scheduling
Jonathan Peyton
2018-07-09
1
-3
/
+104
*
[OpenMP] Restructure loop code for hierarchical scheduling
Jonathan Peyton
2018-07-09
1
-1327
/
+917
*
Fix some comments and formatting in kmp_dispatch.cpp
Jonathan Peyton
2018-01-04
1
-8
/
+9
*
Remove const from variables with dynamic memory
Jonas Hahnfeld
2017-11-09
1
-25
/
+25
*
Revert "Updating implementation of OMPT as specified in OpenMP 5.0 Preview 2 ...
Jonas Hahnfeld
2017-11-03
1
-1
/
+0
*
Updating implementation of OMPT as specified in OpenMP 5.0 Preview 2 (TR6)
Joachim Protze
2017-11-03
1
-0
/
+1
*
Update implementation of OMPT to the specification OpenMP 5.0 Preview 1 (TR4).
Joachim Protze
2017-11-01
1
-16
/
+80
*
Apply formatting changes
Jonathan Peyton
2017-10-20
1
-6
/
+4
*
Remove unnecessary semicolons
Jonathan Peyton
2017-09-27
1
-4
/
+4
*
Minor code cleanup of Klocwork issues
Jonathan Peyton
2017-09-05
1
-10
/
+8
*
OpenMP RTL cleanup: eliminated warnings with -Wcast-qual, patch 2.
Andrey Churbanov
2017-07-17
1
-12
/
+11
*
remove deprecated register storage class specifier
Ed Maste
2017-07-07
1
-22
/
+22
*
OpenMP RTL cleanup: eliminated warnings with -Wcast-qual.
Andrey Churbanov
2017-07-03
1
-16
/
+20
*
OpenMP 4.5: implemented support of schedule(simd:guided) and
Andrey Churbanov
2017-06-05
1
-1
/
+128
*
Clang-format and whitespace cleanup of source code
Jonathan Peyton
2017-05-12
1
-2323
/
+2270
*
[stats] add stats-gathering for static_steal scheduling method
Jonathan Peyton
2017-02-17
1
-0
/
+5
*
Cleanup: put i_maxmin members and ___kmp_size_type into traits_t
Jonathan Peyton
2017-01-27
1
-38
/
+6
*
Follow up to r289732: Update comments in source files to reference .cpp files
Jonathan Peyton
2016-12-14
1
-1
/
+1
*
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
[next]