[flang] Add COMDAT to global variables where needed
[platform/upstream/llvm.git] / openmp /
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
2023-05-17 Mats Petersson[OpenMP]Fix trivial build failure in MacOS
2023-05-17 Nico WeberRevert "Reland "[CMake] Bumps minimum version to 3...
2023-05-16 Martin Storsjö[OpenMP] Compile assembly files as ASM, not C
2023-05-16 Martin Storsjö[OpenMP] Use CMAKE_CXX_STANDARD for setting the C+...
2023-05-15 Chenle Yu[OpenMP] Implement task record and replay mechanism
2023-05-13 Mark de WeverReland "[CMake] Bumps minimum version to 3.20.0."
2023-05-12 Vadim Paretsky[OpenMP] remove an erroneous assert on the location...
2023-05-12 Vadim Paretsky[OpenMP] Fix GCC build issues and restore "Additional...
2023-05-10 Joseph Huber[Libomptarget] Fix AMDGPU Note handling after D150022
2023-05-09 Kevin Sala[OpenMP][libomptarget] Init device when printing device...
2023-05-09 Kevin Sala[OpenMP][libomptarget] Improve device info printing...
2023-05-09 Joseph Huber[OpenMP] Fix incorrect interop type for number of depen...
2023-05-07 Shilei Tian[OpenMP] Make `libomptarget` link against `libomp`
2023-05-07 Shilei Tian[NFC][OpenMP] Remove trailing whitespaces in `openmp...
2023-05-06 Mark de WeverRevert "Reland "[CMake] Bumps minimum version to 3...
2023-05-06 Mark de WeverReland "[CMake] Bumps minimum version to 3.20.0."
2023-05-05 Dhruva Chakrabarti[OpenMP] [OMPT] [amdgpu] [4/8] Implemented callback...
2023-05-04 Timm Bäder[docs] Hide collaboration and include graphs in doxygen...
2023-05-04 gregrodgers[OpenMP][libomptarget][AMDGPU] Enable active HSA wait...
2023-05-03 Martin StorsjöRevert "[openmp] [test] Set __COMPAT_LAYER=RunAsInvoker...
2023-05-02 Joel E. Denny[OpenMP] Fix libomptarget test mapping/ompx_hold/struct.c
2023-05-02 Shilei TianRevert "[OpenMP] [OMPT] [amdgpu] [4/8] Implemented...
2023-05-02 Dhruva Chakrabarti[OpenMP] [OMPT] [amdgpu] [4/8] Implemented callback...
2023-05-02 Joel E. Denny[OpenMP] In libomptarget, assume alignment at powers...
2023-05-02 Shilei TianRevert "[OpenMP] Make `libomptarget` link against ...
2023-05-01 Shilei Tian[OpenMP] Make `libomptarget` link against `libomp`
2023-05-01 Shilei Tian[OpenMP] Handle function calls from `libomp` to `libomp...
2023-05-01 Shilei TianRevert "[OpenMP] Handle function calls from `libomp...
2023-05-01 Shilei Tian[OpenMP] Handle function calls from `libomp` to `libomp...
2023-05-01 Doru BerceaEmit info message when use_device_address variable...
2023-05-01 Shilei Tian[OpenMP] Only enable version script if supported
2023-04-28 Joel E. Denny[OpenMP] Add missing -L to libomptarget tests
2023-04-28 Animesh Kumar[OpenMP] Add LIT test on task depend clause
2023-04-25 Doru BerceaDisable private mapping test for AMD GPU due to intermi...
2023-04-24 Joseph HuberRevert "[OpenMP] Fix GCC build issues and restore ...
2023-04-24 Natalia Glagoleva[OpenMP] Fix GCC build issues and restore "Additional...
2023-04-23 Shilei TianRevert "[OpenMP] Introduce kernel environment"
2023-04-23 Shilei Tian[OpenMP] Introduce kernel environment
2023-04-22 Slava ZakharinRevert "[OpenMP] Additional APIs used by the MSVC compi...
2023-04-22 Natalia Glagoleva[OpenMP] Additional APIs used by the MSVC compiler...
2023-04-21 Shilei Tian[OpenMP] Enable the IDE support for the device runtime
2023-04-21 Alex DuranFix an issue with th_task_state_memo_stack and proxy...
2023-04-21 Nikita Popov[OpenMP] Replace libomp_check_linker_flag with llvm_che...
2023-04-20 Doru BerceaModify test to explicitely use the size of the mapped...
2023-04-18 Kevin Sala[OpenMP][libomptarget][NFC] Remove error data member...
2023-04-17 Johannes Doerfert[OpenMP][NFC] Silence warning
2023-04-17 Johannes Doerfert[OpenMP] Ensure memory fences are created with barriers...
2023-04-15 Mark de WeverRevert "Revert "Revert "[CMake] Bumps minimum version...
2023-04-15 Mark de WeverRevert "Revert "[CMake] Bumps minimum version to 3...
2023-04-14 Joseph Huber[OpenMP] Remove duplicates from the list if using ...
2023-04-14 Joseph Huber[OpenMP][Docs] Replace broken design document link...
2023-04-14 Joseph Huber[OpenMP][Docs] Add documentation for using configuratio...
2023-04-04 Kevin Sala[OpenMP][libomptarget] Do not rely on AsyncInfoWrapperT...
2023-04-03 Rafael A. Herrera... [OpenMP][5.1] Fix parallel masked is ignored #59939
2023-03-31 Joseph Huber[OpenMP] Add CMake option to disable `libarcher` support
2023-03-30 Jisheng Zhao[OpenMP] asynchronous memory copy support
2023-03-29 Doru BerceaMake all additions matter in private mapping test.
2023-03-28 Kevin Sala[NFC][OpenMP][libomptarget] Remove unnecessary AsyncInf...
2023-03-28 Johannes Doerfert[OpenMP] Resolve const cast issue introduced in D123446
2023-03-28 Johannes Doerfert[OpenMP][FIX] More AAExecutionDomain fixes
2023-03-28 Johannes Doerfert[OpenMP] Be smarter about the insertion point for dedup...
2023-03-28 Johannes Doerfert[OpenMP][NFC] Delete dead code
next