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 intermittent hang on tests with "target teams if(0)" construct with no ...
Andrey Churbanov
2017-03-21
2
-6
/
+74
*
Stride in distribute parallel for loops with no chunk size.
Andrey Churbanov
2017-03-21
1
-0
/
+1
*
Minor improvement of KMP_YIELD_NOW() macro.
Jonathan Peyton
2017-03-20
2
-7
/
+11
*
Fix incorrect initial value of __kmp_affinity_type.
Jonathan Peyton
2017-03-20
1
-0
/
+1
*
Create a git ignore file for openmp runtime.
Andrey Churbanov
2017-03-11
1
-0
/
+42
*
Fix assertion failure when 'proclist' is used without 'explicit' in KMP_AFFINITY
Jonathan Peyton
2017-03-10
1
-2
/
+5
*
Fix GNU strerror_r check for Android.
Dan Albert
2017-03-07
1
-1
/
+3
*
OpenMP version 5.0 added
Jonathan Peyton
2017-03-06
10
-12
/
+2753
*
Mixed type atomic routines added to Windows DLL
Jonathan Peyton
2017-03-06
2
-0
/
+8
*
Add AArch64 support.
Paul Osmialowski
2017-03-06
7
-1
/
+26
*
Removing couple unnecessary architecture guards.
Jonathan Peyton
2017-02-28
1
-2
/
+2
*
[test] Try to link -latomic to provide atomics when available
Michal Gorny
2017-02-24
3
-1
/
+16
*
[OpenMP] Missing virtual destructor in KMPAffinity
George Rokos
2017-02-22
1
-0
/
+2
*
[stats] add stats-gathering for static_steal scheduling method
Jonathan Peyton
2017-02-17
2
-0
/
+8
*
Run-time library part of OpenMP 5.0 task reduction implementation.
Andrey Churbanov
2017-02-16
4
-1
/
+602
*
Added an option to bind initial thread at the start of application
Andrey Churbanov
2017-02-16
1
-3
/
+8
*
[OpenMP] libomptarget: Protect parent struct from being deallocated
George Rokos
2017-02-15
1
-8
/
+19
*
Enable yield cycle on Linux
Jonathan Peyton
2017-02-15
4
-11
/
+14
*
[OpenMP] New Tsan annotations to remove false positive on reduction and barriers
Jonas Hahnfeld
2017-02-15
2
-21
/
+31
*
libomptarget: Disable on Win32
Hans Wennborg
2017-02-10
1
-1
/
+4
*
[libomptarget] Align test code with runtime/
Jonas Hahnfeld
2017-02-07
2
-13
/
+13
*
Fix a race in shutdown when tasking is used.
Andrey Churbanov
2017-02-06
4
-1
/
+41
*
[OpenMP] Redefined macro warning in libomptarget
George Rokos
2017-02-01
1
-0
/
+3
*
[OpenMP] Initial implementation of OpenMP offloading library - libomptarget p...
George Rokos
2017-02-01
10
-0
/
+1249
*
Correct wrong comment in bug_nested_proxy_task.c
Jonas Hahnfeld
2017-01-30
1
-1
/
+1
*
[libomptarget] Fix Debug build with glibc < 2.18
Jonas Hahnfeld
2017-01-30
1
-0
/
+1
*
Cleanup: put i_maxmin members and ___kmp_size_type into traits_t
Jonathan Peyton
2017-01-27
3
-79
/
+27
*
Printing OS thread id, when KMP_AFFINITY is set.
Jonathan Peyton
2017-01-27
3
-7
/
+17
*
Fix performance issue incurred by removing monitor thread.
Jonathan Peyton
2017-01-27
3
-21
/
+27
*
[libomptarget] Fix compilation with libc++
Jonas Hahnfeld
2017-01-27
1
-1
/
+1
*
[OpenMP] Initial implementation of OpenMP offloading library - libomptarget.
George Rokos
2017-01-25
15
-0
/
+3357
*
Use C++11 static_assert() for build asserts.
Jonathan Peyton
2017-01-18
1
-21
/
+2
*
Fix memory error in case of reinit using kmp_set_defaults() for lock code.
Jonathan Peyton
2017-01-18
2
-0
/
+59
*
Fix small memory leak regarding __kmp_nested_proc_bind
Jonathan Peyton
2017-01-18
1
-0
/
+4
*
kmp_affinity: Fix check if specific bit is set
Jonas Hahnfeld
2017-01-12
1
-1
/
+1
*
[CMake] Make openmp build under runtimes/
Jonas Hahnfeld
2017-01-04
1
-1
/
+2
*
Fix for the __kmpc_global_num_threads function to return the value of the __k...
Andrey Churbanov
2016-12-21
1
-2
/
+2
*
Reverting last change.
Oren Ben Simhon
2016-12-21
1
-1
/
+1
*
[X86] Vectorcall Calling Convention - Adding CodeGen Complete Support
Oren Ben Simhon
2016-12-21
1
-1
/
+1
*
Follow up to r289732: Update comments in source files to reference .cpp files
Jonathan Peyton
2016-12-14
33
-47
/
+48
*
Change source files from .c to .cpp
Jonathan Peyton
2016-12-14
34
-50
/
+46
*
Cleanup: debug print fixed and moved inside critical section.
Andrey Churbanov
2016-12-14
1
-5
/
+5
*
Support of mips & mips64 for openmprtl
Sylvestre Ledru
2016-12-08
18
-19
/
+101
*
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
[next]