Sign in
chromium
/
external
/
github.com
/
llvm
/
llvm-project.git
/
aeb30257c52623b39c20f4a71af738af47bde81a
/
openmp
5375fe8
Update stats-gathering code
by Jonathan Peyton
· 9 years ago
1cdd87a
Introduce dynamic affinity dispatch capabilities
by Jonathan Peyton
· 9 years ago
1fbb482
Added check for malloc return.
by Andrey Churbanov
· 9 years ago
50fed04
[OpenMP] Enable ThreadSanitizer to check OpenMP programs
by Jonas Hahnfeld
· 9 years ago
4d49312
fixed typo in comment
by Andrey Churbanov
· 9 years ago
753fa04
Change task stealing to always get task from head of victim's deque.
by Andrey Churbanov
· 9 years ago
51107e0
Fixed problem introduced by part of https://reviews.llvm.org/D21196.
by Andrey Churbanov
· 9 years ago
dd313b0
Add more conditions to check whether task waiting is necessary in kmp_omp_taskwait.
by Andrey Churbanov
· 9 years ago
df0d75e
Fixed a memory leak related to task dependencies.
by Andrey Churbanov
· 9 years ago
3c4050d
Fixing typos in __kmp_release_deps trace outputs
by Jonathan Peyton
· 9 years ago
762bc46
Use getpagesize() instead of PAGE_SIZE macro when KMP_OS_LINUX is true
by Jonathan Peyton
· 9 years ago
2e68768d
Fixed memory leak mistakenly introduced by https://reviews.llvm.org/D23115
by Andrey Churbanov
· 9 years ago
3351519
[OpenMP] Fix issue with directives used in a macro.
by Samuel Antao
· 9 years ago
0ac7b75
Fix OpenMP 4.0 library build
by Jonathan Peyton
· 9 years ago
efc536e
Fix a compile error on musl-libc due to strerror_r() prototype
by Michal Gorny
· 9 years ago
55466e9
Mixed type atomic routines added for capture and update/capture reverse.
by Jonathan Peyton
· 9 years ago
e1c7c13
Code cleanup for the runtime without monitor thread
by Jonathan Peyton
· 9 years ago
a1234cf
Enable omp_get_schedule() to return static steal type.
by Jonathan Peyton
· 9 years ago
7a9c29e
[cmake] Fix for a bug https://llvm.org/bugs/show_bug.cgi?id=30489 "Cannot build with -DLIBOMP_FORTRAN_MODULES=True"
by Paul Osmialowski
· 9 years ago
66e212c
Insert missing checks for KMP_AFFINITY_CAPABLE() in affinity API.
by Jonathan Peyton
· 9 years ago
3ccf825
[test] Support 'lit' executable name
by Michal Gorny
· 9 years ago
74f3ffc
Fix incorrect OpenMP version in Fortran module.
by Jonathan Peyton
· 9 years ago
be31337
Mixed type atomic routines for unsigned integers.
by Jonathan Peyton
· 9 years ago
b66d1aa
Disable monitor thread creation by default.
by Jonathan Peyton
· 9 years ago
cd2bfb1
Fix respecting LIBOMP_LLVM_LIT_EXECUTABLE as full path
by Michal Gorny
· 9 years ago
23132eb
[cmake] Make libgomp & libiomp5 alias install optional
by Michal Gorny
· 9 years ago
848d690
[OMPT] fix task frame information for gomp interface
by Jonas Hahnfeld
· 9 years ago
dd9a05d
[OMPT] save exit address to lwt if available
by Jonas Hahnfeld
· 9 years ago
28ea24b
[OMPT] fix __ompt_get_teaminfo to consult lwt entries of parent teams
by Jonas Hahnfeld
· 9 years ago
8a27064
[OMPT] Reset task exit frame when execution is finished
by Jonas Hahnfeld
· 9 years ago
fd0614d
[OMPT] Align implementation of reenter frame address to latest (frozen) version of OMPT spec
by Jonas Hahnfeld
· 9 years ago
464cdca
[OMPT] extend ompt tests by checks for frame pointers
by Jonas Hahnfeld
· 9 years ago
7c465a5
Fix bitmask upper bounds check
by Jonathan Peyton
· 9 years ago
118de30
[OPENMP] ppc64le recognized as big-endian
by George Rokos
· 9 years ago
28f31b4
[OPENMP] Implementation of omp_get_default_device and omp_set_default_device
by George Rokos
· 9 years ago
e6abe52
Move function into cpp file under KMP_AFFINITY_SUPPORTED guard.
by Jonathan Peyton
· 9 years ago
9e69696
Decouple the kmp_affin_mask_t type from determining if affinity is capable
by Jonathan Peyton
· 9 years ago
788c5d6
Replace a bad instance of __kmp_free() with KMP_CPU_FREE_ARRAY() macro.
by Jonathan Peyton
· 9 years ago
5c32d5e
Use 'critical' reduction method when 'atomic' is not available but requested.
by Jonathan Peyton
· 9 years ago
0af7179
Appease older gcc compilers for the many-microtask-args.c test
by Jonathan Peyton
· 9 years ago
b35be69
cleanup: fixed names of dummy arguments of Fortran interfaces declarations, no functional changes done
by Andrey Churbanov
· 9 years ago
d6e1d7e
Fixes for hierarchical barrier (possible hang if team size changed).
by Andrey Churbanov
· 9 years ago
70ba8c5
Fix linking of omp_foreign_thread_team_reuse test on FreeBSD
by Dimitry Andric
· 9 years ago
ad0c42e
kmp_gsupport: Fix library initialization with taskgroup
by Jonas Hahnfeld
· 9 years ago
ca32bab
Mark tests with task dependencies as unsupported with GCC
by Jonas Hahnfeld
· 9 years ago
bedc371
Do not block on explicit task depending on proxy task
by Jonas Hahnfeld
· 9 years ago
69f8511
__kmp_free_task: Fix for serial explicit tasks producing proxy tasks
by Jonas Hahnfeld
· 9 years ago
5bf494e
Fixed x2APIC discovery for 256-processor architectures.
by Andrey Churbanov
· 9 years ago
d1f4b8f
Add test case for nested creation of tasks
by Jonas Hahnfeld
· 9 years ago
20236611
kmp_taskdeps.cpp: Fix debugging output
by Jonas Hahnfeld
· 9 years ago
0554d25
Disable KMP_CANCEL_THREADS on Android
by Pirama Arumuga Nainar
· 9 years ago
ecbe2ea
Make balanced affinity work on AArch64.
by Paul Osmialowski
· 9 years ago
71fef77
Replace enum types in variadic functions by build-in types.
by Samuel Antao
· 9 years ago
429dbc2
http://reviews.llvm.org/D22134: Implementation of OpenMP 4.5 nonmonotonic schedule modifier
by Andrey Churbanov
· 9 years ago
4d3c213
Improving EPCC performance when linking with hwloc
by Jonathan Peyton
· 9 years ago
50ecf5d
D22138: Added more Intel compiler versions as allowed build compilers
by Andrey Churbanov
· 9 years ago
2eca95c
D22137: Memory leak fixed by adding missed cleanup of single level array of hot teams info
by Andrey Churbanov
· 9 years ago
cb28d6e
D22136: Memory leaks fixed by adding missed __kmp_free() calls
by Andrey Churbanov
· 9 years ago
42211eb
D22135: formatting change
by Andrey Churbanov
· 9 years ago
741b709
Fix the nowait tests for omp for and omp single
by Jonathan Peyton
· 9 years ago
170fcc8
__kmp_partition_places: Update assertion for new parameter update_master_only
by Jonas Hahnfeld
· 9 years ago
6b560f0
Fix checks on schedule struct
by Jonathan Peyton
· 9 years ago
c166696
Improve performance of #pragma omp single
by Jonathan Peyton
· 9 years ago
fdcca8c
Fix omp_sections_nowait.c test to address Bugzilla Bug 28336
by Jonathan Peyton
· 9 years ago
ac7ba40
Fix bugs in TAS and futex lock
by Jonathan Peyton
· 9 years ago
cceebee
Revert r273898's UNICODE quick fix in favor of CMake's remove_definitions()
by Jonathan Peyton
· 9 years ago
8065c51
Fix the Windows build after r273599
by Hans Wennborg
· 9 years ago
e119e8e
Remove redundant %libomp-compile step from test/lock/omp_lock.c
by Jonathan Peyton
· 9 years ago
eeec4c8
Fix bug in futex fast path inside kmp_csupport.c
by Jonathan Peyton
· 9 years ago
9d2412c
Apply the KMP_USE_FUTEX feature macro everywhere
by Jonathan Peyton
· 9 years ago
d4f3977
Add debug trace messages for taskloop
by Jonathan Peyton
· 9 years ago
c76f9f0
Bug fix for hang when tasks used in nested parallel
by Jonathan Peyton
· 9 years ago
ff5ca8b
Performance improvement: accessing thread struct as opposed to team struct
by Jonathan Peyton
· 9 years ago
8c61c59
Addition of debugger comments and whitespace
by Jonathan Peyton
· 9 years ago
fd7cc42
Improvements to process affinity mask setting
by Jonathan Peyton
· 9 years ago
5a276c4
Bug fix for segfault in stubs library
by Jonathan Peyton
· 9 years ago
98b76f6
[STATS] Adding process id to output filename
by Jonathan Peyton
· 9 years ago
ea26f3f
Fix typos in Fortran headers
by Jonathan Peyton
· 9 years ago
bf35771
Change hwloc discovery algorithm to print topology only for accessible resources
by Jonathan Peyton
· 9 years ago
0f3c2b9
Teach OpenMP Library to use Hwloc on Windows
by Jonathan Peyton
· 9 years ago
c505ab6
Fix for crash in task dependencies
by Jonathan Peyton
· 9 years ago
72a8498
Fixed missing memory cleanup in __kmp_affinity_create_hwloc_map()
by Jonathan Peyton
· 9 years ago
4ba3b0c
Reduce perf impact of redundant ittnotify calls
by Jonathan Peyton
· 9 years ago
b9d28fb
Deprecate KMP_PLACE_THREADS and rename as KMP_HW_SUBSET
by Jonathan Peyton
· 9 years ago
7cf08d4
Bug fix: crash if teams executed on host
by Jonathan Peyton
· 9 years ago
614bb66
Fix large overhead with itt notifications on region/barrier name composing
by Jonathan Peyton
· 9 years ago
e85ba3f5
Remove unused wait/release code.
by Jonathan Peyton
· 9 years ago
957a151f
Whitespace cleanup of dllexports
by Jonathan Peyton
· 9 years ago
df6818b
Renaming change: 41 -> 45 and 4.1 -> 4.5
by Jonathan Peyton
· 9 years ago
e1890e1
Bug fix for Bugzilla bug 26602: Remove function bodies with KMP_ASSERT(0)
by Jonathan Peyton
· 9 years ago
c5304aa
Affinity mask processing improvements
by Jonathan Peyton
· 9 years ago
8cb45c8
Exclude untied tasks from task stealing constraint
by Jonathan Peyton
· 9 years ago
93495de
Fix crash when libomp loaded/unloaded multiple times
by Jonathan Peyton
· 9 years ago
202a24d
Hwloc refactoring patch
by Jonathan Peyton
· 9 years ago
34c72c4
Fix bitmask complement operation
by Jonathan Peyton
· 9 years ago
5a299da
[STATS] Add stats gathering for taskloop construct
by Jonathan Peyton
· 9 years ago
b6f0f52
Fix spelling in comment
by Jonathan Peyton
· 9 years ago
61fdddf
Revert accidental commit to lit.cfg
by Jonathan Peyton
· 9 years ago
c4c722a
Refactor __kmp_execute_tasks_template function
by Jonathan Peyton
· 9 years ago
5b89fbc
kmp_lock.h: Fix VS2013 build after r271324
by Hans Wennborg
· 9 years ago
Next »