ALEXks
|
1c0e02dd9c
|
version updated
|
2026-02-19 20:47:22 +03:00 |
|
ALEXks
|
ece05bf29a
|
dvm submodule updated
|
2026-02-19 20:47:22 +03:00 |
|
ALEXks
|
0f4e970adf
|
refactored, added pass to Visualizer calls
|
2026-02-19 20:47:22 +03:00 |
|
ALEXks
|
05b72fe9b7
|
refactored
|
2026-02-19 20:47:22 +03:00 |
|
Egor Mayorov
|
806365daa8
|
fixes & improvements
|
2026-02-19 20:47:22 +03:00 |
|
Egor Mayorov
|
b27539edea
|
Adding handing of nested loops and conditional statements
|
2026-02-19 20:47:22 +03:00 |
|
Egor Mayorov
|
7a62268f61
|
Make pass correct
|
2026-02-19 20:47:22 +03:00 |
|
Egor Mayorov
|
88e9a1532e
|
attempt to build new ast
|
2026-02-19 20:47:22 +03:00 |
|
|
|
087247b11f
|
moved to transformations
|
2026-02-19 20:47:22 +03:00 |
|
Egor Mayorov
|
de5c17b46f
|
swap operators in AST
|
2026-02-19 20:47:21 +03:00 |
|
Egor Mayorov
|
d5f70c3604
|
Use more complex algorythm for building new order of statements
|
2026-02-19 20:47:21 +03:00 |
|
Egor Mayorov
|
af7b343ebd
|
update in new order
|
2026-02-19 20:47:21 +03:00 |
|
Egor Mayorov
|
3fd03d4c2a
|
biulding new order
|
2026-02-19 20:47:21 +03:00 |
|
Egor Mayorov
|
aa92a918a4
|
some loop analysis done
|
2026-02-19 20:47:21 +03:00 |
|
Egor Mayorov
|
6f649696ab
|
Add _bin to gitignore
|
2026-02-19 20:47:21 +03:00 |
|
Egor Mayorov
|
e2356498dc
|
Some actions simplify analyzing IR
|
2026-02-19 20:47:21 +03:00 |
|
Egor Mayorov
|
55ba751dc3
|
Pass with output file added
|
2026-02-19 20:47:21 +03:00 |
|
Egor Mayorov
|
212460ac15
|
change pass deps
|
2026-02-19 20:47:21 +03:00 |
|
Egor Mayorov
|
d17b4c2702
|
New pass
|
2026-02-19 20:47:21 +03:00 |
|
|
|
3eb09fe5cf
|
change propagation
|
2025-12-27 13:30:25 +03:00 |
|
|
|
032cdb9b03
|
Merge pull request 'private_arrays' (#71) from private_arrays into master
|
2025-12-24 05:59:30 +00:00 |
|
ALEXks
|
a8f8f44ac1
|
corrected style, updated version
|
2025-12-24 08:58:28 +03:00 |
|
|
|
1c39001e28
|
small fix
|
2025-12-23 16:29:10 +03:00 |
|
|
|
7802f538e8
|
add whole array assign
|
2025-12-23 02:03:57 +03:00 |
|
|
|
93fa183b63
|
fix
|
2025-12-21 03:58:45 +03:00 |
|
|
|
a07a701826
|
Merge pull request 'fix private arrays search' (#70) from private_arrays into master
|
2025-12-19 18:07:14 +00:00 |
|
ALEXks
|
e99855cdff
|
updated version, fixed code style
|
2025-12-19 21:06:55 +03:00 |
|
|
|
f07bea4980
|
fix FIND_PRIVATE_ARRAYS
|
2025-12-19 04:52:31 +03:00 |
|
ALEXks
|
3de06d9261
|
finalyze first version of private arrays search
|
2025-12-11 12:26:39 +03:00 |
|
|
|
678c2cf351
|
Merge pull request 'add directives' (#69) from private_arrays into master
|
2025-12-11 08:30:47 +00:00 |
|
|
|
40cfd83de5
|
add directives
|
2025-12-10 01:46:26 +03:00 |
|
ALEXks
|
a0cea2df91
|
added new function for visualizer
|
2025-11-08 20:17:32 +03:00 |
|
ALEXks
|
4b7df86b8a
|
version updated
|
2025-11-08 20:08:22 +03:00 |
|
|
|
836894fef1
|
Merge pull request 'private_arrays' (#68) from private_arrays into master
|
2025-11-08 17:07:07 +00:00 |
|
|
|
9ac15eec79
|
fix codestyle
|
2025-11-08 20:06:07 +03:00 |
|
|
|
03f565f50b
|
add multifile support
|
2025-11-08 20:06:07 +03:00 |
|
|
|
47e2b961e2
|
Merge pull request 'replace_io_arrays' (#67) from replace_io_arrays into master
|
2025-10-01 18:13:01 +00:00 |
|
ALEXks
|
b95b336372
|
version updated
|
2025-10-01 21:12:49 +03:00 |
|
|
|
f35d7cb4bd
|
REMOVE_DIST_ARRAYS_FROM_IO: consider write/read statements with nested loops
|
2025-10-01 19:48:34 +03:00 |
|
|
|
54615e34d4
|
REMOVE_DIST_ARRAYS_FROM_IO: use more general isSgVarListDeclStmt and isSgNestedVarListDeclStmt functions
|
2025-10-01 18:54:55 +03:00 |
|
|
|
8752f4a139
|
REMOVE_DIST_ARRAYS_FROM_IO: consider labels and goto statements while inserting copy statements
|
2025-10-01 18:54:55 +03:00 |
|
|
|
453105d273
|
REMOVE_DIST_ARRAYS_FROM_IO: consider array declarations from common blocks and dimension statements
|
2025-10-01 18:54:55 +03:00 |
|
|
|
cad0a0b217
|
Merge pull request 'cmake: set -O2 optimization level only if CMAKE_BUILD_TYPE is not specified' (#66) from cmake_linux_opt_level into master
|
2025-09-25 18:13:00 +00:00 |
|
|
|
9c0fd40e7b
|
cmake: change default optimization level to O3
|
2025-09-25 20:49:11 +03:00 |
|
|
|
c7a31c8bbb
|
cmake: set -O2 optimization level only if CMAKE_BUILD_TYPE is not specified
|
2025-09-25 13:44:10 +03:00 |
|
ALEXks
|
9900929349
|
refactored
|
2025-09-23 08:21:05 +03:00 |
|
ALEXks
|
e1ba299159
|
cleanup
|
2025-09-21 08:47:42 +03:00 |
|
ALEXks
|
8de18d1788
|
added json to global results
|
2025-09-18 21:09:43 +03:00 |
|
|
|
06aabdbee6
|
Merge pull request 'REMOVE_DIST_ARRAYS_FROM_IO Handle assumed-size and assumed-shape arrays' (#64) from replace_io_arrays into master
|
2025-09-16 05:23:30 +00:00 |
|
ALEXks
|
c6f290bb56
|
trivial, version updated
|
2025-09-16 08:22:53 +03:00 |
|