GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/llvm-project.git
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
gentoo
main
master
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
temp-test-main
use-after-move-docs
Gentoo patchsets for LLVM
Gentoo LLVM project <llvm@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
openmp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[OpenMP] Fix the wrong use of `fopen`
Shilei Tian
2023-03-09
1
-4
/
+2
*
[OpenMP] Fix extra parenthesis in kmp_os.h
Vadim Paretsky (Intel Americas Inc)
2023-03-09
1
-1
/
+1
*
[OpenMP][libomp] Remove false positive for memory sanitizer
Jonathan Peyton
2023-03-02
2
-4
/
+6
*
[OpenMP] Make isDone lightweight without calling synchronize
Ye Luo
2023-02-20
4
-20
/
+8
*
[Libomptarget] Check errors when synchronizing the async queue
Joseph Huber
2023-02-20
4
-6
/
+16
*
[OpenMP] Recover non-blocking target nowait disabled by D141232
Ye Luo
2023-02-16
1
-2
/
+6
*
[Libomptarget] Remove dependency on the DeviceRTL from the GPU plugins
Joseph Huber
2023-02-14
4
-4
/
+0
*
[openmp] Fix building z_Linux_asm.S for armv5t
Martin Storsjö
2023-02-13
1
-1
/
+4
*
[OpenMP][libomp] Fix CMake version symbol testing
Jonathan Peyton
2023-02-05
2
-5
/
+5
*
[OpenMP][NVPTX] Added `__tgt_rtl_launch_kernel` in old CUDA plugin
Shilei Tian
2023-02-02
1
-0
/
+15
*
[OpenMP] Fix stack overflow for test bug54082.c
Shilei Tian
2023-01-27
1
-1
/
+1
*
[Clang][OpenMP] Find the type `omp_allocator_handle_t` from identifier table
Shilei Tian
2023-01-24
1
-0
/
+54
*
[OpenMP] Create a temp file in /tmp if /dev/shm is not accessible
Shilei Tian
2023-01-24
1
-8
/
+39
*
[OpenMP][libomptarget] Implement memory lock/unlock API in NextGen plugins
Kevin Sala
2023-01-25
5
-57
/
+330
*
[OpenMP] Do not link the bitcode OpenMP runtime when targeting AMDGPU.
Joseph Huber
2023-01-24
1
-2
/
+0
*
[OpenMP][docs] Update for record-and-replay
Giorgis Georgakoudis
2023-01-24
1
-0
/
+11
*
[OpenMP] Disable tests that are not supported by GCC if it is used for testing
Shilei Tian
2023-01-24
2
-0
/
+6
*
[OpenMP][NFC] Augment release notes
Johannes Doerfert
2023-01-24
1
-0
/
+8
*
[OpenMP][Doc] Update release notes with NextGen plugins
Kevin Sala
2023-01-24
1
-0
/
+11
*
[OpenMP][Docs] Add non-blocking target nowait environment variables
Guilherme Valarini
2023-01-24
1
-0
/
+11
*
[OpenMP][Doc] Update release note for 16 release
Shilei Tian
2023-01-24
1
-7
/
+20
*
[OpenMP][Docs] Add some release notes for OpenMP
Joseph Huber
2023-01-24
1
-0
/
+20
*
Revert "[OpenMP][Archer] Use dlsym rather than weak symbols for TSan annotati...
Slava Zakharin
2023-01-24
1
-12
/
+48
*
[OpenMP][Archer] Use dlsym rather than weak symbols for TSan annotations
Joachim Protze
2023-01-24
1
-48
/
+12
*
[OpenMP] Run the Attributor as part of the device runtime optimization
Johannes Doerfert
2023-01-23
1
-1
/
+1
*
[Libomptarget] Use the nextgen plugins by default.
Joseph Huber
2023-01-23
2
-2
/
+3
*
[NFC] Consolidate llvm::CodeGenOpt::Level handling
Scott Linder
2023-01-23
1
-15
/
+4
*
[docs] Add release notes for news in 16.x done by me, or otherwise relating t...
Martin Storsjö
2023-01-23
1
-0
/
+5
*
[Libomptarget][NFC] Address a few warnings in libomptarget
Joseph Huber
2023-01-23
6
-12
/
+14
*
[Libomptarget] Include "hsa/hsa.h" instead
Joseph Huber
2023-01-23
2
-2
/
+23
*
[Libomptarget][NFC] Silence unknown CUDA version warnings
Joseph Huber
2023-01-23
1
-0
/
+1
*
[OpenMP][DeviceRTL][NFC] Use `OMPTgtExecModeFlags` from `llvm/include/llvm/Fr...
Shilei Tian
2023-01-22
2
-7
/
+6
*
[OpenMP][FIX] Use thread id not team id for masked section
Johannes Doerfert
2023-01-22
1
-1
/
+1
*
[OpenMP][FIX] Split test into amdgpu and nvptx specific ones
Johannes Doerfert
2023-01-21
3
-3
/
+15
*
[OpenMP] Introduce the `ompx_dyn_cgroup_mem(<N>)` clause
Johannes Doerfert
2023-01-21
7
-44
/
+115
*
[OpenMP][FIX] Runtime args are not kernel args
Johannes Doerfert
2023-01-21
3
-7
/
+15
*
[OpenMP] Modernize the kernel launching interface and APIs
Johannes Doerfert
2023-01-21
19
-325
/
+243
*
[openmp] Workaround for HSA in issue 60119
Jon Chesterfield
2023-01-21
5
-7
/
+33
*
[OpenMP] Remove unfinished and unused 'Analyzer' tool
Joseph Huber
2023-01-20
3
-100
/
+0
*
[OpenMP] Fix for distributed barrier.
Terry Wilmarth
2023-01-20
1
-6
/
+6
*
[OpenMP] Only test kmp_atomic_float10_max_min.c on X86
Shilei Tian
2023-01-20
3
-1
/
+8
*
[OpenMP][libomptarget] Fix deinit of NextGen AMDGPU plugin
Kevin Sala
2023-01-20
1
-4
/
+21
*
[libomp] Explicitly include <string> header (NFC)
Nikita Popov
2023-01-20
1
-0
/
+1
*
[OpenMP] Build device runtimes for sm_89 and sm_90
Ye Luo
2023-01-19
1
-1
/
+1
*
[OpenMP][libomp] Insert correct HWLOC version guards
Gilles Gouaillardet
2023-01-19
1
-0
/
+8
*
[OpenMP][Fix] Track all threads that may delete an entry
Guilherme Valarini
2023-01-19
4
-162
/
+162
*
[OpenMP][OMPT] Expect failure from tool_available_search.c on macOS
Shilei Tian
2023-01-18
2
-5
/
+9
*
[OpenMP][AMDGPU] Get rid of redundant macro def
Shilei Tian
2023-01-18
1
-0
/
+2
*
[OpenMP] Fix inconsistent task state if hot team is not used
Shilei Tian
2023-01-18
1
-0
/
+6
*
[OpenMP] RecordReplay saves bitcode when JIT-ing
Giorgis Georgakoudis
2023-01-18
2
-2
/
+21
[next]