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
*
[OpenMP] NFC: Fix trivial typos in comments
Kazuaki Ishizaki
2020-01-07
1
-2
/
+2
*
[OpenMP] NFC: Fix trivial typos in comments
Kelvin Li
2020-01-03
1
-1
/
+1
*
[OpenMP] Remove -Wl,-fini=__kmp_internal_end_fini
Aaron Puchert
2019-11-19
1
-6
/
+0
*
[OpenMP] Enable thread affinity on FreeBSD
David Carlier
2019-10-08
1
-4
/
+4
*
Force honoring nthreads-var and thread-limit-var inside teams construct on host
Jonathan Peyton
2019-08-20
1
-4
/
+17
*
[OpenMP] Remove 'unnecessary parentheses'
Jonas Hahnfeld
2019-08-15
1
-2
/
+2
*
Add OMPT support for teams construct
Hansang Bae
2019-08-03
1
-43
/
+117
*
[OpenMP] RISCV64 port
Jonas Hahnfeld
2019-07-25
1
-1
/
+2
*
[OMPT] Cleanup reset of exit_frame pointer
Jonas Hahnfeld
2019-07-22
1
-20
/
+20
*
[OpenMP] Remove OMP spec versioning
Jonathan Peyton
2019-07-12
1
-278
/
+55
*
Fixed memory use-after-free problem.
Andrey Churbanov
2019-06-26
1
-2
/
+19
*
Fixed third issue reported in https://bugs.llvm.org/show_bug.cgi?id=41584.
Andrey Churbanov
2019-05-22
1
-5
/
+0
*
[OMPT] Handling of the events of initial-task-begin and initial-task-end
Joachim Protze
2019-05-20
1
-5
/
+12
*
Fixed https://bugs.llvm.org/show_bug.cgi?id=41584.
Andrey Churbanov
2019-05-15
1
-2
/
+0
*
Enable OpenMP build for 32-bit FreeBSD
Dimitry Andric
2019-05-01
1
-1
/
+1
*
[OpenMP] Add OpenMP 5.0 nonmonotonic code
Jonathan Peyton
2019-04-30
1
-4
/
+21
*
Fixed memory leak reported in Bugzilla:
Andrey Churbanov
2019-04-17
1
-2
/
+9
*
[OpenMP] Clean up load balancing dynamic mode
Jonathan Peyton
2019-04-08
1
-9
/
+27
*
[OpenMP][Stats] Fix stats gathering for distribute and team clause
Jonathan Peyton
2019-04-03
1
-10
/
+38
*
[OpenMP] Fix pause check with version info
Jonathan Peyton
2019-03-25
1
-9
/
+6
*
[OpenMP] Remove deprecated taskq
Jonathan Peyton
2019-03-15
1
-6
/
+0
*
[OpenMP][OMPT] Distinguish different barrier kinds
Jonathan Peyton
2019-02-28
1
-2
/
+4
*
[OpenMP 5.0] Deprecate nest-var and associated features
Jonathan Peyton
2019-02-28
1
-7
/
+3
*
[OpenMP] Make use of sched_yield optional in runtime
Jonathan Peyton
2019-02-28
1
-24
/
+7
*
[OpenMP] Fix thread_limits to work properly for teams construct
Jonathan Peyton
2019-02-11
1
-23
/
+116
*
[OMPT] Make sure that OMPT is enabled when accessing internals of the runtime
Joachim Protze
2019-02-04
1
-0
/
+1
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[OpenMP] Add omp_pause_resource* API
Jonathan Peyton
2019-01-16
1
-3
/
+99
*
[OMPT] Second chunk of final OMPT 5.0 interface updates
Joachim Protze
2019-01-15
1
-10
/
+10
*
[OMPT] First chunk of final OMPT 5.0 interface updates
Joachim Protze
2018-12-18
1
-38
/
+38
*
[OpenMP] Implement OpenMP 5.0 affinity format functionality
Jonathan Peyton
2018-12-13
1
-2
/
+407
*
[OpenMP] Fix a few build issues
Jonathan Peyton
2018-12-10
1
-2
/
+2
*
Add OpenBSD support to OpenMP
Kamil Rytarowski
2018-12-09
1
-2
/
+2
*
Add DragonFlyBSD support to OpenMP
Kamil Rytarowski
2018-12-09
1
-4
/
+4
*
[OpenMP] Fixed possible array out of bound access
Jonathan Peyton
2018-11-28
1
-0
/
+1
*
Fix for bugzilla https://bugs.llvm.org/show_bug.cgi?id=39137.
Andrey Churbanov
2018-11-14
1
-0
/
+2
*
Add Hurd support.
Andrey Churbanov
2018-11-07
1
-2
/
+2
*
[OpenMP] Convert KMP_DYNAMIC_LIB to a 0 or 1 guard everywhere
Jonathan Peyton
2018-10-05
1
-4
/
+4
*
[OpenMP][OMPT] Fix unsafe initialization of ompt_data_t objects
Jonathan Peyton
2018-10-04
1
-6
/
+4
*
[OMPT] Update types according to TR7
Joachim Protze
2018-09-10
1
-2
/
+3
*
[OpenMP] Initial implementation of OMP 5.0 Memory Management routines
Jonathan Peyton
2018-09-07
1
-3
/
+28
*
[OpenMP] Add check for hot_teams array
Jonathan Peyton
2018-08-24
1
-1
/
+2
*
[OpenMP] Cleanup code
Jonathan Peyton
2018-08-09
1
-6
/
+8
*
[OpenMP][Stats] Cleanup stats gathering code
Jonathan Peyton
2018-07-30
1
-23
/
+7
*
Block library shutdown until unreaped threads finish spin-waiting
Jonathan Peyton
2018-07-19
1
-0
/
+15
*
[OpenMP] Fix a few formatting issues
Jonathan Peyton
2018-07-09
1
-1
/
+2
*
[OpenMP] Introduce hierarchical scheduling
Jonathan Peyton
2018-07-09
1
-0
/
+18
*
[OpenMP] Use C++11 Atomics - barrier, tasking, and lock code
Jonathan Peyton
2018-07-09
1
-10
/
+16
*
[OMPT] Rename ompt_frame_t to omp_frame_t
Joachim Protze
2018-05-28
1
-1
/
+1
*
[OMPT] Fix thread_num for implicit_task_end callbacks in nested parallel regions
Joachim Protze
2018-05-07
1
-4
/
+13
[next]