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
*
[OpenMP] Fix thread_limits to work properly for teams construct
Jonathan Peyton
2019-02-11
4
-26
/
+160
*
Guard a feature that unsupported by old GCC
Taewook Oh
2019-02-08
1
-1
/
+9
*
[OMPT] Make sure that OMPT is enabled when accessing internals of the runtime
Joachim Protze
2019-02-04
4
-0
/
+17
*
[OMPT] Make sure that OMPT is enabled when accessing internals of the runtime
Joachim Protze
2019-01-30
1
-4
/
+15
*
NFC: fixed formatting to be consistent across the file
Andrey Churbanov
2019-01-21
1
-1
/
+2
*
Fixed https://reviews.llvm.org/D55078 broken Fortran fixed form.
Andrey Churbanov
2019-01-21
1
-4
/
+6
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
108
-432
/
+324
*
Revert r351311 "[OMPT] Make sure that OMPT is enabled when accessing internal...
Hans Wennborg
2019-01-17
1
-15
/
+4
*
[OpenMP] Add omp_pause_resource* API
Jonathan Peyton
2019-01-16
18
-10
/
+398
*
[OpenMP] Remove compiler warning about unused value
Joachim Protze
2019-01-16
1
-6
/
+6
*
Fix compiler error in r351311
Joachim Protze
2019-01-16
1
-1
/
+1
*
[OMPT] Make sure that OMPT is enabled when accessing internals of the runtime
Joachim Protze
2019-01-16
1
-4
/
+15
*
[OpenMP] Fix for nested proc_bind affinity bug
Jonathan Peyton
2019-01-15
2
-13
/
+11
*
[OpenMP] Add lock function definitions to fix Bug 40042
Jonathan Peyton
2019-01-15
1
-0
/
+41
*
[OpenMP] Fix performance regression in SPEC kdtree test
Jonathan Peyton
2019-01-15
1
-13
/
+9
*
[OMPT] Second chunk of final OMPT 5.0 interface updates
Joachim Protze
2019-01-15
13
-776
/
+1128
*
[OpenMP] Fix LIBOMP_USE_DEBUGGER=ON build (PR38612)
Roman Lebedev
2019-01-13
3
-4
/
+6
*
Doc: fixed description of a parameter of the __kmpc_taskloop
Andrey Churbanov
2019-01-09
1
-1
/
+1
*
[OpenMP] Add omp_get_device_num() and update several other device API functions
Jonathan Peyton
2019-01-03
11
-48
/
+112
*
[OMPT] First chunk of final OMPT 5.0 interface updates
Joachim Protze
2018-12-18
15
-323
/
+333
*
[OpenMP] Fixes for LIBOMP_OMP_VERSION=45/40
Roman Lebedev
2018-12-15
3
-9
/
+12
*
[OpenMP] Fix transient divide by zero bug in 32-bit code
Jonathan Peyton
2018-12-13
1
-4
/
+11
*
[OpenMP] Implement OpenMP 5.0 affinity format functionality
Jonathan Peyton
2018-12-13
22
-129
/
+1021
*
[runtime] Disable KMP_HAVE_QUAD on NetBSD gcc
Michal Gorny
2018-12-11
1
-0
/
+3
*
[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
[next]