git://git.jankratochvil.net
/
lldb.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Merge branch 'addmainunit3-altlink' into addmainunit3-altlink-sharedstmt
[lldb.git]
/
openmp
/
2021-01-20
Shilei Tian
[OpenMP][NVPTX] Added forward declaration to pave the...
tree
|
commitdiff
2021-01-20
Jon Chesterfield
[libomptarget][devicertl][nfc] Simplify target_atomic...
tree
|
commitdiff
2021-01-20
Jon Chesterfield
[libomptarget][devicertl][nfc] Remove some cuda intrins...
tree
|
commitdiff
2021-01-20
Shilei Tian
[OpenMP][NVPTX] Replaced CUDA builtin vars with LLVM...
tree
|
commitdiff
2021-01-20
Jon Chesterfield
[libomptarget][devicertl] Wrap source in declare target...
tree
|
commitdiff
2021-01-19
Hansang Bae
[OpenMP] Fix atomic entries for captured logical operation
tree
|
commitdiff
2021-01-19
AndreyChurbanov
[OpenMP] libomp: cleanup parsing of OMP_ALLOCATOR env...
tree
|
commitdiff
2021-01-18
Kelvin Li
[OpenMP][Docs] Fix typos in FAQ (NFC)
tree
|
commitdiff
2021-01-18
AndreyChurbanov
[OpenMP][NFC] Fix test
tree
|
commitdiff
2021-01-18
Shilei Tian
Revert "[OpenMP] Added the support for hidden helper...
tree
|
commitdiff
2021-01-18
Chandler Carruth
Fix openmp CMake build on non-Linux AArch64 systems.
tree
|
commitdiff
2021-01-16
Shilei Tian
[OpenMP] Added the support for hidden helper task in RTL
tree
|
commitdiff
2021-01-15
Jon Chesterfield
[libomptarget][nvptx] Reduce calls to cuda header
tree
|
commitdiff
2021-01-15
Jon Chesterfield
[libomptarget][nvptx][nfc] Move target_impl functions...
tree
|
commitdiff
2021-01-15
Shilei Tian
[OpenMP] Remove omptarget-nvptx from deps as it is...
tree
|
commitdiff
2021-01-14
Shilei Tian
[OpenMP] Dropped unnecessary define when compiling...
tree
|
commitdiff
2021-01-14
Shilei Tian
[OpenMP] Drop the static library libomptarget-nvptx
tree
|
commitdiff
2021-01-14
Jon Chesterfield
[libomptarget][amdgpu] Fix kernel launch tracing to...
tree
|
commitdiff
2021-01-13
Terry Wilmarth
[OpenMP] Fix hierarchical barrier
tree
|
commitdiff
2021-01-13
Joseph Huber
[OpenMP] Add documentation for error messages and relea...
tree
|
commitdiff
2021-01-13
Jon Chesterfield
[libomptarget][nvptx] Include omp_data.cu in bitcode...
tree
|
commitdiff
2021-01-13
Hansang Bae
[OpenMP] Use persistent memory for omp_large_cap_mem
tree
|
commitdiff
2021-01-13
Hansang Bae
[OpenMP] Update allocator trait key/value definitions
tree
|
commitdiff
2021-01-12
Shilei Tian
[OpenMP] Fixed a typo in openmp/CMakeLists.txt
tree
|
commitdiff
2021-01-12
Shilei Tian
[OpenMP] Fixed the link error that cannot find static...
tree
|
commitdiff
2021-01-12
Jon Chesterfield
[libomptarget][amdgpu][nfc] Fix build on centos
tree
|
commitdiff
2021-01-12
Shilei Tian
[OpenMP] Fixed include directories for OpenMP when...
tree
|
commitdiff
2021-01-12
Shilei Tian
[OpenMP] Move memory manager to plugin and make it...
tree
|
commitdiff
2021-01-11
Shilei Tian
[OpenMP] Take elf_common.c as a interface library
tree
|
commitdiff
2021-01-10
Shilei Tian
[OpenMP] Not set OPENMP_STANDALONE_BUILD=ON when buildi...
tree
|
commitdiff
2021-01-09
Shilei Tian
[OpenMP] Remove copy constructor of `RTLInfoTy`
tree
|
commitdiff
2021-01-09
Shilei Tian
[OpenMP] Added the support for cache line size 256...
tree
|
commitdiff
2021-01-07
Joseph Huber
[OpenMP] Always print error messages in libomptarget...
tree
|
commitdiff
2021-01-07
Johannes Doerfert
[OpenMP][Docs] Add remarks intro section
tree
|
commitdiff
2021-01-07
Joseph Huber
[OpenMP] Add example in Libomptarget Information docs
tree
|
commitdiff
2021-01-06
Hansang Bae
[OpenMP] Use c_int/c_size_t in Fortran target memory...
tree
|
commitdiff
2021-01-06
Shilei Tian
[OpenMP] Fixed an issue that wrong LLVM headers might...
tree
|
commitdiff
2021-01-06
Shilei Tian
[OpenMP] Fixed the test environment when building along...
tree
|
commitdiff
2021-01-06
George Rokos
[libomptarget] Allow calls to omp_target_memcpy with...
tree
|
commitdiff
2021-01-04
Joseph Huber
[OpenMP] Add using bit flags to select Libomptarget...
tree
|
commitdiff
2021-01-04
Jon Chesterfield
[libomptarget][amdgpu] Call into deviceRTL instead...
tree
|
commitdiff
2021-01-04
Hansang Bae
[OpenMP] Add definition/interface for target memory...
tree
|
commitdiff
2020-12-30
Terry Wilmarth
[OpenMP] libomp: Handle implicit conversion warnings
tree
|
commitdiff
2020-12-23
Joseph Huber
[OpenMP] Fixing typo on memory size in Documenation
tree
|
commitdiff
2020-12-23
Joseph Huber
[OpenMP] Fixing Typo in Documentation
tree
|
commitdiff
2020-12-22
Joseph Huber
[OpenMP] Add OpenMP Documentation for Libomptarget...
tree
|
commitdiff
2020-12-22
Johannes Doerfert
[OpenMP][Docs] Fix Typo
tree
|
commitdiff
2020-12-22
Shilei Tian
[OpenMP][Docs] Fixed a typo in the doc that can mislead...
tree
|
commitdiff
2020-12-22
Johannes Doerfert
[OpenMP][Docs] Add FAQ entry about math and complex...
tree
|
commitdiff
2020-12-22
Shilei Tian
[OpenMP][Docs] Updated the faq about building an OpenMP...
tree
|
commitdiff
2020-12-17
Johannes Doerfert
[OpenMP][NFC] Provide a new remark and documentation
tree
|
commitdiff
2020-12-17
Hansang Bae
[OpenMP] Add definitions for 5.1 interop to omp.h
tree
|
commitdiff
2020-12-17
Atmn
[OpenMP][Libomptarget][NFC] Use CMake Variables
tree
|
commitdiff
2020-12-16
Jon Chesterfield
[libomptarget][nfc] Replace static const with enum
tree
|
commitdiff
2020-12-15
Peyton, Jonathan L
[OpenMP] Introduce new file wrapper class for runtime
tree
|
commitdiff
2020-12-15
Hansang Bae
[OpenMP] Initialize runtime in the forked child process
tree
|
commitdiff
2020-12-12
Giorgis Georgakoudis
[OpenMP] Add time profiling for libomptarget
tree
|
commitdiff
2020-12-11
Jon Chesterfield
[libomptarget][nfc] Remove data_sharing type aliasing
tree
|
commitdiff
2020-12-10
Hansang Bae
[OpenMP] Use RTM lock for OMP lock with synchronization...
tree
|
commitdiff
2020-12-09
Nawrin Sultana
[OpenMP] Add strict mode in num_tasks and grainsize
tree
|
commitdiff
2020-12-09
Peyton, Jonathan L
[OpenMP] Fix norespect affinity bug for Windows
tree
|
commitdiff
2020-12-09
Peyton, Jonathan L
[OpenMP] Fix too long name for shm segment on macOS
tree
|
commitdiff
2020-12-09
Jon Chesterfield
[libomptarget][amdgpu] clang-format src/rtl.cpp
tree
|
commitdiff
2020-12-09
Jon Chesterfield
[libomptarget][amdgpu] Let default number of teams...
tree
|
commitdiff
2020-12-09
Jon Chesterfield
[libomptarget][amdgpu] Robust handling of device_enviro...
tree
|
commitdiff
2020-12-09
Jon Chesterfield
[libomptarget][amdgpu] Improve diagnostics on arch...
tree
|
commitdiff
2020-12-09
Giorgis Georgakoudis
[OpenMP] Add doxygen generation for the runtime
tree
|
commitdiff
2020-12-07
AndreyChurbanov
[OpenMP] NFC: comment adjusted
tree
|
commitdiff
2020-12-07
AndreyChurbanov
[OpenMP] libomp: Fix possible NULL dereferences
tree
|
commitdiff
2020-12-07
Jon Chesterfield
[libomptarget][amdgpu] Add plumbing to call into hostrp...
tree
|
commitdiff
2020-12-06
Jon Chesterfield
[libomptarget][amdgpu] Skip device_State allocation...
tree
|
commitdiff
2020-12-05
Joachim Protze
[OpenMP][OMPT] Fix OMPT return address guard for gomp...
tree
|
commitdiff
2020-12-04
Joachim Protze
[OpenMP][OMPT] Make sure that 0 is never used as ID...
tree
|
commitdiff
2020-12-04
Jon Chesterfield
[libomptarget][amdgpu] Fix latent race in load binary
tree
|
commitdiff
2020-12-04
Hansang Bae
[OpenMP] Add __kmpc_omp_target_task_alloc to dllexport
tree
|
commitdiff
2020-12-03
Jon Chesterfield
[libomptarget][amdgpu] Address compiler warnings, drive...
tree
|
commitdiff
2020-12-03
Pushpinder Singh
[libomptarget][AMDGPU] Remove MaxParallelLevel
tree
|
commitdiff
2020-12-01
Terry Wilmarth
[OpenMP] Add support for Intel's umonitor/umwait
tree
|
commitdiff
2020-12-01
AndreyChurbanov
[OpenMP] libomp: add UNLIKELY hints to rarely executed...
tree
|
commitdiff
2020-11-30
Joachim Protze
[OpenMP][Tests][NFC] Use FileCheck from cmake config
tree
|
commitdiff
2020-11-30
Todd Erdner
[OpenMP] libomp: change shm name to include UID, call...
tree
|
commitdiff
2020-11-30
AndreyChurbanov
[OpenMP] libomp: fix mutexinoutset dependence for proxy...
tree
|
commitdiff
2020-11-29
Joachim Protze
[OpenMP][OMPT][NFC] Fix failing test
tree
|
commitdiff
2020-11-29
Joachim Protze
[OpenMP][OMPT][NFC] Fix flaky test
tree
|
commitdiff
2020-11-27
Jon Chesterfield
[libomptarget][cuda] Detect missing symbols in plugin...
tree
|
commitdiff
2020-11-26
Martin Storsjö
[OpenMP][OMPT] Fix building with OMPT disabled after...
tree
|
commitdiff
2020-11-25
Johannes Doerfert
[OpenMP][Docs] Add more content, call coordinates,...
tree
|
commitdiff
2020-11-25
AndreyChurbanov
[OpenMP] libomp: fix non-X86, non-AARCH64 builds
tree
|
commitdiff
2020-11-25
Joachim Protze
[OpenMP][OMPT] Introduce a guard to handle OMPT return...
tree
|
commitdiff
2020-11-25
Isabel Thärigen
[OpenMP][OMPT] Implement verbose tool loading
tree
|
commitdiff
2020-11-24
AndreyChurbanov
[OpenMP] fix asm code for for arm64 (AARCH64) for Darwi...
tree
|
commitdiff
2020-11-20
AndreyChurbanov
Revert "[OpenMP] Add support for Intel's umonitor/umwait"
tree
|
commitdiff
2020-11-19
AndreyChurbanov
[OpenMP] Add support for Intel's umonitor/umwait
tree
|
commitdiff
2020-11-19
cchen
[libomptarget] Add support for target update non-contiguous
tree
|
commitdiff
2020-11-19
Joseph Huber
[OpenMP] Add Location Fields to Libomptarget Runtime...
tree
|
commitdiff
2020-11-18
Joseph Huber
[OpenMP] Add Support for Mapping Names in Libomptarget RTL
tree
|
commitdiff
2020-11-18
Joseph Huber
[OpenMP] Add Passing in Original Declaration Names...
tree
|
commitdiff
2020-11-17
Hansang Bae
[OpenMP] Use explicit type casting in kmp_atomic.cpp
tree
|
commitdiff
2020-11-17
Nawrin Sultana
[OpenMP] Add omp_realloc implementation
tree
|
commitdiff
2020-11-17
Peyton, Jonathan L
[OpenMP] NFC: remove tabs in message catalog file
tree
|
commitdiff
next