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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove architecture dependent Hwloc DEBUG section
Jonathan Peyton
2016-04-25
1
-30
/
+0
*
Fix buffer problem with printing long Hwloc affinity mask
Jonathan Peyton
2016-04-25
1
-1
/
+1
*
ARM Limited license agreement from the copyright/patent holder
Jonathan Peyton
2016-04-25
1
-0
/
+50
*
[ITTNOTIFY] Remove serialized parallel regions from frame notification
Jonathan Peyton
2016-04-19
5
-65
/
+10
*
Fix trip count calculation for parallel loops in runtime
Jonathan Peyton
2016-04-18
3
-26
/
+109
*
Runtime support for untied tasks
Jonathan Peyton
2016-04-18
2
-2
/
+37
*
Fix for pthread_setspecific (TLS and shutdown) problem
Jonathan Peyton
2016-04-18
3
-14
/
+20
*
[STATS] Remove timePair class and unused functions
Jonathan Peyton
2016-04-18
2
-47
/
+0
*
[STATS] print Total_* stats on their own line
Jonathan Peyton
2016-04-18
1
-1
/
+4
*
[ITTNOTIFY] Correct barrier imbalance time in case of tasks
Jonathan Peyton
2016-04-14
2
-0
/
+23
*
Exponential back off logic for test-and-set lock
Jonathan Peyton
2016-04-14
6
-3
/
+165
*
Add declarations of OpenMP 4.5 target/offload routines to headers
Jonathan Peyton
2016-04-12
3
-0
/
+21
*
[STATS] Remove trailing whitespace in stats source files
Jonathan Peyton
2016-04-05
4
-40
/
+40
*
OMP_WAIT_POLICY changes
Jonathan Peyton
2016-04-04
2
-2
/
+55
*
Fix bug when KMP_USE_ADAPTIVE_LOCKS is 0
Jonathan Peyton
2016-03-30
1
-1
/
+1
*
Fix comment in kmp_wait_release.h
Jonathan Peyton
2016-03-29
1
-8
/
+6
*
Fix incorrect indention in kmp_alloc.c
Jonathan Peyton
2016-03-29
1
-73
/
+61
*
Remove dead KMP_USE_POOLED_ALLOC code
Jonathan Peyton
2016-03-29
1
-78
/
+6
*
[STATS] Missing check for MIC in config-ix.cmake
Jonathan Peyton
2016-03-28
1
-1
/
+1
*
Fixing the non-x86 build by removing dependence on kmp_cpuid_t
Hal Finkel
2016-03-27
3
-3
/
+15
*
[OMPT] Fix parallel_id and task_id in loop_end with schedule static
Jonas Hahnfeld
2016-03-24
15
-6
/
+141
*
[OMPT] Test ids reported by ompt_get_{parallel,task}_id
Jonas Hahnfeld
2016-03-24
5
-3
/
+124
*
[OMPT] Fix duplicate implicit_task_end events for master thread with GCC
Jonas Hahnfeld
2016-03-24
4
-10
/
+41
*
Fix Visual Studio builds
Jonathan Peyton
2016-03-23
2
-1
/
+10
*
[OMPT] Make tests require OMPT_BLAME
Jonas Hahnfeld
2016-03-22
7
-8
/
+6
*
[OMPT] Create infrastructure and add first tests for OMPT
Jonas Hahnfeld
2016-03-22
8
-0
/
+404
*
[STATS] Add OMP_critical and OMP_critical_wait timers
Jonathan Peyton
2016-03-21
2
-1
/
+6
*
[STATS] separate noTotal bit flag from onlyInMaster and noUnits
Jonathan Peyton
2016-03-21
1
-22
/
+22
*
[OMPT] Fix wrong parent_task_id in serialized parallel_begin with GCC
Jonas Hahnfeld
2016-03-21
1
-10
/
+15
*
Update www/index.html to reflect current status of OpenMP project
Jonathan Peyton
2016-03-18
1
-34
/
+40
*
[CMake] Fix Windows build problem for CMake versions < 3.3
Jonathan Peyton
2016-03-16
1
-4
/
+5
*
Fix spelling error in comment
Jonathan Peyton
2016-03-15
1
-1
/
+1
*
[STATS] Print "Unknown" for frequency if it wasn't able to be parsed
Jonathan Peyton
2016-03-15
2
-2
/
+5
*
[STATS] Fix comments in kmp_stats.h
Jonathan Peyton
2016-03-15
1
-22
/
+17
*
[STATS] Add header information to stats print out
Jonathan Peyton
2016-03-15
4
-61
/
+69
*
Initialize two variables in kmp_tasking.
Samuel Antao
2016-03-12
1
-1
/
+1
*
[STATS] change TASK_execution name to OMP_task
Jonathan Peyton
2016-03-11
2
-3
/
+3
*
[STATS] Add a total statistics count
Jonathan Peyton
2016-03-11
2
-75
/
+59
*
[STATS] fix output formatting when sample count is 0
Jonathan Peyton
2016-03-03
1
-8
/
+19
*
[STATS] fix master and single timers
Jonathan Peyton
2016-03-03
1
-3
/
+5
*
Add new OpenMP 4.5 taskloop construct feature
Jonathan Peyton
2016-03-02
4
-6
/
+391
*
Forgot to add test files for doacross and task priority.
Jonathan Peyton
2016-03-02
2
-0
/
+78
*
Add new OpenMP 4.5 doacross loop nest feature
Jonathan Peyton
2016-03-02
5
-8
/
+341
*
Add new OpenMP 4.5 affinity API
Jonathan Peyton
2016-02-25
8
-0
/
+274
*
Add initial support for OpenMP 4.5 task priority feature
Jonathan Peyton
2016-02-25
12
-8
/
+107
*
dd new OpenMP 4.5 schedule clause modifiers (monotonic/non-monotonic) feature
Jonathan Peyton
2016-02-25
3
-0
/
+44
*
Remove unnecessary semicolons after braces
Jonathan Peyton
2016-02-18
1
-2
/
+2
*
[OMPT] Frame information for openmp taskwait
Jonas Hahnfeld
2016-02-12
1
-3
/
+6
*
Fix incorrect task_team in __kmp_give_task
Jonathan Peyton
2016-02-11
2
-4
/
+9
*
Fix a couple of typos in comments
Jonathan Peyton
2016-02-11
1
-2
/
+2
[next]