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
*
[runtime] Use getloadavg() on NetBSD as well
Michal Gorny
2018-12-11
1
-1
/
+1
*
Implement __kmp_is_address_mapped() for NetBSD
Kamil Rytarowski
2018-12-11
1
-2
/
+35
*
Implement __kmp_gettid() for NetBSD
Kamil Rytarowski
2018-12-11
1
-0
/
+3
*
[OpenMP] Fix a few build issues
Jonathan Peyton
2018-12-10
2
-3
/
+4
*
Support clang compiling under windows-gnu and windows-msvc
Andrey Churbanov
2018-12-10
16
-26
/
+58
*
Add OpenBSD support to OpenMP
Kamil Rytarowski
2018-12-09
5
-11
/
+22
*
Add DragonFlyBSD support to OpenMP
Kamil Rytarowski
2018-12-09
6
-19
/
+35
*
Revert r347799: Add omp_get_device_num() and update other device API
Jonathan Peyton
2018-11-29
11
-98
/
+47
*
[OpenMP] Add stubs for Task affinity API
Jonathan Peyton
2018-11-29
3
-0
/
+38
*
[OpenMP] Rename ompt_mutex_impl_unknown to ompt_mutex_impl_none
Jonathan Peyton
2018-11-28
2
-4
/
+4
*
[OpenMP] Minor cleanup of debug code
Jonathan Peyton
2018-11-28
1
-2
/
+2
*
[OpenMP] Fixed possible array out of bound access
Jonathan Peyton
2018-11-28
1
-0
/
+1
*
[OpenMP] Add omp_get_device_num() and update several other device API functions
Jonathan Peyton
2018-11-28
11
-47
/
+98
*
Fix for bugzilla https://bugs.llvm.org/show_bug.cgi?id=39137.
Andrey Churbanov
2018-11-14
1
-0
/
+2
*
Add Hurd support.
Andrey Churbanov
2018-11-07
6
-11
/
+24
*
Implementation of OpenMP 5.0 mutexinoutset task dependency type.
Andrey Churbanov
2018-11-07
4
-199
/
+375
*
remove duplicate omp_control_tool export to fix windows build
Andrey Churbanov
2018-10-25
1
-3
/
+0
*
[OpenMP] Convert KMP_DYNAMIC_LIB to a 0 or 1 guard everywhere
Jonathan Peyton
2018-10-05
4
-7
/
+7
*
[OpenMP] Fix KMP_DYNAMIC_LIB to be dependent on LIBOMP_ENABLE_SHARED
Jonathan Peyton
2018-10-05
1
-1
/
+2
*
[OpenMP][OMPT] Fix unsafe initialization of ompt_data_t objects
Jonathan Peyton
2018-10-04
1
-6
/
+4
*
[OpenMP] Shutdown library on Windows if possible for better OMPT behavior
Jonathan Peyton
2018-10-02
1
-0
/
+8
*
Fixed workaround made in https://reviews.llvm.org/D51694.
Andrey Churbanov
2018-10-01
1
-4
/
+4
*
[OpenMP] Add missing __kmpc_critical_with_hint to dllexports
Jonathan Peyton
2018-09-26
3
-12
/
+8
*
[OpenMP] Fix balanced affinity so thread's private affinity mask is updated
Jonathan Peyton
2018-09-26
3
-9
/
+7
*
[OpenMP] Update ittnotify sources
Jonathan Peyton
2018-09-26
7
-454
/
+1010
*
[OpenMP] Fix performance issue from 376.kdtree
Jonathan Peyton
2018-09-26
4
-131
/
+153
*
[OpenMP][OMPT] A few improvements
Jonathan Peyton
2018-09-26
7
-22
/
+38
*
[OMPT] Update types according to TR7
Joachim Protze
2018-09-10
12
-90
/
+138
*
[OpenMP] Change hint parameter type for critical to uint32_t
Jonathan Peyton
2018-09-07
2
-2
/
+6
*
[OpenMP] Synchronization hint constants added to headers
Jonathan Peyton
2018-09-07
4
-56
/
+99
*
[OpenMP] Initial implementation of OMP 5.0 Memory Management routines
Jonathan Peyton
2018-09-07
17
-11
/
+560
*
Fix for https://bugs.llvm.org/show_bug.cgi?id=38839:
Andrey Churbanov
2018-09-07
1
-57
/
+92
*
[OpenMP][Fix] Conditional compilation leaves variables unused
Gheorghe-Teodor Bercea
2018-08-27
1
-0
/
+2
*
[OpenMP][Fix] Ensure comparison between unsigned values.
Gheorghe-Teodor Bercea
2018-08-27
1
-1
/
+1
*
[OpenMP] Remove deprecated/obsolete MIC attributes from headers
Jonathan Peyton
2018-08-24
1
-1
/
+3
*
[OpenMP] Fixed affinity verbose double printing for balanced type.
Jonathan Peyton
2018-08-24
1
-1
/
+2
*
[OpenMP] Fix tasking bug for decreasing hot team nthreads
Jonathan Peyton
2018-08-24
1
-1
/
+1
*
[OpenMP] Add check for hot_teams array
Jonathan Peyton
2018-08-24
1
-1
/
+2
*
[OpenMP] Fix incorrect barrier imbalance reporting in ITTNOTIFY
Jonathan Peyton
2018-08-24
2
-22
/
+26
*
[OMPT] Remove OMPT idle callback
Joachim Protze
2018-08-15
3
-24
/
+0
*
[OMPT] Make omp_control_tool() compliant when called from Fortran programs
Jonathan Peyton
2018-08-13
2
-2
/
+4
*
[OpenMP] Cleanup code
Jonathan Peyton
2018-08-09
22
-407
/
+223
*
[OpenMP] Fix tasking + parallel bug
Jonathan Peyton
2018-07-30
1
-0
/
+3
*
[OpenMP] Fix new task creation
Gheorghe-Teodor Bercea
2018-07-30
1
-1
/
+1
*
[OpenMP] Add GOMP version symbols for OMP_4.5 API
Jonathan Peyton
2018-07-30
2
-7
/
+18
*
[OpenMP] Implement GOMP doacross compatibility
Jonathan Peyton
2018-07-30
5
-62
/
+424
*
[OpenMP] Fix build errors when building with KMP_DEBUG_ADAPTIVE_LOCKS=1
Jonathan Peyton
2018-07-30
4
-14
/
+15
*
[OpenMP][Stats] Cleanup stats gathering code
Jonathan Peyton
2018-07-30
8
-303
/
+609
*
[OMPT] Fix OMPT callbacks for the taskloop construct and add testcase
Joachim Protze
2018-07-27
1
-61
/
+170
*
[OMPT] Adapt OMPT callbacks for tasks to handle untied tasks correctly
Joachim Protze
2018-07-27
1
-50
/
+62
[next]