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
*
fixed type in Windows-specific code
Andrey Churbanov
2016-12-01
1
-1
/
+1
*
Fixed typo in kmp_process_deps trace output
Jonathan Peyton
2016-11-28
1
-1
/
+1
*
Cleanup: memory leaks on warnings printing fixed; some memory freeing cleaned...
Andrey Churbanov
2016-11-28
7
-92
/
+149
*
Set task->td_dephash to NULL after free
Jonathan Peyton
2016-11-21
1
-0
/
+1
*
Fix for D25504 - segfault because of double free()-ing in shutdown code.
Jonathan Peyton
2016-11-21
1
-1
/
+2
*
Update stats-gathering code
Jonathan Peyton
2016-11-14
6
-117
/
+102
*
Introduce dynamic affinity dispatch capabilities
Jonathan Peyton
2016-11-14
13
-721
/
+633
*
Added check for malloc return.
Andrey Churbanov
2016-11-10
1
-0
/
+6
*
[OpenMP] Enable ThreadSanitizer to check OpenMP programs
Jonas Hahnfeld
2016-11-07
12
-10
/
+346
*
fixed typo in comment
Andrey Churbanov
2016-11-03
1
-1
/
+1
*
Change task stealing to always get task from head of victim's deque.
Andrey Churbanov
2016-11-02
1
-13
/
+8
*
Fixed problem introduced by part of https://reviews.llvm.org/D21196.
Andrey Churbanov
2016-11-01
1
-2
/
+2
*
Add more conditions to check whether task waiting is necessary in kmp_omp_tas...
Andrey Churbanov
2016-11-01
1
-4
/
+4
*
Fixed a memory leak related to task dependencies.
Andrey Churbanov
2016-10-27
4
-13
/
+65
*
Fixing typos in __kmp_release_deps trace outputs
Jonathan Peyton
2016-10-26
1
-4
/
+4
*
Use getpagesize() instead of PAGE_SIZE macro when KMP_OS_LINUX is true
Jonathan Peyton
2016-10-26
3
-14
/
+20
*
Fixed memory leak mistakenly introduced by https://reviews.llvm.org/D23115
Andrey Churbanov
2016-10-20
1
-3
/
+5
*
[OpenMP] Fix issue with directives used in a macro.
Samuel Antao
2016-10-20
1
-8
/
+9
*
Fix OpenMP 4.0 library build
Jonathan Peyton
2016-10-18
2
-0
/
+9
*
Fix a compile error on musl-libc due to strerror_r() prototype
Michal Gorny
2016-10-18
1
-1
/
+1
*
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
3
-4
/
+88
*
[cmake] Fix for a bug https://llvm.org/bugs/show_bug.cgi?id=30489 "Cannot bui...
Paul Osmialowski
2016-09-30
1
-1
/
+3
*
Insert missing checks for KMP_AFFINITY_CAPABLE() in affinity API.
Jonathan Peyton
2016-09-30
1
-0
/
+12
*
[test] Support 'lit' executable name
Michal Gorny
2016-09-30
1
-1
/
+1
*
Fix incorrect OpenMP version in Fortran module.
Jonathan Peyton
2016-09-30
3
-3
/
+9
*
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
*
Fix respecting LIBOMP_LLVM_LIT_EXECUTABLE as full path
Michal Gorny
2016-09-19
1
-6
/
+3
*
[cmake] Make libgomp & libiomp5 alias install optional
Michal Gorny
2016-09-14
2
-7
/
+13
*
[OMPT] fix task frame information for gomp interface
Jonas Hahnfeld
2016-09-14
4
-52
/
+56
*
[OMPT] save exit address to lwt if available
Jonas Hahnfeld
2016-09-14
2
-27
/
+22
*
[OMPT] fix __ompt_get_teaminfo to consult lwt entries of parent teams
Jonas Hahnfeld
2016-09-14
2
-1
/
+317
*
[OMPT] Reset task exit frame when execution is finished
Jonas Hahnfeld
2016-09-14
2
-0
/
+14
*
[OMPT] Align implementation of reenter frame address to latest (frozen) versi...
Jonas Hahnfeld
2016-09-14
6
-34
/
+58
*
[OMPT] extend ompt tests by checks for frame pointers
Jonas Hahnfeld
2016-09-14
7
-19
/
+39
*
Fix bitmask upper bounds check
Jonathan Peyton
2016-09-12
3
-25
/
+18
*
[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
[next]