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
/
kmp_runtime.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove outdated comment
Jonathan Peyton
2015-11-12
1
-3
/
+0
*
Remove incorrect debug assert.
Jonathan Peyton
2015-11-04
1
-1
/
+0
*
Remove some empty lines.
Jonathan Peyton
2015-11-04
1
-9
/
+0
*
Refactor of task_team code.
Jonathan Peyton
2015-11-04
1
-126
/
+55
*
Removed zeroing th.th_task_state for master thread at start of nested parallel.
Jonathan Peyton
2015-10-20
1
-9
/
+7
*
Clean-up cancellation state flag between parallel regions
Jonathan Peyton
2015-10-19
1
-0
/
+4
*
Formatting/Whitespace/Comment changes associated with wait/release improvements.
Jonathan Peyton
2015-10-08
1
-6
/
+4
*
Debug trace and assert statement changes for wait/release improvements.
Jonathan Peyton
2015-10-08
1
-1
/
+2
*
OpenMP Wait/release improvements.
Jonathan Peyton
2015-10-08
1
-5
/
+6
*
Add basic NetBSD support.
Joerg Sonnenberger
2015-09-21
1
-2
/
+2
*
[OMPT] Simplify control variable logic for OMPT
Jonathan Peyton
2015-09-21
1
-46
/
+35
*
[OMPT] Overhaul OMPT initialization interface
Jonathan Peyton
2015-09-21
1
-10
/
+9
*
Fix the OpenMP 3.0 build
Jonathan Peyton
2015-09-21
1
-0
/
+2
*
[OMPT] Fix assertion that arises when waiting for proxy tasks on runtime shut...
Jonathan Peyton
2015-09-10
1
-1
/
+6
*
Cleanup of affinity hierarchy code.
Jonathan Peyton
2015-09-10
1
-0
/
+1
*
Fix hanging barriers if number of parallel regions exceeds UINT_MAX
Jonathan Peyton
2015-09-10
1
-2
/
+2
*
Remove duplicate of num_threads assignment.
Jonathan Peyton
2015-09-02
1
-1
/
+0
*
Remove fork_context argument from __kmp_join_call() when OMPT is off
Jonathan Peyton
2015-08-31
1
-2
/
+9
*
D11990: Lock-free start of serialized parallel regions
Andrey Churbanov
2015-08-18
1
-25
/
+30
*
D11988: Force serial reduction when team size is 1
Andrey Churbanov
2015-08-17
1
-4
/
+3
*
D11157: Fixed missed threads re-binding in case team size reduced via omp_set...
Andrey Churbanov
2015-08-17
1
-1
/
+2
*
Tidy statistics collection
Jonathan Peyton
2015-08-11
1
-16
/
+23
*
Patch out a fatal assertion in OpenMP runtime until preconditions are met
Jonathan Peyton
2015-07-23
1
-0
/
+4
*
Fix OMPT support for task frames, parallel regions, and parallel regions + loops
Jonathan Peyton
2015-07-21
1
-11
/
+17
*
Enable debugger support
Jonathan Peyton
2015-07-09
1
-0
/
+41
*
Fix OMPT state maintenance for barriers and missing init of implicit task id.
Jonathan Peyton
2015-06-29
1
-0
/
+4
*
Re-enable Visual Studio Builds.
Jonathan Peyton
2015-06-22
1
-4
/
+1
*
Remove unused variable warnings by deletion.
Jonathan Peyton
2015-06-08
1
-9
/
+0
*
Remove unused variable warnings by moving variables.
Jonathan Peyton
2015-06-08
1
-3
/
+4
*
Remove unused variable warnings by adding proper macro guards.
Jonathan Peyton
2015-06-08
1
-0
/
+6
*
Removed unused functions.
Jonathan Peyton
2015-06-08
1
-1
/
+0
*
Get rid of some dead code.
Jonathan Peyton
2015-06-02
1
-2
/
+0
*
Apply name change to src/* files.
Jonathan Peyton
2015-06-01
1
-1
/
+1
*
Change macro GUIDEDLL_EXPORTS to KMP_DYNAMIC_LIB
Jonathan Peyton
2015-05-26
1
-6
/
+6
*
One line fix for possible out-of-bounds issue in kmp_runtime.c
Jonathan Peyton
2015-05-26
1
-1
/
+1
*
Fix task team synchronization
Jonathan Peyton
2015-05-21
1
-0
/
+1
*
D9306 omp 4.1 async offload support (partial): code changes
Andrey Churbanov
2015-05-07
1
-0
/
+10
*
D9302.partial2: cleanup of ittnotify checks, that eliminats redundant notific...
Andrey Churbanov
2015-05-06
1
-64
/
+58
*
These are the actual changes in the runtime to issue OMPT-related functions. ...
Andrey Churbanov
2015-04-29
1
-5
/
+476
*
Replace some unsafe API calls with safe alternatives on Windows, prepare code...
Andrey Churbanov
2015-04-02
1
-9
/
+9
*
Cleanup provided by Carlo Bertolli
Andrey Churbanov
2015-03-03
1
-1
/
+2
*
Detect Intel MIC architecture and set some defaults at run time instead of bu...
Andrey Churbanov
2015-02-20
1
-15
/
+47
*
Added new user-guided lock api, currently disabled. Use KMP_USE_DYNAMIC_LOCK=...
Andrey Churbanov
2015-02-20
1
-0
/
+8
*
The usage of tt_state flag is replaced by an array of two task_team pointers.
Andrey Churbanov
2015-02-10
1
-100
/
+171
*
Comments only: removing the Revision and Date svn variables from the top of a...
Andrey Churbanov
2015-01-27
1
-2
/
+0
*
Fixed implementation of the teams construct in case it contains parallel regi...
Andrey Churbanov
2015-01-27
1
-0
/
+5
*
few fixes for ittnotify iterface (used by Intel(R) VTune Amplifier)
Andrey Churbanov
2015-01-16
1
-15
/
+20
*
This patch enables the use of KMP_AFFINITY=balanced on non-MIC Architectures....
Andrey Churbanov
2015-01-13
1
-10
/
+0
*
aarch64 port sent by C. Bergstrom
Andrey Churbanov
2015-01-13
1
-9
/
+9
*
I apologise in advance for the size of this check-in. At Intel we do
Jim Cownie
2014-10-07
1
-2669
/
+1156
[prev]
[next]