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
...
*
Cleanup provided by Carlo Bertolli
Andrey Churbanov
2015-03-03
2
-3
/
+4
*
Removed all header files for OpenMP 2.5
Andrey Churbanov
2015-02-25
6
-1453
/
+0
*
Two warning messages fixed.
Andrey Churbanov
2015-02-20
3
-7
/
+6
*
Detect Intel MIC architecture and set some defaults at run time instead of bu...
Andrey Churbanov
2015-02-20
4
-48
/
+112
*
Removed unused varargs from __kmpc_flush function.
Andrey Churbanov
2015-02-20
2
-7
/
+3
*
Added new user-guided lock api, currently disabled. Use KMP_USE_DYNAMIC_LOCK=...
Andrey Churbanov
2015-02-20
20
-27
/
+1578
*
Changed default stack offset for threads on non-Mac architectures to a CACHE_...
Andrey Churbanov
2015-02-20
1
-1
/
+5
*
Fixed memory corruption problem.
Andrey Churbanov
2015-02-10
1
-0
/
+4
*
Updated the kmp_omp_struct_info_t structure used by debuggers.
Andrey Churbanov
2015-02-10
1
-27
/
+48
*
OpenMP 4.0 standard function omp_is_initial_device() implemented.
Andrey Churbanov
2015-02-10
7
-0
/
+55
*
Added comment on format of local labels in asm code
Andrey Churbanov
2015-02-10
1
-0
/
+2
*
Added CFI directives to asm code in order to have correct backtraces in gdb.
Andrey Churbanov
2015-02-10
1
-34
/
+68
*
The usage of tt_state flag is replaced by an array of two task_team pointers.
Andrey Churbanov
2015-02-10
7
-184
/
+222
*
Pin the libiomp5.dll for the lifetime of application, Windows-specific
Andrey Churbanov
2015-01-29
1
-0
/
+15
*
enable environment variable KMP_PLACE_THREADS also for non-MIC architectures
Andrey Churbanov
2015-01-29
5
-21
/
+4
*
fix that sets proc-bind-var to proc_bind_false if affinity is not supported
Andrey Churbanov
2015-01-29
1
-0
/
+6
*
fixing typo in error message
Andrey Churbanov
2015-01-29
1
-1
/
+1
*
fixing mistake in kmp_get_affinity_max_proc() api function
Andrey Churbanov
2015-01-29
1
-1
/
+1
*
fixing the Fortran modules dependencies
Andrey Churbanov
2015-01-29
1
-2
/
+3
*
Comments only: removing the Revision and Date svn variables from the top of a...
Andrey Churbanov
2015-01-27
81
-162
/
+0
*
minor formatting change
Andrey Churbanov
2015-01-27
1
-2
/
+1
*
Enables a cpuid leaf 4 check for non-MIC x86 architectures.
Andrey Churbanov
2015-01-27
1
-21
/
+14
*
Adds some new Windows processor groups trace messages
Andrey Churbanov
2015-01-27
1
-1
/
+11
*
Fixes error where proc-bind-var is not set when there is a parsing error of G...
Andrey Churbanov
2015-01-27
1
-0
/
+3
*
Removes some unused variables (__kmp_ht_*) and changes__kmp_ncores and __kmp_...
Andrey Churbanov
2015-01-27
4
-31
/
+13
*
Replaces KMP_OS_WINDOWS && KMP_ARCH_X86_64 or any combination of those two op...
Andrey Churbanov
2015-01-27
7
-53
/
+59
*
Fixed implementation of the teams construct in case it contains parallel regi...
Andrey Churbanov
2015-01-27
2
-6
/
+19
*
added support for PPC architectures (version 3): initial patch provided by Ca...
Andrey Churbanov
2015-01-19
3
-20
/
+30
*
Two fixes sent by C.Bergstrom: MB() does real synch for ARM; _Quad is not use...
Andrey Churbanov
2015-01-19
2
-2
/
+2
*
few fixes for ittnotify iterface (used by Intel(R) VTune Amplifier)
Andrey Churbanov
2015-01-16
3
-18
/
+29
*
cleanup changes of building for Intel(R) Many Integrated Core Architecture
Andrey Churbanov
2015-01-16
2
-79
/
+56
*
This patch enables the use of KMP_AFFINITY=balanced on non-MIC Architectures....
Andrey Churbanov
2015-01-13
5
-39
/
+19
*
small fixes to the hierarchical barrier
Andrey Churbanov
2015-01-13
1
-1
/
+4
*
aarch64 port sent by C. Bergstrom
Andrey Churbanov
2015-01-13
12
-80
/
+116
*
I apologise in advance for the size of this check-in. At Intel we do
Jim Cownie
2014-10-07
88
-5773
/
+8766
*
Fix a crash that occurred under obscure circumstances during library shutdown
Jim Cownie
2014-09-03
1
-14
/
+20
*
Fix a bug where the library slept for up to KMP_BLOCKTIME before exiting
Jim Cownie
2014-09-03
1
-7
/
+37
*
Fix a problem on Windows machines with >32 processors
Jim Cownie
2014-09-03
1
-1
/
+1
*
Commit PowerPC64 support from Carlo Bertolli at IBM.
Jim Cownie
2014-08-07
14
-41
/
+259
*
After three iterations of community review, we believe that this new
Jim Cownie
2014-08-05
7
-11
/
+53
*
CMake: remove duplicated source file from list
Alp Toker
2014-06-02
1
-1
/
+0
*
Add initial CMake build system
Alp Toker
2014-06-01
1
-0
/
+138
*
Make affinity support conditional on KMP_AFFINITY_SUPPORTED
Alp Toker
2014-03-02
6
-58
/
+48
*
Add support for FreeBSD
Alp Toker
2014-02-28
12
-85
/
+116
*
Restore string match behavior following changes in r202018
Alp Toker
2014-02-25
1
-2
/
+2
*
Silence -Wdeprecated-register warnings with clang
Alp Toker
2014-02-25
1
-2
/
+2
*
Fix linking and get the build working on OS X
Alp Toker
2014-02-24
1
-1
/
+3
*
Fix typos
Alp Toker
2014-02-24
19
-44
/
+44
*
For your Christmas hacking pleasure.
Jim Cownie
2013-12-23
43
-1300
/
+2874
*
First attempt to import OpenMP runtime
Jim Cownie
2013-09-27
88
-0
/
+76787
[prev]