llvm-project/openmp/libomptarget/test/offloading
Joseph Huber 807466ef28 [OpenMP] Restore backwards compatibility for libomptarget
Summary:
The changes introduced in D87946 changed the API for libomptarget
functions. `__kmpc_push_target_tripcount` was a function in Clang 11.x
but was not given a backward-compatible interface. This change will
require people using Clang 13.x or 12.x to recompile their offloading
programs.

Reviewed By: jdoerfert cchen

Differential Revision: https://reviews.llvm.org/D98358
2021-03-11 09:52:11 -05:00
..
assert.cpp [OpenMP][libomptarget] Fixed an issue that device sync is skipped if the kernel doesn't have any argument 2021-02-04 20:14:24 -05:00
bug47654.cpp [Clang][OpenMP] Fixed an issue of segment fault when using target nowait 2020-10-26 22:33:22 -04:00
bug49021.cpp [OpenMP][NVPTX] Take functions in `deviceRTLs` as `convergent` 2021-02-03 20:58:12 -05:00
bug49334.cpp [OpenMP] Fixed a crash when offloading to x86_64 with target nowait 2021-02-24 12:37:30 -05:00
d2d_memcpy.c [OpenMP][Tests] Enable nvptx64 testing for most libomptarget tests 2020-07-28 11:08:24 +02:00
dynamic_module.c [OpenMP][Tests] Enable nvptx64 testing for most libomptarget tests 2020-07-28 11:08:24 +02:00
dynamic_module_load.c [OpenMP][Tests] Enable nvptx64 testing for most libomptarget tests 2020-07-28 11:08:24 +02:00
host_as_target.c [OpenMP] Restore backwards compatibility for libomptarget 2021-03-11 09:52:11 -05:00
info.c [OpenMP] Add using bit flags to select Libomptarget Information 2021-01-04 12:03:15 -05:00
lone_target_exit_data.c [OpenMP] Fix lone target exit data 2021-03-04 12:03:42 -05:00
looptripcnt.c [OpenMP][Tests] Enable nvptx64 testing for most libomptarget tests 2020-07-28 11:08:24 +02:00
mandatory_but_no_devices.c [OpenMP] Fix support for device as host 2021-03-04 12:03:42 -05:00
memory_manager.cpp [OpenMP] Introduce target memory manager 2020-08-19 23:12:23 -04:00
non_contiguous_update.cpp [libomptarget] Add support for target update non-contiguous 2020-11-19 11:33:27 -06:00
offloading_success.c [OpenMP][Tests] Enable nvptx64 testing for most libomptarget tests 2020-07-28 11:08:24 +02:00
offloading_success.cpp [OpenMP][Tests] Enable nvptx64 testing for most libomptarget tests 2020-07-28 11:08:24 +02:00
parallel_offloading_map.cpp [OpenMP] Fixed an issue in the test case parallel_offloading_map 2020-11-03 15:59:16 -05:00
requires.c [OpenMP][Tests] Enable nvptx64 testing for most libomptarget tests 2020-07-28 11:08:24 +02:00
target_depend_nowait.cpp [OpenMP][Tests] Enable nvptx64 testing for most libomptarget tests 2020-07-28 11:08:24 +02:00