Mikhail Kocharmin xnpster
  • Joined on 2023-09-14
xnpster created pull request Alexander_KS/SAPFOR#73 2026-01-31 17:58:49 +00:00
Ошибка при создании массивов
xnpster created branch fix_array_analysis in Alexander_KS/SAPFOR 2026-01-31 17:54:30 +00:00
xnpster pushed to fix_array_analysis at Alexander_KS/SAPFOR 2026-01-31 17:54:30 +00:00
998fbc3036 fix getUniqName
xnpster pushed to replace_io_arrays at Alexander_KS/SAPFOR 2026-01-31 14:13:54 +00:00
486b4c1a13 REMOVE_DIST_ARRAYS_FROM_IO: fix type, add TODO
331d4f9d99 fixed private analysis
904292f109 updated submodule libpredictor
Compare 3 commits »
xnpster pushed to par_reg_merging at Alexander_KS/SAPFOR 2026-01-31 14:11:27 +00:00
8905ef67b2 Merge branch 'master' into par_reg_merging
331d4f9d99 fixed private analysis
904292f109 updated submodule libpredictor
Compare 3 commits »
xnpster pushed to par_reg_merging at Alexander_KS/SAPFOR 2026-01-31 14:02:24 +00:00
5dbe2b08ec region merging: derive array types
xnpster pushed to par_reg_merging at Alexander_KS/SAPFOR 2026-01-18 11:25:07 +00:00
2fa26f8ae7 Merge branch 'master' into par_reg_merging
c36326660c fixed submodule libpredictor
ec08e3af0e version updated
b1ef5d0b67 dvm submodule updated
d6c046ea57 Merge pull request 'egormayorov' (#72) from egormayorov into master
Compare 22 commits »
xnpster pushed to replace_io_arrays at Alexander_KS/SAPFOR 2026-01-18 11:12:22 +00:00
ffba174810 REMOVE_DIST_ARRAYS_FROM_IO: fix type, add TODO
c36326660c fixed submodule libpredictor
ec08e3af0e version updated
b1ef5d0b67 dvm submodule updated
d6c046ea57 Merge pull request 'egormayorov' (#72) from egormayorov into master
Compare 38 commits »
xnpster pushed to par_reg_merging at Alexander_KS/SAPFOR 2025-12-24 20:22:29 +00:00
33851c0e4c draft of parallel regions merging pass
xnpster pushed to par_reg_merging at Alexander_KS/SAPFOR 2025-12-24 20:19:55 +00:00
c00da1b2af draft of parallel regions merging pass
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 9 commits »
xnpster pushed to par_reg_merging at Alexander_KS/SAPFOR 2025-12-24 20:13:32 +00:00
1bb0334fa2 draft of parallel regions merging pass
xnpster created branch par_reg_merging in Alexander_KS/SAPFOR 2025-12-24 20:13:32 +00:00
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