User Details
- User Since
- Jul 31 2018, 12:24 PM (279 w, 3 d)
Jul 21 2023
Moved amdgpu to the bottom of the list
Jul 20 2023
Jul 19 2023
Added gfx908, gfx90a and gfx940
Ping.
Would appreciate some feedback on this patch.
Jul 12 2023
Jul 11 2023
Jul 7 2023
Feb 7 2023
Mar 25 2022
Mar 24 2022
Mar 2 2022
Rebase patch
Update openmp/libomptarget/DeviceRTL/CMakeLists.txt as well.
clang/test/Driver/cuda-bad-arch.cu to be updated with all gfx10 targets in a separate patch.
Feb 24 2022
This change fixes the code violations flagged in AMD compute CodeQL scan -
Feb 22 2022
Jun 24 2021
Addressed feedback; fixed typo and missing check lines.
Jun 23 2021
May 13 2021
May 11 2021
May 4 2021
Feb 27 2020
May 29 2019
May 24 2019
Fix in one of the tests.
Fixed two tests; one which does not return and another with use outside of the entry block.
May 16 2019
Minor changes in one of the tests.
May 14 2019
Added a test outside entry block; doesn't make any difference in the output.
By a test with no ret, do you mean something that returns void?
Return 0 for kernels and non-zero arguments to llvm.returnaddress.
May 7 2019
Mar 21 2019
Mar 6 2019
Mar 5 2019
Jan 15 2019
Added a fix for the failing deqp-vk test.
Dec 13 2018
Dec 12 2018
Nov 29 2018
-Directly returning "true" from the propagateAttribute function as per the comments.
-Renamed the list to NodeList, dropped "Sorted" from the name
Nov 15 2018
Added a check for external functions and modified the test for it
Nov 14 2018
Nov 13 2018
Nov 12 2018
Nov 9 2018
Removed a redundant test case.
Added 16 test cases with the permutations of min(max(a, b), max(min(a, b), c))
Nov 6 2018
-Updated a test case to include an external function.
-Uploaded the correct version of the recursion test.
-Fixed other small errors.
Nov 5 2018
Got rid of extra structures and added a recursive test.
Oct 30 2018
Sep 20 2018
Found 2 failing tests. Updated code to fix them.
Sep 19 2018
Updated the patch to prevent propagating the attribute if other callers do not have it.
Updated Test 5 to show the update.
Updated Test5
Added support to ensure the attribute propagates from the caller to the function even within nested function calls.
Sep 11 2018
Sep 7 2018
Added the tests.