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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[OpenMP] NFC: Fix trivial typos in comments
Kazuaki Ishizaki
2020-01-07
19
-39
/
+40
*
[OpenMP] Fix incorrect property of __has_attribute() macro
Kelvin Li
2020-01-06
1
-1
/
+1
*
[OpenMP] NFC: Fix trivial typos in comments
Kelvin Li
2020-01-03
14
-24
/
+24
*
[OpenMP] Implementation of OMPT reduction callbacks
protze@itc.rwth-aachen.de
2019-12-27
4
-6
/
+59
*
[OpenMP] Fix linkage issue on FreeBSD
David Carlier
2019-12-06
1
-1
/
+1
*
[openmp] Fixed nonmonotonic schedule when #threads > #chunks in a loop.
AndreyChurbanov
2019-11-27
1
-7
/
+8
*
[openmp] Recognise ARMv7ve machine arch.
AndreyChurbanov
2019-11-26
1
-1
/
+1
*
Fix openmp on PowerPC64-BE-ELFv2 ABI on FreeBSD.
AndreyChurbanov
2019-11-19
2
-15
/
+15
*
[OpenMP] Remove -Wl,-fini=__kmp_internal_end_fini
Aaron Puchert
2019-11-19
2
-7
/
+0
*
[OpenMP] Add implementation and tests of Archer tool
protze@itc.rwth-aachen.de
2019-11-18
2
-0
/
+17
*
[OpenMP] Reset affinity mask in the process child on FreeBSD
David Carlier
2019-10-30
1
-1
/
+1
*
Enable OpenBSD support.
AndreyChurbanov
2019-10-30
3
-4
/
+33
*
OpenMP Tasks dependencies hash re-sizing fixed.
AndreyChurbanov
2019-10-25
1
-4
/
+4
*
[OpenMP] Enable thread affinity on FreeBSD
David Carlier
2019-10-08
6
-14
/
+51
*
[OpenMP] FreeBSD address check if mapped more native
David Carlier
2019-09-28
1
-1
/
+42
*
Enable tasks dependencies hashmaps resizing.
Andrey Churbanov
2019-09-25
2
-11
/
+65
*
[OpenMP] Change initialization of __kmp_global
Jonas Hahnfeld
2019-09-04
1
-1
/
+1
*
Force honoring nthreads-var and thread-limit-var inside teams construct on host
Jonathan Peyton
2019-08-20
1
-4
/
+17
*
[OpenMP] Enable warning about "implicit fallthrough"
Jonas Hahnfeld
2019-08-15
1
-0
/
+2
*
[OpenMP] Remove 'unnecessary parentheses'
Jonas Hahnfeld
2019-08-15
4
-19
/
+19
*
[OMPT] Resolve warnings because of ints in if conditions
Jonas Hahnfeld
2019-08-15
1
-13
/
+10
*
Cleanup unused variable.
Andrey Churbanov
2019-08-12
1
-3
/
+1
*
[OpenMP] Add support for GOMP_*_nonmonotonic_* functions
Jonathan Peyton
2019-08-05
2
-0
/
+62
*
Add OMPT support for teams construct
Hansang Bae
2019-08-03
6
-49
/
+129
*
[OpenMP] Rename last file to cpp and remove LIBOMP_CFLAGS
Jonas Hahnfeld
2019-07-30
2
-11
/
+8
*
[openmp] Workaround bug in old Android pthread_attr_setstacksize
Yi Kong
2019-07-25
1
-0
/
+7
*
[OpenMP] Fix build of stubs library, NFC.
Jonas Hahnfeld
2019-07-25
1
-2
/
+2
*
[OpenMP] RISCV64 port
Jonas Hahnfeld
2019-07-25
7
-9
/
+193
*
[OMPT] Cleanup reset of exit_frame pointer
Jonas Hahnfeld
2019-07-22
3
-50
/
+85
*
Delete empty file
Jonas Hahnfeld
2019-07-22
1
-0
/
+0
*
[OpenMP] Move header inclusion out of 'extern "C"'
Jonas Hahnfeld
2019-07-16
1
-2
/
+3
*
[OpenMP] Remove OMP spec versioning
Jonathan Peyton
2019-07-12
53
-7220
/
+162
*
NFC: fixed typo #ifdef --> #if to allow macro set to 0 work correctly
Andrey Churbanov
2019-07-10
1
-1
/
+1
*
Create a runtime option to disable task throttling.
Andrey Churbanov
2019-07-02
4
-2
/
+22
*
Cleanup of unused code
Andrey Churbanov
2019-07-02
6
-25
/
+1
*
Fixed memory use-after-free problem.
Andrey Churbanov
2019-06-26
2
-3
/
+24
*
New implementation of OpenMP 5.0 detached tasks.
Andrey Churbanov
2019-06-19
9
-24
/
+197
*
[OpenMP] Add task alloc function
Gheorghe-Teodor Bercea
2019-06-14
2
-0
/
+16
*
Added propagation of not big initial stack size of master thread to workers.
Andrey Churbanov
2019-06-05
3
-0
/
+26
*
Fixed build warning with -DLIBOMP_USE_HWLOC=1
Andrey Churbanov
2019-06-03
2
-1
/
+8
*
Fix OMP_TARGET_OFFLOAD parsing
Hansang Bae
2019-05-30
1
-3
/
+3
*
Add checks before pointer dereferencing
Hansang Bae
2019-05-30
1
-1
/
+5
*
Fixed third issue reported in https://bugs.llvm.org/show_bug.cgi?id=41584.
Andrey Churbanov
2019-05-22
1
-5
/
+0
*
[OpenMP] Add implementation to two OMPT API routines
Jonathan Peyton
2019-05-21
2
-5
/
+31
*
[OpenMP][OMPT] Fix locking testcases for 32 bit architectures
Joachim Protze
2019-05-20
3
-65
/
+74
*
[OMPT] Handling of the events of initial-task-begin and initial-task-end
Joachim Protze
2019-05-20
2
-9
/
+17
*
Fixed second issue reported in https://bugs.llvm.org/show_bug.cgi?id=41584.
Andrey Churbanov
2019-05-16
3
-14
/
+36
*
Fix hwloc topology traversal code unable to handle situation where L2 cache i...
Paul Osmialowski
2019-05-16
1
-2
/
+4
*
Fixed https://bugs.llvm.org/show_bug.cgi?id=41584.
Andrey Churbanov
2019-05-15
1
-2
/
+0
*
Introduce new OpenMP 5.0 depend object type.
Andrey Churbanov
2019-05-15
4
-0
/
+5
[next]