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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix for Fix for https://bugs.llvm.org/show_bug.cgi?id=36705.
Andrey Churbanov
2018-03-19
1
-0
/
+1
*
Improve OpenMP threadprivate implementation.
Andrey Churbanov
2018-03-05
1
-84
/
+65
*
[OMPT] Fix parallel_data in implicit barrier-end
Jonas Hahnfeld
2018-02-23
1
-9
/
+7
*
Simplify __kmp_expand_threads
Jonathan Peyton
2018-01-10
1
-37
/
+12
*
Minor code cleanup
Jonathan Peyton
2018-01-10
1
-0
/
+8
*
Improve stability of the runtime in parent/child processes
Jonathan Peyton
2018-01-10
1
-1
/
+1
*
[OMPT] Fix ompt_task_data handling in implicit barriers
Joachim Protze
2018-01-10
1
-1
/
+0
*
Fix trademarks found by scanner
Jonathan Peyton
2018-01-04
1
-2
/
+2
*
Make kmp_r_sched_t into a union
Jonathan Peyton
2017-11-29
1
-26
/
+17
*
Rename fields of ompt_frame_t
Joachim Protze
2017-11-05
1
-16
/
+13
*
Revert "Rename fields of ompt_frame_t"
Jonas Hahnfeld
2017-11-03
1
-13
/
+16
*
Revert "Updating implementation of OMPT as specified in OpenMP 5.0 Preview 2 ...
Jonas Hahnfeld
2017-11-03
1
-4
/
+3
*
Updating implementation of OMPT as specified in OpenMP 5.0 Preview 2 (TR6)
Joachim Protze
2017-11-03
1
-3
/
+4
*
Rename fields of ompt_frame_t
Joachim Protze
2017-11-03
1
-16
/
+13
*
Update implementation of OMPT to the specification OpenMP 5.0 Preview 1 (TR4).
Joachim Protze
2017-11-01
1
-244
/
+297
*
Apply formatting changes
Jonathan Peyton
2017-10-20
1
-31
/
+30
*
Remove unnecessary semicolons
Jonathan Peyton
2017-09-27
1
-53
/
+51
*
Remove unused t_single_lock
Jonathan Peyton
2017-09-26
1
-1
/
+0
*
Minor code cleanup of Klocwork issues
Jonathan Peyton
2017-09-05
1
-14
/
+13
*
Remove BUILD_TV
Jonathan Peyton
2017-08-17
1
-4
/
+0
*
OMP_PROC_BIND: better spread
Paul Osmialowski
2017-08-10
1
-42
/
+108
*
Add new envirable KMP_TEAMS_THREAD_LIMIT
Jonathan Peyton
2017-08-02
1
-8
/
+12
*
Fix implementation of OMP_THREAD_LIMIT
Jonathan Peyton
2017-07-27
1
-6
/
+44
*
Introduce KMP_DEVICE_THREAD_LIMIT
Jonathan Peyton
2017-07-26
1
-3
/
+3
*
OpenMP RTL cleanup: eliminated warnings with -Wcast-qual, patch 2.
Andrey Churbanov
2017-07-17
1
-1
/
+1
*
OpenMP RTL cleanup: eliminated warnings with -Wcast-qual.
Andrey Churbanov
2017-07-03
1
-12
/
+11
*
Replace platform macro with KMP_MIC_SUPPORTED
Jonathan Peyton
2017-06-13
1
-7
/
+7
*
OpenMP 4.5: implemented support of schedule(simd:guided) and
Andrey Churbanov
2017-06-05
1
-1
/
+1
*
Re-enable assertion after the problem that caused it to be hit had been fixed
Andrey Churbanov
2017-06-01
1
-5
/
+0
*
Fix minor formatting issues
Jonathan Peyton
2017-06-01
1
-29
/
+22
*
Clang-format and whitespace cleanup of source code
Jonathan Peyton
2017-05-12
1
-6134
/
+6048
*
Reset cancellation status for 'parallel', 'sections' and 'for' constracts.
Olga Malysheva
2017-04-04
1
-0
/
+3
*
Fix for bug https://llvm.org/bugs/show_bug.cgi?id=30889
Andrey Churbanov
2017-03-28
1
-1
/
+1
*
Fixed intermittent hang on tests with "target teams if(0)" construct with no ...
Andrey Churbanov
2017-03-21
1
-6
/
+10
*
OpenMP version 5.0 added
Jonathan Peyton
2017-03-06
1
-1
/
+3
*
Fix a race in shutdown when tasking is used.
Andrey Churbanov
2017-02-06
1
-1
/
+26
*
Fix small memory leak regarding __kmp_nested_proc_bind
Jonathan Peyton
2017-01-18
1
-0
/
+4
*
Follow up to r289732: Update comments in source files to reference .cpp files
Jonathan Peyton
2016-12-14
1
-1
/
+1
*
Change source files from .c to .cpp
Jonathan Peyton
2016-12-14
1
-0
/
+7683
[prev]