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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace enum types in variadic functions by build-in types.
Samuel Antao
2016-07-22
3
-5
/
+17
*
http://reviews.llvm.org/D22134: Implementation of OpenMP 4.5 nonmonotonic sch...
Andrey Churbanov
2016-07-11
3
-79
/
+176
*
Improving EPCC performance when linking with hwloc
Jonathan Peyton
2016-07-08
3
-2
/
+16
*
D22138: Added more Intel compiler versions as allowed build compilers
Andrey Churbanov
2016-07-08
1
-0
/
+4
*
D22137: Memory leak fixed by adding missed cleanup of single level array of h...
Andrey Churbanov
2016-07-08
1
-2
/
+4
*
D22136: Memory leaks fixed by adding missed __kmp_free() calls
Andrey Churbanov
2016-07-08
1
-0
/
+2
*
D22135: formatting change
Andrey Churbanov
2016-07-08
1
-1
/
+1
*
Fix the nowait tests for omp for and omp single
Jonathan Peyton
2016-07-06
2
-48
/
+88
*
__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
*
Fix omp_sections_nowait.c test to address Bugzilla Bug 28336
Jonathan Peyton
2016-06-29
1
-24
/
+59
*
Fix bugs in TAS and futex lock
Jonathan Peyton
2016-06-28
2
-3
/
+5
*
Revert r273898's UNICODE quick fix in favor of CMake's remove_definitions()
Jonathan Peyton
2016-06-28
3
-8
/
+6
*
Fix the Windows build after r273599
Hans Wennborg
2016-06-27
3
-1
/
+8
*
Remove redundant %libomp-compile step from test/lock/omp_lock.c
Jonathan Peyton
2016-06-23
1
-1
/
+1
*
Fix bug in futex fast path inside kmp_csupport.c
Jonathan Peyton
2016-06-22
1
-1
/
+1
*
Apply the KMP_USE_FUTEX feature macro everywhere
Jonathan Peyton
2016-06-22
4
-23
/
+25
*
Add debug trace messages for taskloop
Jonathan Peyton
2016-06-21
1
-0
/
+5
*
Bug fix for hang when tasks used in nested parallel
Jonathan Peyton
2016-06-21
2
-3
/
+35
*
Performance improvement: accessing thread struct as opposed to team struct
Jonathan Peyton
2016-06-21
1
-12
/
+12
*
Addition of debugger comments and whitespace
Jonathan Peyton
2016-06-21
3
-9
/
+12
*
Improvements to process affinity mask setting
Jonathan Peyton
2016-06-21
1
-51
/
+102
*
Bug fix for segfault in stubs library
Jonathan Peyton
2016-06-21
1
-3
/
+7
*
[STATS] Adding process id to output filename
Jonathan Peyton
2016-06-21
2
-4
/
+20
*
Fix typos in Fortran headers
Jonathan Peyton
2016-06-21
2
-6
/
+6
*
Change hwloc discovery algorithm to print topology only for accessible resources
Jonathan Peyton
2016-06-16
1
-17
/
+29
*
Teach OpenMP Library to use Hwloc on Windows
Jonathan Peyton
2016-06-16
5
-63
/
+116
*
Fix for crash in task dependencies
Jonathan Peyton
2016-06-16
1
-1
/
+1
*
Fixed missing memory cleanup in __kmp_affinity_create_hwloc_map()
Jonathan Peyton
2016-06-16
1
-0
/
+2
*
Reduce perf impact of redundant ittnotify calls
Jonathan Peyton
2016-06-16
3
-8
/
+18
*
Deprecate KMP_PLACE_THREADS and rename as KMP_HW_SUBSET
Jonathan Peyton
2016-06-16
3
-33
/
+55
*
Bug fix: crash if teams executed on host
Jonathan Peyton
2016-06-16
1
-0
/
+1
*
Fix large overhead with itt notifications on region/barrier name composing
Jonathan Peyton
2016-06-14
1
-5
/
+19
*
Remove unused wait/release code.
Jonathan Peyton
2016-06-14
4
-44
/
+0
*
Whitespace cleanup of dllexports
Jonathan Peyton
2016-06-14
1
-2
/
+2
*
Renaming change: 41 -> 45 and 4.1 -> 4.5
Jonathan Peyton
2016-06-14
25
-89
/
+93
*
Bug fix for Bugzilla bug 26602: Remove function bodies with KMP_ASSERT(0)
Jonathan Peyton
2016-06-13
1
-4
/
+4
*
Affinity mask processing improvements
Jonathan Peyton
2016-06-13
4
-57
/
+56
*
Exclude untied tasks from task stealing constraint
Jonathan Peyton
2016-06-13
1
-2
/
+2
*
Fix crash when libomp loaded/unloaded multiple times
Jonathan Peyton
2016-06-13
1
-38
/
+23
*
Hwloc refactoring patch
Jonathan Peyton
2016-06-13
2
-131
/
+135
*
Fix bitmask complement operation
Jonathan Peyton
2016-06-13
1
-3
/
+25
*
[STATS] Add stats gathering for taskloop construct
Jonathan Peyton
2016-06-13
2
-0
/
+5
*
Fix spelling in comment
Jonathan Peyton
2016-06-09
1
-1
/
+1
*
Revert accidental commit to lit.cfg
Jonathan Peyton
2016-06-09
1
-3
/
+0
*
Refactor __kmp_execute_tasks_template function
Jonathan Peyton
2016-06-09
2
-228
/
+108
*
kmp_lock.h: Fix VS2013 build after r271324
Hans Wennborg
2016-06-09
1
-0
/
+16
*
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
6
-82
/
+139
[next]