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
*
[OMPT] Update types according to TR7
Joachim Protze
2018-09-10
16
-129
/
+198
*
[OpenMP] Change hint parameter type for critical to uint32_t
Jonathan Peyton
2018-09-07
2
-2
/
+6
*
[OpenMP] Synchronization hint constants added to headers
Jonathan Peyton
2018-09-07
4
-56
/
+99
*
[OpenMP] Initial implementation of OMP 5.0 Memory Management routines
Jonathan Peyton
2018-09-07
19
-13
/
+642
*
Fix for https://bugs.llvm.org/show_bug.cgi?id=38839:
Andrey Churbanov
2018-09-07
1
-57
/
+92
*
[libomptaret][test] Announce compiler features
Jonas Hahnfeld
2018-09-05
1
-1
/
+1
*
[OpenMP][Fix] Conditional compilation leaves variables unused
Gheorghe-Teodor Bercea
2018-08-27
1
-0
/
+2
*
[OpenMP][Fix] Ensure comparison between unsigned values.
Gheorghe-Teodor Bercea
2018-08-27
1
-1
/
+1
*
[OpenMP] Remove deprecated/obsolete MIC attributes from headers
Jonathan Peyton
2018-08-24
1
-1
/
+3
*
[OpenMP] Fixed affinity verbose double printing for balanced type.
Jonathan Peyton
2018-08-24
1
-1
/
+2
*
[OpenMP] Fix tasking bug for decreasing hot team nthreads
Jonathan Peyton
2018-08-24
1
-1
/
+1
*
[OpenMP] Add check for hot_teams array
Jonathan Peyton
2018-08-24
1
-1
/
+2
*
[OpenMP] Fix incorrect barrier imbalance reporting in ITTNOTIFY
Jonathan Peyton
2018-08-24
2
-22
/
+26
*
[OMPT] Remove OMPT idle callback
Joachim Protze
2018-08-15
5
-72
/
+0
*
[OMPT] Make omp_control_tool() compliant when called from Fortran programs
Jonathan Peyton
2018-08-13
2
-2
/
+4
*
[OpenMP] Cleanup code
Jonathan Peyton
2018-08-09
24
-417
/
+239
*
[OpenMP] Fix doacross testing for gcc
Jonathan Peyton
2018-08-02
2
-0
/
+66
*
[OMPT] Disable by default on Windows
Jonas Hahnfeld
2018-08-02
1
-1
/
+1
*
[tests] Add annotations for taskloop features
Jonas Hahnfeld
2018-08-02
3
-0
/
+16
*
[OMPT,tests] Fix taskloop testcase scheduling effects
Joachim Protze
2018-08-01
1
-10
/
+23
*
[test] Convert test for PR36720 to c89
Jonas Hahnfeld
2018-08-01
1
-2
/
+4
*
[OpenMP] Fix tasking + parallel bug
Jonathan Peyton
2018-07-30
2
-0
/
+37
*
[OpenMP] Fix new task creation
Gheorghe-Teodor Bercea
2018-07-30
1
-1
/
+1
*
[CMake] Disable -Wstringop-overflow
Jonas Hahnfeld
2018-07-30
2
-0
/
+2
*
[OpenMP] Add GOMP version symbols for OMP_4.5 API
Jonathan Peyton
2018-07-30
2
-7
/
+18
*
[OpenMP] Implement GOMP doacross compatibility
Jonathan Peyton
2018-07-30
5
-62
/
+424
*
[OpenMP] Fix build errors when building with KMP_DEBUG_ADAPTIVE_LOCKS=1
Jonathan Peyton
2018-07-30
4
-14
/
+15
*
[OpenMP][Stats] Cleanup stats gathering code
Jonathan Peyton
2018-07-30
8
-303
/
+609
*
[OMPT] Fix OMPT callbacks for the taskloop construct and add testcase
Joachim Protze
2018-07-27
2
-61
/
+232
*
[OMPT] Adapt OMPT callbacks for tasks to handle untied tasks correctly
Joachim Protze
2018-07-27
2
-52
/
+93
*
[OMPT] Print two more addresses in print_fuzzy_address_block()
Joachim Protze
2018-07-27
1
-5
/
+8
*
PR30734: Remove __kmp_ft_page_allocate()
Jonas Hahnfeld
2018-07-26
2
-36
/
+0
*
[test] Remove XFAIL of omp_for_bigbounds.c for Intel Compiler
Jonas Hahnfeld
2018-07-26
1
-1
/
+4
*
[OMPT] Fix typo in test parallel/nested_thread_num.c
Jonas Hahnfeld
2018-07-25
1
-1
/
+1
*
Block library shutdown until unreaped threads finish spin-waiting
Jonathan Peyton
2018-07-19
4
-11
/
+61
*
Fix const cast problem introduced in r336563
Jonathan Peyton
2018-07-09
1
-3
/
+3
*
[OpenMP] Fix a few formatting issues
Jonathan Peyton
2018-07-09
3
-3
/
+5
*
[OpenMP] Introduce hierarchical scheduling
Jonathan Peyton
2018-07-09
11
-56
/
+1522
*
[OpenMP] Restructure loop code for hierarchical scheduling
Jonathan Peyton
2018-07-09
3
-1329
/
+1434
*
[OpenMP] Use C++11 Atomics - barrier, tasking, and lock code
Jonathan Peyton
2018-07-09
17
-280
/
+433
*
Define the __STDC_FORMAT_MACROS to avoid test failure on some platforms.
Kelvin Li
2018-07-06
1
-0
/
+5
*
Dropped non-supoorted "--no-as-needed" flag from OMPT tests for macOS
Joachim Protze
2018-07-05
3
-4
/
+8
*
[OMPT] Add synchronization to threads_nested.c testcase
Joachim Protze
2018-07-05
1
-2
/
+4
*
[OMPT] Use alloca() to force availability of frame pointer
Joachim Protze
2018-07-02
1
-0
/
+4
*
[OMPT] Add tests for runtime entry points from non-OpenMP threads
Joachim Protze
2018-07-02
1
-12
/
+53
*
[OMPT] Add testcases for thread_begin and thread_end callbacks
Joachim Protze
2018-07-02
2
-0
/
+72
*
[OMPT] Provide the right thread_num for ancestor levels
Joachim Protze
2018-07-02
2
-3
/
+371
*
minor: fixed typo in debug print
Andrey Churbanov
2018-06-20
1
-1
/
+1
*
[OpenMP] Fix formatting issues in kmp_stats.h
Jonathan Peyton
2018-06-08
1
-26
/
+39
*
[OMPT] Rename ompt_wait_id to omp_wait_id
Joachim Protze
2018-05-28
7
-75
/
+75
[next]