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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Mixed type atomic routines added for capture and update/capture reverse.
Jonathan Peyton
2016-10-18
3
-1
/
+452
*
Code cleanup for the runtime without monitor thread
Jonathan Peyton
2016-10-07
5
-8
/
+46
*
Enable omp_get_schedule() to return static steal type.
Jonathan Peyton
2016-10-07
2
-4
/
+6
*
Insert missing checks for KMP_AFFINITY_CAPABLE() in affinity API.
Jonathan Peyton
2016-09-30
1
-0
/
+12
*
Fix incorrect OpenMP version in Fortran module.
Jonathan Peyton
2016-09-30
2
-2
/
+6
*
Mixed type atomic routines for unsigned integers.
Jonathan Peyton
2016-09-27
2
-0
/
+36
*
Disable monitor thread creation by default.
Jonathan Peyton
2016-09-27
9
-6
/
+126
*
[cmake] Make libgomp & libiomp5 alias install optional
Michal Gorny
2016-09-14
1
-7
/
+9
*
[OMPT] fix task frame information for gomp interface
Jonas Hahnfeld
2016-09-14
3
-52
/
+52
*
[OMPT] save exit address to lwt if available
Jonas Hahnfeld
2016-09-14
1
-7
/
+14
*
[OMPT] fix __ompt_get_teaminfo to consult lwt entries of parent teams
Jonas Hahnfeld
2016-09-14
1
-1
/
+6
*
[OMPT] Reset task exit frame when execution is finished
Jonas Hahnfeld
2016-09-14
1
-0
/
+6
*
[OMPT] Align implementation of reenter frame address to latest (frozen) versi...
Jonas Hahnfeld
2016-09-14
5
-26
/
+39
*
Fix bitmask upper bounds check
Jonathan Peyton
2016-09-12
3
-25
/
+18
*
[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
*
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
*
kmp_gsupport: Fix library initialization with taskgroup
Jonas Hahnfeld
2016-08-08
1
-1
/
+1
*
Do not block on explicit task depending on proxy task
Jonas Hahnfeld
2016-08-08
2
-10
/
+16
*
__kmp_free_task: Fix for serial explicit tasks producing proxy tasks
Jonas Hahnfeld
2016-08-08
1
-14
/
+10
*
Fixed x2APIC discovery for 256-processor architectures.
Andrey Churbanov
2016-08-05
1
-3
/
+3
*
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
*
__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 bugs in TAS and futex lock
Jonathan Peyton
2016-06-28
1
-3
/
+3
*
Revert r273898's UNICODE quick fix in favor of CMake's remove_definitions()
Jonathan Peyton
2016-06-28
2
-6
/
+6
*
Fix the Windows build after r273599
Hans Wennborg
2016-06-27
2
-1
/
+6
*
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
3
-23
/
+24
*
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
1
-3
/
+3
*
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
[prev]
[next]