Mikhail Kocharmin xnpster
  • Joined on 2023-09-14
xnpster pushed to replace_io_arrays at Alexander_KS/SAPFOR 2025-10-02 10:57:45 +00:00
xnpster created branch replace_io_arrays in Alexander_KS/SAPFOR 2025-10-02 10:57:45 +00:00
xnpster pushed to replace_io_arrays at Alexander_KS/SAPFOR 2025-10-01 16:49:10 +00:00
f35d7cb4bd REMOVE_DIST_ARRAYS_FROM_IO: consider write/read statements with nested loops
xnpster pushed to replace_io_arrays at Alexander_KS/SAPFOR 2025-10-01 15:55:48 +00:00
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
453105d273 REMOVE_DIST_ARRAYS_FROM_IO: consider array declarations from common blocks and dimension statements
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
9c0fd40e7b cmake: change default optimization level to O3
Compare 5 commits »
xnpster pushed to cmake_linux_opt_level at Alexander_KS/SAPFOR 2025-09-25 17:49:28 +00:00
9c0fd40e7b cmake: change default optimization level to O3
xnpster pushed to replace_io_arrays at Alexander_KS/SAPFOR 2025-09-25 17:43:31 +00:00
767bc19739 REMOVE_DIST_ARRAYS_FROM_IO: use more general isSgVarListDeclStmt and isSgNestedVarListDeclStmt functions
xnpster commented on pull request Alexander_KS/SAPFOR#66 2025-09-25 17:33:37 +00:00
cmake: set -O2 optimization level only if CMAKE_BUILD_TYPE is not specified

Чтобы в случае, если CMAKE_BUILD_TYPE не указан, выставлялся хотя бы -O2

xnpster pushed to replace_io_arrays at Alexander_KS/SAPFOR 2025-09-25 17:31:22 +00:00
d7072257c6 REMOVE_DIST_ARRAYS_FROM_IO: consider labels and goto statements while inserting copy statements
xnpster created pull request Alexander_KS/SAPFOR#67 2025-09-25 16:34:49 +00:00
replace_io_arrays
xnpster pushed to replace_io_arrays at Alexander_KS/SAPFOR 2025-09-25 16:32:31 +00:00
11f371bb89 REMOVE_DIST_ARRAYS_FROM_IO: consider array declarations from common blocks and dimension statements
xnpster created branch replace_io_arrays in Alexander_KS/SAPFOR 2025-09-25 16:32:31 +00:00
xnpster created pull request Alexander_KS/SAPFOR#66 2025-09-25 10:53:22 +00:00
cmake: set -O2 optimization level only if CMAKE_BUILD_TYPE is not specified
xnpster pushed to cmake_linux_opt_level at Alexander_KS/SAPFOR 2025-09-25 10:45:23 +00:00
c7a31c8bbb cmake: set -O2 optimization level only if CMAKE_BUILD_TYPE is not specified
xnpster created branch cmake_linux_opt_level in Alexander_KS/SAPFOR 2025-09-25 10:45:23 +00:00
xnpster commented on pull request Alexander_KS/SAPFOR#64 2025-09-15 18:28:31 +00:00
REMOVE_DIST_ARRAYS_FROM_IO Handle assumed-size and assumed-shape arrays

Теперь на моих небольших примерах работает как надо, осталось разобраться с багрепортами

xnpster pushed to replace_io_arrays at Alexander_KS/SAPFOR 2025-09-15 18:27:33 +00:00
49d3b9b96e REMOVE_DIST_ARRAYS_FROM_IO: revert hotfix for issue with generated intent statements
xnpster pushed to replace_io_arrays at Alexander_KS/SAPFOR 2025-09-13 17:57:12 +00:00
280beb13cc REMOVE_DIST_ARRAYS_FROM_IO: regard generated intent statements, carefully detect assumed-shape arrays
3bc9351641 REMOVE_DIST_ARRAYS_FROM_IO: do not process arrays from headers, copy from correct declarations, improve style
16b2c6b42b REMOVE_DIST_ARRAYS_FROM_IO: remove debug prints
fe31df0ef2 REMOVE_DIST_ARRAYS_FROM_IO: handle assumed-size and assumed-shape arrays
4c8681bfe2 dvm updated
Compare 7 commits »
xnpster commented on pull request Alexander_KS/SAPFOR#64 2025-09-11 09:50:47 +00:00
REMOVE_DIST_ARRAYS_FROM_IO Handle assumed-size and assumed-shape arrays

Да, с твоим фиксом тоже нормально работает @Alexander_KS

xnpster pushed to replace_io_arrays at Alexander_KS/SAPFOR 2025-09-11 09:40:57 +00:00
7c65ae981c REMOVE_DIST_ARRAYS_FROM_IO: regard generated intent statements, carefully detect assumed-shape arrays
de842a1e2c REMOVE_DIST_ARRAYS_FROM_IO: do not process arrays from headers, copy from correct declarations, improve style
9ad5fc5fef REMOVE_DIST_ARRAYS_FROM_IO: remove debug prints
470783326f REMOVE_DIST_ARRAYS_FROM_IO: handle assumed-size and assumed-shape arrays
b11973cb64 Merge pull request 'ArrayAnalysis: consider case of IO_PRIV array from module' (#65) from io_priv_module_arrays into master
Compare 6 commits »
xnpster created pull request Alexander_KS/SAPFOR#65 2025-09-10 19:24:27 +00:00
ArrayAnalysis: consider case of IO_PRIV array from module