ALEXks
|
c6f290bb56
|
trivial, version updated
|
2025-09-16 08:22:53 +03:00 |
|
|
|
49d3b9b96e
|
REMOVE_DIST_ARRAYS_FROM_IO: revert hotfix for issue with generated intent statements
|
2025-09-15 21:25:57 +03:00 |
|
|
|
280beb13cc
|
REMOVE_DIST_ARRAYS_FROM_IO: regard generated intent statements, carefully detect assumed-shape arrays
|
2025-09-13 20:48:24 +03:00 |
|
|
|
3bc9351641
|
REMOVE_DIST_ARRAYS_FROM_IO: do not process arrays from headers, copy from correct declarations, improve style
|
2025-09-13 20:48:24 +03:00 |
|
|
|
16b2c6b42b
|
REMOVE_DIST_ARRAYS_FROM_IO: remove debug prints
|
2025-09-13 20:48:24 +03:00 |
|
|
|
fe31df0ef2
|
REMOVE_DIST_ARRAYS_FROM_IO: handle assumed-size and assumed-shape arrays
|
2025-09-13 20:48:24 +03:00 |
|
ALEXks
|
4c8681bfe2
|
dvm updated
|
2025-09-13 20:25:59 +03:00 |
|
ALEXks
|
d330a6ee23
|
changed line numbers to negative for INTENT and INTRINSIC
|
2025-09-13 20:21:56 +03:00 |
|
ALEXks
|
b439759e9b
|
updated dvm for SAPFOR
|
2025-09-11 17:20:44 +03:00 |
|
|
|
b11973cb64
|
Merge pull request 'ArrayAnalysis: consider case of IO_PRIV array from module' (#65) from io_priv_module_arrays into master
|
2025-09-11 05:07:39 +00:00 |
|
ALEXks
|
df9a9a30bb
|
fixed DIST::IO_PRIV detection
|
2025-09-11 08:07:14 +03:00 |
|
ALEXks
|
2cd02c295f
|
fixed expression calculation, fixed addArg
|
2025-08-20 14:34:17 +03:00 |
|
ALEXks
|
278fc1ff9c
|
fixed replace_dist_array pass: added more file switching
|
2025-07-27 08:52:28 +03:00 |
|
ALEXks
|
80eac5b957
|
fixed region inserter
|
2025-07-27 08:20:36 +03:00 |
|
ALEXks
|
0c9eed4bb7
|
fixed transformation
|
2025-07-27 07:59:25 +03:00 |
|
ALEXks
|
d3d6d0bec7
|
added TRANSFORM_ASSUMED_SIZE_PARAMETERS pass, fixed shared memory parallelization
|
2025-07-26 20:22:15 +03:00 |
|
ALEXks
|
3095510826
|
improved cmake
|
2025-07-22 08:54:21 +03:00 |
|
ALEXks
|
85e2a60183
|
removed createInterfacesForAssumedSize call
|
2025-07-09 14:46:29 +03:00 |
|
ALEXks
|
68bd21b7b0
|
fixed inout analysis for function's parameters
|
2025-07-09 12:00:27 +03:00 |
|
ALEXks
|
177433a95b
|
turn off createInterfacesForAssumedSize call
|
2025-07-05 20:58:12 +03:00 |
|
ALEXks
|
29ece9072e
|
fixed shared memory parallelization
|
2025-07-05 20:49:23 +03:00 |
|
ALEXks
|
feafa43f32
|
fixed declare insertion
|
2025-07-02 12:02:30 +03:00 |
|
ALEXks
|
b8f429256f
|
added removedUnreachableBlocks call for buildCFG
|
2025-06-29 16:02:37 +03:00 |
|
ALEXks
|
2f53d6ae2e
|
fixed
|
2025-06-22 09:22:10 +03:00 |
|
ALEXks
|
65237e4d63
|
added inductive variables and loop type to LoopGraph
|
2025-06-22 09:19:37 +03:00 |
|
ALEXks
|
7533739488
|
moved to removedUnreachableBlocks
|
2025-06-18 16:26:43 +03:00 |
|
|
|
c1d31b809b
|
Merge pull request 'REMOVE_DIST_ARRAYS_FROM_IO: improve parsing of IO operators, fix substitution borders' (#63) from replace_io_arrays into master
Reviewed-on: #63
|
2025-06-15 17:07:00 +00:00 |
|
|
|
537f3eb6e9
|
version updated
|
2025-06-15 20:06:35 +03:00 |
|
|
|
f5f99f6e8a
|
REMOVE_DIST_ARRAYS_FROM_IO: improve parsing of IO operators, fix substitution borders
|
2025-06-15 15:08:11 +03:00 |
|
ALEXks
|
fc47a1685c
|
version updated
|
2025-06-14 21:07:24 +03:00 |
|
|
|
383d8df826
|
Merge pull request 'REMOVE_DIST_ARRAYS_FROM_IO: use isArrayRef' (#62) from replace_io_arrays into master
Reviewed-on: #62
|
2025-06-14 18:06:19 +00:00 |
|
|
|
ebc5a1cbc1
|
REMOVE_DIST_ARRAYS_FROM_IO: use isArrayRef
|
2025-06-14 20:25:23 +03:00 |
|
ALEXks
|
0eee799867
|
fixed dependencies pass order
|
2025-06-14 16:03:14 +03:00 |
|
ALEXks
|
50dd54cec1
|
improved
|
2025-06-14 15:15:51 +03:00 |
|
ALEXks
|
6a59bc0e09
|
added missing
|
2025-06-14 12:52:57 +03:00 |
|
ALEXks
|
9e777ceeab
|
fixed shared memory parallelization, moved messages to single file
|
2025-06-14 12:50:04 +03:00 |
|
ALEXks
|
10636427ed
|
fixed findArrayRef in loop_graph
|
2025-06-14 12:20:34 +03:00 |
|
ALEXks
|
a0704038db
|
fixed compilation
|
2025-06-11 15:17:32 +03:00 |
|
|
|
623f6c0d73
|
Merge pull request 'dynamic parameters' (#61) from dyn_params into master
Reviewed-on: #61
|
2025-06-11 12:07:36 +00:00 |
|
ALEXks
|
622159cba6
|
improved
|
2025-06-11 15:07:06 +03:00 |
|
ALEXks
|
db26a2c332
|
merged master
|
2025-06-11 14:50:27 +03:00 |
|
ALEXks
|
8ad19cbfa5
|
fixed merging
|
2025-06-11 11:31:48 +03:00 |
|
ALEXks
|
1895a4b02a
|
fixed
|
2025-06-06 08:15:10 +03:00 |
|
ALEXks
|
623898d913
|
added message dumping for -parse option if running from console
|
2025-06-05 19:04:56 +03:00 |
|
ALEXks
|
a96a4bcaa6
|
added dump messages function
|
2025-06-04 15:07:20 +03:00 |
|
ALEXks
|
a7764847c4
|
fixed
|
2025-06-04 13:55:37 +03:00 |
|
ALEXks
|
fca4f632e4
|
refactoring: removed unnecessary
|
2025-06-04 13:08:38 +03:00 |
|
ALEXks
|
f53d514a47
|
added VISUALIZER_DATA_PATH variable
|
2025-06-04 13:01:50 +03:00 |
|
|
|
ae9cc2bf3b
|
Fix set iterators invalidation in find_parameters
|
2025-06-04 09:19:10 +03:00 |
|
|
|
c6a0c73287
|
fix UB in dom tree builder
|
2025-06-04 09:18:24 +03:00 |
|