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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix fatal error message displaying
Jonathan Peyton
2017-10-25
1
-6
/
+15
*
Disable threadprivate data cleanup if runtime is terminating
Jonathan Peyton
2017-10-24
1
-0
/
+7
*
Restrict OMPT to OpenMP version 5.0 and remove old header files
Jonathan Peyton
2017-10-20
4
-1519
/
+4
*
Add license envirable for testing Intel compilers
Jonathan Peyton
2017-10-20
1
-0
/
+4
*
Add C++ support for testcases
Jonathan Peyton
2017-10-20
4
-3
/
+13
*
Apply formatting changes
Jonathan Peyton
2017-10-20
67
-268
/
+42
*
KMP_HW_SUBSET vs KMP_PLACE_THREADS rival envirables fix
Jonathan Peyton
2017-10-06
1
-5
/
+22
*
[test] Fix uninitialized memory in omp_taskloop_grainsize.c
Jonas Hahnfeld
2017-09-29
1
-1
/
+2
*
Remove unnecessary semicolons
Jonathan Peyton
2017-09-27
27
-509
/
+498
*
Allow printing of KMP_TOPOLOGY_METHOD when KMP_SETTINGS=true
Jonathan Peyton
2017-09-26
1
-2
/
+0
*
Remove unused t_single_lock
Jonathan Peyton
2017-09-26
2
-2
/
+1
*
Read blocktime value set by kmp_set_blocktime() before reading from KMP_BLOCK...
Jonathan Peyton
2017-09-05
2
-5
/
+9
*
Minor code cleanup of Klocwork issues
Jonathan Peyton
2017-09-05
14
-149
/
+126
*
Use va_copy instead of __va_copy to fix building libomp against musl libc
Jonathan Peyton
2017-08-19
1
-1
/
+1
*
Remove BUILD_TV
Jonathan Peyton
2017-08-17
5
-81
/
+0
*
OMP_PROC_BIND: better spread
Paul Osmialowski
2017-08-10
1
-42
/
+108
*
Exclude version symbols for static libomp
Jonathan Peyton
2017-08-02
1
-0
/
+5
*
Move lock acquire/release functions in task deque cleanup code
Jonathan Peyton
2017-08-02
1
-3
/
+2
*
Add new envirable KMP_TEAMS_THREAD_LIMIT
Jonathan Peyton
2017-08-02
5
-10
/
+30
*
Fix comments and build messages concerning TSX
Jonathan Peyton
2017-07-28
3
-7
/
+10
*
Fix implementation of OMP_THREAD_LIMIT
Jonathan Peyton
2017-07-27
7
-20
/
+153
*
Introduce KMP_DEVICE_THREAD_LIMIT
Jonathan Peyton
2017-07-26
2
-29
/
+28
*
Cleanup: __kmp_env_* variables
Jonathan Peyton
2017-07-25
4
-44
/
+35
*
OpenMP RTL cleanup: two PAUSEs per spin loop iteration replaced with single one
Andrey Churbanov
2017-07-19
2
-6
/
+13
*
For KMP_PAGE_SIZE, use getpagesize() on Unix, GetSystemInfo() on Windows
Dimitry Andric
2017-07-18
1
-8
/
+8
*
Fix failing taskloop tests by omitting gcc
Jonathan Peyton
2017-07-18
2
-0
/
+4
*
Add recursive task scheduling strategy to taskloop implementation
Jonathan Peyton
2017-07-18
7
-95
/
+482
*
Fix sporadic segfaults in tasking tests.
Andrey Churbanov
2017-07-18
1
-1
/
+1
*
OpenMP RTL cleanup: nullify pointer after memory freeing
Andrey Churbanov
2017-07-18
1
-1
/
+4
*
Removed "duplicates" from verbose affinity output
Jonathan Peyton
2017-07-17
1
-5
/
+0
*
OpenMP RTL cleanup: eliminated warnings with -Wcast-qual, patch 2.
Andrey Churbanov
2017-07-17
16
-215
/
+244
*
[GOMP] Fix (un)tied tasks with the GCC
Jonas Hahnfeld
2017-07-13
1
-2
/
+2
*
Rename z_Linux_asm.s to z_Linux_asm.S
Dimitry Andric
2017-07-11
2
-3
/
+3
*
remove deprecated register storage class specifier
Ed Maste
2017-07-07
7
-148
/
+148
*
remove duplicate symbol version script entries
Ed Maste
2017-07-07
1
-3
/
+0
*
Fix wrong website in messages
Jonathan Peyton
2017-07-05
1
-2
/
+2
*
OpenMP RTL cleanup: eliminated warnings with -Wcast-qual.
Andrey Churbanov
2017-07-03
22
-349
/
+376
*
Make test/parallel/omp_nested.c not use so many threads
Hal Finkel
2017-06-27
1
-0
/
+5
*
Set affinity to none/false in child processes
Jonathan Peyton
2017-06-15
1
-1
/
+12
*
Replace platform macro with KMP_MIC_SUPPORTED
Jonathan Peyton
2017-06-13
5
-15
/
+19
*
Reset initial affinity in children processes
Jonathan Peyton
2017-06-13
2
-0
/
+9
*
Fix static initializers for locks.
Jonathan Peyton
2017-06-06
1
-4
/
+5
*
OpenMP 4.5: implemented support of schedule(simd:guided) and
Andrey Churbanov
2017-06-05
7
-3
/
+1160
*
Re-enable assertion after the problem that caused it to be hit had been fixed
Andrey Churbanov
2017-06-01
1
-5
/
+0
*
Fix minor formatting issues
Jonathan Peyton
2017-06-01
4
-35
/
+27
*
Fix for KMP_AFFINITY=disabled and KMP_TOPOLOGY_METHOD=hwloc
Jonathan Peyton
2017-05-31
4
-1
/
+36
*
Address default pinning OpenMP process with multiple processor groups
Jonathan Peyton
2017-05-31
1
-2
/
+30
*
Fix for KMP_AFFINITY=respect with multiple processor groups
Jonathan Peyton
2017-05-15
1
-3
/
+2
*
Remove some outdated comments
Jonathan Peyton
2017-05-15
1
-11
/
+0
*
Add the .clang-format file which the formatting was based on
Jonathan Peyton
2017-05-15
1
-0
/
+91
[next]