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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[OPENMP] ppc64le recognized as big-endian
George Rokos
2016-09-09
1
-0
/
+2
*
[OPENMP] Implementation of omp_get_default_device and omp_set_default_device
George Rokos
2016-09-09
7
-20
/
+60
*
Move function into cpp file under KMP_AFFINITY_SUPPORTED guard.
Jonathan Peyton
2016-09-02
2
-28
/
+25
*
Decouple the kmp_affin_mask_t type from determining if affinity is capable
Jonathan Peyton
2016-09-02
2
-4
/
+4
*
Replace a bad instance of __kmp_free() with KMP_CPU_FREE_ARRAY() macro.
Jonathan Peyton
2016-09-02
1
-1
/
+1
*
Use 'critical' reduction method when 'atomic' is not available but requested.
Jonathan Peyton
2016-09-02
2
-8
/
+16
*
Appease older gcc compilers for the many-microtask-args.c test
Jonathan Peyton
2016-08-30
1
-1
/
+2
*
cleanup: fixed names of dummy arguments of Fortran interfaces declarations, n...
Andrey Churbanov
2016-08-17
4
-138
/
+158
*
Fixes for hierarchical barrier (possible hang if team size changed).
Andrey Churbanov
2016-08-11
1
-0
/
+14
*
Fix linking of omp_foreign_thread_team_reuse test on FreeBSD
Dimitry Andric
2016-08-08
1
-1
/
+1
*
kmp_gsupport: Fix library initialization with taskgroup
Jonas Hahnfeld
2016-08-08
2
-1
/
+17
*
Mark tests with task dependencies as unsupported with GCC
Jonas Hahnfeld
2016-08-08
2
-0
/
+6
*
Do not block on explicit task depending on proxy task
Jonas Hahnfeld
2016-08-08
3
-10
/
+147
*
__kmp_free_task: Fix for serial explicit tasks producing proxy tasks
Jonas Hahnfeld
2016-08-08
2
-14
/
+138
*
Fixed x2APIC discovery for 256-processor architectures.
Andrey Churbanov
2016-08-05
1
-3
/
+3
*
Add test case for nested creation of tasks
Jonas Hahnfeld
2016-08-04
1
-0
/
+35
*
kmp_taskdeps.cpp: Fix debugging output
Jonas Hahnfeld
2016-08-04
1
-3
/
+5
*
Disable KMP_CANCEL_THREADS on Android
Pirama Arumuga Nainar
2016-08-03
1
-0
/
+6
*
Make balanced affinity work on AArch64.
Paul Osmialowski
2016-07-29
1
-57
/
+141
*
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
[next]