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_csupport.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change source files from .c to .cpp
Jonathan Peyton
2016-12-14
1
-3337
/
+0
*
Support of mips & mips64 for openmprtl
Sylvestre Ledru
2016-12-08
1
-1
/
+1
*
[OMPT] fix task frame information for gomp interface
Jonas Hahnfeld
2016-09-14
1
-15
/
+3
*
[OMPT] save exit address to lwt if available
Jonas Hahnfeld
2016-09-14
1
-7
/
+14
*
[OMPT] Align implementation of reenter frame address to latest (frozen) versi...
Jonas Hahnfeld
2016-09-14
1
-3
/
+16
*
Fix bug in futex fast path inside kmp_csupport.c
Jonathan Peyton
2016-06-22
1
-1
/
+1
*
Apply the KMP_USE_FUTEX feature macro everywhere
Jonathan Peyton
2016-06-22
1
-14
/
+14
*
Renaming change: 41 -> 45 and 4.1 -> 4.5
Jonathan Peyton
2016-06-14
1
-2
/
+2
*
Offer API for setting number of loop dispatch buffers
Jonathan Peyton
2016-05-31
1
-4
/
+13
*
Make LIBOMP_USE_ITT_NOTIFY a setting that can be enabled or disabled
Jonathan Peyton
2016-05-26
1
-1
/
+1
*
Remove trailing whitespace in src/ directory
Jonathan Peyton
2016-05-20
1
-2
/
+2
*
Clean all the mess around KMP_USE_FUTEX and kmp_lock.h
Paul Osmialowski
2016-05-16
1
-0
/
+1
*
[STATS] Use partitioned timer scheme
Jonathan Peyton
2016-05-05
1
-12
/
+7
*
[ITTNOTIFY] Remove serialized parallel regions from frame notification
Jonathan Peyton
2016-04-19
1
-30
/
+0
*
Exponential back off logic for test-and-set lock
Jonathan Peyton
2016-04-14
1
-0
/
+2
*
Fixing the non-x86 build by removing dependence on kmp_cpuid_t
Hal Finkel
2016-03-27
1
-2
/
+9
*
[OMPT] Fix parallel_id and task_id in loop_end with schedule static
Jonas Hahnfeld
2016-03-24
1
-6
/
+3
*
Fix Visual Studio builds
Jonathan Peyton
2016-03-23
1
-1
/
+3
*
[STATS] Add OMP_critical and OMP_critical_wait timers
Jonathan Peyton
2016-03-21
1
-1
/
+3
*
[STATS] fix master and single timers
Jonathan Peyton
2016-03-03
1
-3
/
+5
*
Add new OpenMP 4.5 doacross loop nest feature
Jonathan Peyton
2016-03-02
1
-0
/
+289
*
Fix build error: OMPT_SUPPORT=true was not tested after hinted lock changes
Jonathan Peyton
2015-12-23
1
-1
/
+8
*
Hinted lock (OpenMP 4.5 feature) Updates/Fixes Part 3
Jonathan Peyton
2015-12-11
1
-76
/
+195
*
Hinted lock (OpenMP 4.5 feature) Updates/Fixes Part 2
Jonathan Peyton
2015-12-11
1
-56
/
+64
*
Hinted lock (OpenMP 4.5 feature) Updates/Fixes
Jonathan Peyton
2015-12-11
1
-3
/
+3
*
Replace DYNA_* names with KMP_* names
Jonathan Peyton
2015-12-03
1
-83
/
+83
*
[OMPT] Add OMPT events for API locking
Jonathan Peyton
2015-10-16
1
-1
/
+49
*
[OMPT] Reduce overhead of OMPT
Jonathan Peyton
2015-10-09
1
-4
/
+4
*
Added sockets to the syntax of KMP_PLACE_THREADS environment variable.
Jonathan Peyton
2015-10-08
1
-2
/
+4
*
[OMPT] Simplify control variable logic for OMPT
Jonathan Peyton
2015-09-21
1
-19
/
+17
*
Remove fork_context argument from __kmp_join_call() when OMPT is off
Jonathan Peyton
2015-08-31
1
-2
/
+10
*
Tidy statistics collection
Jonathan Peyton
2015-08-11
1
-5
/
+28
*
D11156: Fix comments by eliminating possible trademark conflicts
Andrey Churbanov
2015-08-05
1
-4
/
+4
*
Fix OMPT support for task frames, parallel regions, and parallel regions + loops
Jonathan Peyton
2015-07-21
1
-5
/
+24
*
Fix some bugs in OMPT support
Jonathan Peyton
2015-07-13
1
-2
/
+3
*
Remove unused variable warnings by deletion.
Jonathan Peyton
2015-06-08
1
-1
/
+0
*
Remove unused variable warnings by fooling compiler.
Jonathan Peyton
2015-06-08
1
-1
/
+2
*
Suppress uninitialized-variable-is-used warning in kmp_csupport.c
Jonathan Peyton
2015-06-03
1
-2
/
+2
*
Fix doxygen comments
Jonathan Peyton
2015-05-22
1
-2
/
+3
*
D9306 omp 4.1 async offload support (partial): code changes
Andrey Churbanov
2015-05-07
1
-0
/
+8
*
D9302.partial2: cleanup of ittnotify checks, that eliminats redundant notific...
Andrey Churbanov
2015-05-06
1
-17
/
+20
*
These are the actual changes in the runtime to issue OMPT-related functions. ...
Andrey Churbanov
2015-04-29
1
-3
/
+172
*
Replace some unsafe API calls with safe alternatives on Windows, prepare code...
Andrey Churbanov
2015-04-02
1
-2
/
+2
*
Removed unused varargs from __kmpc_flush function.
Andrey Churbanov
2015-02-20
1
-6
/
+2
*
Added new user-guided lock api, currently disabled. Use KMP_USE_DYNAMIC_LOCK=...
Andrey Churbanov
2015-02-20
1
-3
/
+483
*
The usage of tt_state flag is replaced by an array of two task_team pointers.
Andrey Churbanov
2015-02-10
1
-11
/
+5
*
enable environment variable KMP_PLACE_THREADS also for non-MIC architectures
Andrey Churbanov
2015-01-29
1
-2
/
+0
*
Comments only: removing the Revision and Date svn variables from the top of a...
Andrey Churbanov
2015-01-27
1
-2
/
+0
*
aarch64 port sent by C. Bergstrom
Andrey Churbanov
2015-01-13
1
-20
/
+20
*
I apologise in advance for the size of this check-in. At Intel we do
Jim Cownie
2014-10-07
1
-381
/
+173
[next]