Bump version to 17.0.5
[platform/upstream/llvm.git] / openmp /
2023-10-31 Brad Smith[OpenMP] Fix building for 32-bit DragonFly, NetBSD...
2023-10-31 Konstantinos Parasyris[OpenMP] record-replay use static-cast (#70516)
2023-10-30 Brad Smith[OpenMP] Use the more appropriate function to retrieve...
2023-08-25 Michael Halkenhaeuser[OpenMP][OMPT] Fix `target enter data` callback orderin...
2023-08-25 Michael Halkenhaeuser[OpenMP][OMPT] Fix reported target pointer for data...
2023-07-29 Joseph Huber[OpenMP] Do not always emit unused extern variables
2023-07-26 Michael Halkenhaeuser[OpenMP] [OMPT] [7/8] Invoke tool-supplied callbacks...
2023-07-25 Michael HalkenhaeuserRevert "[OpenMP] [OMPT] [7/8] Invoke tool-supplied...
2023-07-25 Michael Halkenhaeuser[OpenMP] Add OMPT release note
2023-07-25 Michael Halkenhaeuser[OpenMP] [OMPT] [7/8] Invoke tool-supplied callbacks...
2023-07-24 Jonathan Peyton[OpenMP] Move KMP_VERSION printout logic to post-serial...
2023-07-24 Jonathan Peyton[OpenMP] Restore comment accidently deleted in D154650
2023-07-24 Jonathan Peyton[OpenMP] Re-use affinity raii class in worker spawning
2023-07-24 Joseph Huber[OpenMP] Add a few release notes
2023-07-24 Shilei TianRevert commits for kernel environment
2023-07-23 Shilei Tian[OpenMP] Introduce kernel environment
2023-07-23 Shilei Tian[OpenMP][Plugin] Update the global address calculation
2023-07-21 Michael Halkenhaeuser[OpenMP][OMPT] Add 'Initialized' flag
2023-07-21 Michael Halkenhaeuser[OpenMP] [OMPT] [6/8] Added callback support for target...
2023-07-19 Joseph Huber[libc] Add basic support for calling host functions...
2023-07-18 Johannes Doerfert[OpenMP][NFCI] Avoid storing non-constant values in ICV
2023-07-18 Johannes Doerfert[OpenMP][NFCI] Split assertion message from assertion...
2023-07-18 Matt Arsenaultlibomptarget: Try to fix dependency tracking for llvm...
2023-07-17 Jay Foad[AMDGPU] Add targets gfx1150 and gfx1151
2023-07-14 Joseph Huber[OMPT] Fix use of 'DEBUG_PREFIX' in the OMPT headers
2023-07-14 Adrian Munera[OpenMP] Build device runtimes for sm_87
2023-07-14 Joseph Huber[OpenMP] Add documentation on using the `libc` in OpenMP
2023-07-12 Carlos Eduardo Seo[OpenMP] Disable veccopy tests for AArch64
2023-07-11 Joseph Huber[Libomptarget][Obvious] Fix uninitialized pointer
2023-07-11 Joseph Huber[Libomptarget] Remove RPCHandleTy indirection
2023-07-11 Joachim Jenke[OpenMP][NFC] lit: Allow setting default environment...
2023-07-11 Michael Halkenhaeuser[OpenMP] [OMPT] [amdgpu] [5/8] Implemented device init...
2023-07-10 Carlos Eduardo Seo[OpenMP] Fix note section type notation for AArch64
2023-07-09 Shao-Ce SUN[OpenMP] Fix build warnings
2023-07-08 Elliot GoodrichAdd missing StringExtras.h includes
2023-07-08 Joachim Jenke[OpenMP][OMPT] Introduce VERBOSE_INIT in ompt-multiplex.h
2023-07-07 Joseph Huber[Libomptarget][NFC] Clean up warnings and format
2023-07-07 Joseph Huber[Libomptarget] Fix tests only including the LTO variant
2023-07-07 Martin Storsjö[OpenMP] Remove the workaround of passing "-x assembler...
2023-07-07 Joseph Huber[Libomptarget] Refine logic for determining if we suppo...
2023-07-07 Joseph Huber[Libomptarget] Fix test logic for optionally adding...
2023-07-07 Joseph Huber[Libomptarget] Begin implementing support for RPC services
2023-07-07 Joachim Jenke[OpenMP][OMPT] Change OMPT kind for OpenMP test lock...
2023-07-07 Joachim Jenke[OpenMP][OMPT] Rename callback master to masked in...
2023-07-07 Joachim Jenke[OpenMP][OMPT] Add two missing nullpointer checks in...
2023-07-07 Joachim Jenke[OpenMP][Tools] Add omp_all_memory support for Archer
2023-07-07 Joachim Jenke[OpenMP] Add OMPT support for omp_all_memory task depen...
2023-07-06 Jonathan Peyton[OpenMP] Ensure socket layer is not first in CPUID...
2023-07-06 Jonathan Peyton[OpenMP] Remove gcc-12 warnings from libomp
2023-07-06 Joseph Huber[Libomptarget] Disable the 'mapping/prelock.cpp' test...
2023-07-06 Joseph Huber[Libomptarget] Fix tests after deleting the next-gen...
2023-07-05 Joseph Huber[OpenMP] Delete old plugins
2023-07-05 Joseph Huber[Libomptarget] Remove the remote and ve plugins from...
2023-07-05 Nawrin Sultana[OpenMP] Minor improvement in error msg and fixes few...
2023-07-05 Joseph Huber[Libomptarget][Obvious] Missing comma on enum
2023-07-05 Joseph Huber[Libomptarget] Add missing HSA agent info enumeration
2023-07-05 Joseph Huber[Libomptarget] Correctly implement `getWTime` on AMDGPU
2023-07-04 Joseph Huber[Libomptarget] Fix misused macro name preventing printi...
2023-07-03 Joel E. Denny[OpenMP] libomptarget: Don't map alignment padding...
2023-06-30 Dhruva Chakrabarti[OpenMP] Added memory scope to atomic::inc API and...
2023-06-29 Joseph Huber[OpenMP] Adjust using the NVPTX architecture detection...
2023-06-28 Ethan Luis McDonough[flang][openmp] Fortran offloading test
2023-06-28 Matt ArsenaultOpenMP: Revert accidental cmake change to make amdgpu...
2023-06-28 Matt ArsenaultOpenMP/cmake: Use TARGET instead of looking for amdgpu...
2023-06-26 Job NoormanMove SubtargetFeature.h from MC to TargetParser
2023-06-24 Shao-Ce SUN[openmp] remove initializeRewriteSymbolsLegacyPassPass
2023-06-23 Matt ArsenaultRevert "OpenMP/cmake: Use list append instead of repeat...
2023-06-23 Matt ArsenaultOpenMP/cmake: Use DEPFILE instead of IMPLICIT_DEPENDS
2023-06-23 Matt ArsenaultOpenMP/cmake: Use list append instead of repeating...
2023-06-20 Carlos Eduardo Seo[OpenMP] Disable some tests for AArch64
2023-06-19 Adrian Munera[OpenMP] Implement printing TDGs to dot files
2023-06-15 Animesh Kumar[OpenMP] Update the default version of OpenMP to 5.1
2023-06-14 Shilei Tian[OpenMP] Fix the issue in openmp/runtime/test/parallel...
2023-06-14 Shilei Tian[OpenMP] Use 0 instead of false in the test bug63197.c
2023-06-14 Shilei Tian[OpenMP] Fix the issue where `num_threads` still takes...
2023-06-08 Joel E. Denny[OpenMP] Fix --libomptarget-nvptx-bc-path in tests
2023-06-06 Johannes Doerfert[Attributor] Identify and remove no-op fences
2023-06-05 Johannes Doerfert[OpenMP] Improve default block count selection fow...
2023-06-05 Hansang Bae[OpenMP][libomp] Allow white spaces in OMP_TARGET_OFFLO...
2023-06-03 paperchalice[CMake] Ensure `CLANG_RESOURCE_DIR` is respected.
2023-06-03 Martin StorsjöRevert "[CMake] Ensure `CLANG_RESOURCE_DIR` is respected."
2023-06-03 paperchalice[CMake] Ensure `CLANG_RESOURCE_DIR` is respected.
2023-06-02 Joel E. Denny[OpenMP] Fix transformed loop's var privacy
2023-05-31 Joseph Huber[OpenMP] Remove 'keep_alive' functionality from the...
2023-05-31 Shilei Tian[NFC][OpenMP] Remove unused variable `new_iv_saved...
2023-05-28 Kazu HirataFix typos in documentation
2023-05-27 Mark de WeverReland "[CMake] Bumps minimum version to 3.20.0.
2023-05-26 Jennifer Yuskip test run on amdgcn-amd-amdhsa
2023-05-26 Jennifer YuFix runtime crash inside __kmpc_init_allocator
2023-05-25 Tobias Hieta[NFC][Py Reformat] Reformat python files in the rest...
2023-05-24 Doru BerceaEnable up to 64 arguments for outlined regions in OpenM...
2023-05-24 Hansang Bae[OpenMP][libomp] Implement KMP_DLSYM_NEXT on Windows
2023-05-23 Joseph Huber[OpenMP][NFC] clang-format the OpenMP device runtime
2023-05-23 Jonathan Peyton[OpenMP] Insert missing variable update inside loop
2023-05-23 Joachim Jenke[OpenMP][Tests][NFC] Mark unsupported libomp tests...
2023-05-23 Joachim Jenke[OpenMP][Tests][NFC] Mark unsupported OMPT tests for GCC
2023-05-23 Joachim Jenke[OpenMP][Tests][NFC] Fix libarcher tests for GCC
2023-05-19 Vadim Paretsky[OpenMP] remove usage of std::abs in the new loop colla...
2023-05-18 Johannes Doerfert[OpenMP] Add JIT and IR tests
2023-05-18 Johannes Doerfert[OpenMP][NFC] Eliminate warning
next