User Details
- User Since
- Jun 21 2021, 5:53 PM (118 w, 4 d)
Thu, Sep 28
Using the Project_SOURCE_DIR variable in cmake instead of setting a new variable
Aug 30 2023
Pinging for review. I will be taking over this patch from Paul, but Paul will still be around to answer any questions.
Aug 22 2023
Aug 21 2023
Aug 17 2023
Aug 16 2023
Jul 13 2023
Jul 12 2023
Thanks for the review, addressing review comments.
Jul 11 2023
Ping.
Jun 29 2023
This patch focuses on the lowering required to support cray pointer, a quick look at cray pointer use in module indicated that lowering sequence will not need to be changed but the getPointer method will need to look at the pointer-pointee map in the module scope. We will submit a separate patch for the module support if the reviewers are okay with it.
Jun 5 2023
Ping
May 31 2023
Fix Clang-Format Issues
Spelling out auto as suggested.
May 25 2023
Feb 21 2023
Thanks for the review.
Feb 16 2023
addressing style mismatch in flang/include/flang/Tools/CLOptions.inc
Bug Fix for failing test cases
Feb 14 2023
clang-format issue in ExternalNameConversion.cpp
Feb 13 2023
Addressing the review comments relating to the test case. Thanks for the catch!
Feb 8 2023
Rebase, as well as bug fix relating to the ExternalNameConversion pass option that was exposed by the requested fir-opt test case. The pass option was being overwritten by default value whenever it was called through fir-opt.
Jan 26 2023
Addressing review comment
Jan 25 2023
Implementing functionality to control just the trailing underscore for external names to achieve similar functionality to the option in gfortran, as well as rebase and address review comments.
Dec 30 2022
Dec 29 2022
Rebase.
Nov 29 2022
Ping.
Nov 22 2022
Add the new triple to flang/test/Fir/target-rewrite-complex.fir as requested. Changed the existing PPC label to be PPC64le and added PPC64 label for the new triple. This is to avoid future confusion with ppc 32 bit.
Nov 20 2022
Nov 18 2022
Adding comment as requested
Nov 17 2022
AIX was not on the target list for flang so it had to be added before answering your question. If those functions are required at compile time it results in a semantic error as these float bessel functions cannot be folded. If these functions are required at runtime it results in a undefined symbol linker error as it looks for jnf but cannot resolve it as it was taken out in order to be able to build.
Oct 17 2022
Aug 9 2021
Addressed latest comment
Addressing review comments and clang-format
Aug 4 2021
I need some help to commit this change as I do not have commit access as of now.
Jul 29 2021
Adding comment in gcc-flag-compatibility.c indicating that testing for AIX is done in gcc-flag-compatibility-aix.c as suggested