Alexander_KS
  • Joined on 2023-09-14
Alexander_KS pushed to egormayorov at Alexander_KS/SAPFOR 2025-12-29 18:22:58 +00:00
af85311480 refactored, added pass to Visualizer calls
d9f54739d2 refactored
Compare 2 commits »
Alexander_KS pushed to egormayorov at Alexander_KS/SAPFOR 2025-12-24 18:08:49 +00:00
582d2d5e70 Adding handing of nested loops and conditional statements
1c37336459 Make pass correct
f527deb02c attempt to build new ast
d09e92a947 moved to transformations
029da32719 swap operators in AST
Compare 30 commits »
Alexander_KS pushed to master at Alexander_KS/SAPFOR 2025-12-24 05:59:32 +00:00
032cdb9b03 Merge pull request 'private_arrays' (#71) from private_arrays into master
a8f8f44ac1 corrected style, updated version
1c39001e28 small fix
7802f538e8 add whole array assign
Compare 5 commits »
Alexander_KS merged pull request Alexander_KS/SAPFOR#71 2025-12-24 05:59:31 +00:00
private_arrays
Alexander_KS pushed to private_arrays at Alexander_KS/SAPFOR 2025-12-24 05:58:30 +00:00
a8f8f44ac1 corrected style, updated version
Alexander_KS merged pull request Alexander_KS/SAPFOR#70 2025-12-19 18:07:15 +00:00
fix private arrays search
Alexander_KS pushed to master at Alexander_KS/SAPFOR 2025-12-19 18:07:15 +00:00
a07a701826 Merge pull request 'fix private arrays search' (#70) from private_arrays into master
e99855cdff updated version, fixed code style
f07bea4980 fix FIND_PRIVATE_ARRAYS
Compare 3 commits »
Alexander_KS pushed to private_arrays at Alexander_KS/SAPFOR 2025-12-19 18:07:00 +00:00
e99855cdff updated version, fixed code style
Alexander_KS pushed to master at Alexander_KS/SAPFOR 2025-12-11 09:26:43 +00:00
3de06d9261 finalyze first version of private arrays search
Alexander_KS merged pull request Alexander_KS/SAPFOR#69 2025-12-11 08:30:48 +00:00
add directives
Alexander_KS pushed to master at Alexander_KS/SAPFOR 2025-12-11 08:30:48 +00:00
678c2cf351 Merge pull request 'add directives' (#69) from private_arrays into master
40cfd83de5 add directives
Compare 2 commits »
Alexander_KS pushed to master at Alexander_KS/SAPFOR 2025-11-08 17:17:37 +00:00
a0cea2df91 added new function for visualizer
Alexander_KS pushed to master at Alexander_KS/SAPFOR 2025-11-08 17:08:26 +00:00
4b7df86b8a version updated
Alexander_KS pushed to master at Alexander_KS/SAPFOR 2025-11-08 17:07:09 +00:00
836894fef1 Merge pull request 'private_arrays' (#68) from private_arrays into master
9ac15eec79 fix codestyle
03f565f50b add multifile support
Compare 3 commits »
Alexander_KS merged pull request Alexander_KS/SAPFOR#68 2025-11-08 17:07:07 +00:00
private_arrays
Alexander_KS pushed to private_arrays at Alexander_KS/SAPFOR 2025-11-08 17:06:12 +00:00
9ac15eec79 fix codestyle
03f565f50b add multifile support
47e2b961e2 Merge pull request 'replace_io_arrays' (#67) from replace_io_arrays into master
Compare 3 commits »
Alexander_KS deleted branch replace_io_arrays from Alexander_KS/SAPFOR 2025-10-01 18:13:11 +00:00
Alexander_KS pushed to master at Alexander_KS/SAPFOR 2025-10-01 18:13:02 +00:00
47e2b961e2 Merge pull request 'replace_io_arrays' (#67) from replace_io_arrays into master
b95b336372 version updated
f35d7cb4bd REMOVE_DIST_ARRAYS_FROM_IO: consider write/read statements with nested loops
54615e34d4 REMOVE_DIST_ARRAYS_FROM_IO: use more general isSgVarListDeclStmt and isSgNestedVarListDeclStmt functions
8752f4a139 REMOVE_DIST_ARRAYS_FROM_IO: consider labels and goto statements while inserting copy statements
Compare 6 commits »
Alexander_KS merged pull request Alexander_KS/SAPFOR#67 2025-10-01 18:13:01 +00:00
replace_io_arrays
Alexander_KS pushed to replace_io_arrays at Alexander_KS/SAPFOR 2025-10-01 18:12:53 +00:00
b95b336372 version updated