Commit Graph

  • 3456226e66 Forgot static( DenisDudarenko 2023-12-11 21:48:11 +03:00
  • a882be75e9 WIP : Add new pass - set-implisit-none DenisDudarenko 2023-12-11 21:41:31 +03:00
  • 110970caa6 fixed inliner, version updated ALEXks 2023-12-11 20:53:33 +03:00
  • d360bf5a43 Merge pull request 'Обновление прохода удаления приватных переменных' (#18) from private_removing into master Alexander_KS 2023-12-11 17:49:54 +00:00
  • 962b89f502 private_removing: fix bug in expression substitution Grigorii Gusev 2023-12-11 19:44:01 +03:00
  • f42ed16096 add checking for iteration vars in index expressions Grigorii Gusev 2023-12-10 14:39:06 +03:00
  • b35886bf0e private_removing: add support for indexes like 2*i + 1 Grigorii Gusev 2023-11-29 14:41:14 +03:00
  • 184a83ee58 fixed ALEXks 2023-12-06 12:02:15 +03:00
  • 2540237e42 improved Sage, fixed dedlock ALEXks 2023-12-06 12:01:00 +03:00
  • 09c7885849 improved Sage, fixed dedlock ALEXks 2023-12-06 11:55:35 +03:00
  • f08f46a536 improved f2c convertation ALEXks 2023-12-04 14:33:22 +03:00
  • d48a73043a addede new pass, improved IR ALEXks 2023-12-02 10:20:13 +03:00
  • f5bc37c845 updated version ALEXks 2023-12-01 10:28:51 +03:00
  • 845e171247 Merge pull request 'wrong privatization of threadprivate arrays' (#17) from fix_omp_threadprivate into master Alexander_KS 2023-12-01 07:26:39 +00:00
  • 2c62e57503 wrong privatization of threadprivate arrays mkoch 2023-12-01 10:17:06 +03:00
  • abd0c0caac fixed IR ALEXks 2023-11-29 14:08:12 +03:00
  • 43e5a9e8ba Merge pull request 'private_removing: исправление багов' (#16) from private_removing into master Alexander_KS 2023-11-29 11:04:32 +00:00
  • 5b34551310 private_removing: bug fixes Grigorii Gusev 2023-11-29 13:45:27 +03:00
  • 0c29d54f83 fixed inliner ALEXks 2023-11-28 12:58:22 +03:00
  • bdde0df77f fixed omp clearing pass, refactored ALEXks 2023-11-26 18:57:05 +03:00
  • 0ba8915fa0 fixed and improved inlining ALEXks 2023-11-22 20:21:18 +03:00
  • afdbfdac61 improved ALEXks 2023-11-21 21:19:10 +03:00
  • b8da3d5eb1 fixed functions purifying ALEXks 2023-11-15 13:20:28 +03:00
  • 768a280f09 update fdvm, fixed routine' ALEXks 2023-11-15 11:13:26 +03:00
  • 5b4071b237 fixed omp direcitves processing ALEXks 2023-11-07 14:54:54 +03:00
  • 5b2cae9070 version updated ALEXks 2023-11-05 20:17:28 +03:00
  • 9e98fb4211 Merge pull request 'private_removing: bug fixes' (#14) from private_removing into master Alexander_KS 2023-11-05 17:16:25 +00:00
  • c428f365f9 private_removing: bug fixes Grigorii Gusev 2023-11-05 19:11:24 +03:00
  • dfb5d4796b fixed inliner ALEXks 2023-11-05 18:20:31 +03:00
  • 90fb0bf6b9 added refactoring of FuncInfo, fixed ACC_ROUTINE inserting ALEXks 2023-11-05 13:08:57 +03:00
  • 2288ef3edf fixed ALEXks 2023-11-05 10:25:29 +03:00
  • 8a69ee3a40 added priority to omp threadprivate ALEXks 2023-10-31 20:39:33 +03:00
  • f38ce9e523 Merge pull request 'fix parsing of omp threadprivate dirs' (#13) from fix-omp into master Alexander_KS 2023-10-31 17:21:44 +00:00
  • 7a51e3c587 fix parsing of omp threadprivate dirs mkoch 2023-10-31 20:06:12 +03:00
  • d076333a53 fixed merge ALEXks 2023-10-28 10:29:29 +03:00
  • ec2975a2ed fixed privates analysis ALEXks 2023-10-27 20:12:02 +03:00
  • 91788bd09e Merge pull request 'private_removing: add check for indirect array usage + structural code changes' (#12) from private_removing into master Alexander_KS 2023-10-26 08:36:48 +00:00
  • 78a05d1a53 private_removing: add check for indirect array usage + structural code changes Grigorii Gusev 2023-10-15 15:27:54 +03:00
  • fb8d29fa3e Merge branch 'master' of http://191.168.0.176:30008/Alexander_KS/SAPFOR ALEXks 2023-10-19 16:41:06 +03:00
  • d15d0454d5 ignore omp directived with -spf flag ALEXks 2023-10-19 16:40:55 +03:00
  • 6d5f04e44b Merge pull request 'private_removing: bugreport_1672139586' (#11) from private_removing into master Alexander_KS 2023-10-13 12:28:09 +00:00
  • f9bb9e3dd8 private_removing: bugreport_1672139586 Grigorii Gusev 2023-10-02 22:43:06 +03:00
  • 963acc8982 fixed parser ALEXks 2023-10-11 20:12:31 +03:00
  • 8d6661fa9d version updated ALEXks 2023-10-11 13:41:40 +03:00
  • 1791290d41 Merge pull request 'fixes for added message' (#10) from select_array_dim_conf_pass_xnp into master Alexander_KS 2023-10-11 10:40:44 +00:00
  • 1b4a1b8ae4 fixes for added message mkoch 2023-10-11 12:42:03 +03:00
  • c4f222fe34 fixed IR ALEXks 2023-10-10 16:38:27 +03:00
  • 020f2a1109 fixed -tinfo option ALEXks 2023-10-07 13:16:09 +03:00
  • e2b2a029e5 Merge pull request 'Fix for analysis in mpi mode, add warnig in SELECT_ARRAY_DIM_CONF pass' (#9) from select_array_dim_conf_pass_xnp into master Alexander_KS 2023-10-07 10:14:13 +00:00
  • 8b26666bfc Fix for analysis in mpi mode, add warnig in SELECT_ARRAY_DIM_CONF pass mkoch 2023-10-06 15:38:00 +03:00
  • 66c075b8ce added template_info ALEXks 2023-10-06 10:09:47 +03:00
  • 59e2f69792 version updated ALEXks 2023-09-30 18:21:40 +03:00
  • 4781627c3d Merge pull request 'select_array_dim_conf_pass_xnp' (#8) from select_array_dim_conf_pass_xnp into master Alexander_KS 2023-09-29 12:29:57 +00:00
  • b796a8030e Merge branch 'master' into select_array_dim_conf_pass_xnp mkoch 2023-09-27 20:30:00 +03:00
  • 83f5fee8cd better condition for excluding arrays from parallelization mkoch 2023-09-27 20:27:03 +03:00
  • 591679397b Merge pull request 'fix for pass manager and new pass improvements' (#7) from select_array_dim_conf_pass_xnp into master Alexander_KS 2023-09-27 12:58:50 +00:00
  • bd17dde9b0 added error if no directives were inserted mkoch 2023-09-26 22:45:09 +03:00
  • 377e60df78 code style improvements mkoch 2023-09-26 22:13:21 +03:00
  • c50bb82a48 fix applyRemovals for pass manager mkoch 2023-09-26 20:48:41 +03:00
  • a70ca5314f changed encoding ALEXks 2023-09-25 21:14:46 +03:00
  • e7dabb588f Merge pull request 'select_array_dim_conf_pass_xnp' (#6) from select_array_dim_conf_pass_xnp into master Alexander_KS 2023-09-22 17:58:43 +00:00
  • 27d2859d53 small fix in removals from passes dependencies mkoch 2023-09-21 21:15:12 +03:00
  • 877c5a0922 select_array_conf: reencoded mkoch 2023-09-21 18:13:38 +03:00
  • cc0b188521 fix issue with << (replace << with <=) mkoch 2023-09-21 18:10:40 +03:00
  • 04355ed1f8 revert substitutions after SELECT_ARRAY_DIM_CONF mkoch 2023-09-21 18:08:06 +03:00
  • 550c56c57f fix removals from passes' dependencies mkoch 2023-09-20 20:51:11 +03:00
  • d6503e5174 Merge branch 'master' into select_array_conf_dim_pass_xnp mkoch 2023-09-16 17:01:28 +03:00
  • 3acfb32a24 First version of SELECT_ARRAY_DIM_CONF pass mkoch 2023-09-07 16:00:52 +03:00
  • d90f48c787 split insertions and removals in passes' depencies into two functions mkoch 2023-09-09 20:59:05 +03:00
  • aae81c0e87 PassManager: -= operator added, FIND_FUNC_TO_INCLUDE and CHECK_FUNC_TO_INCLUDE removed from INSERT_PARALLEL_DIRS_NODIST mkoch 2023-09-07 17:42:40 +03:00
  • e00b6b939f fixed actuals for shared memory parallelization ALEXks 2023-09-15 11:40:05 +03:00
  • 4e48d49724 Merge branch 'master' ALEXks 2023-09-15 08:31:10 +03:00
  • 91dced1fe6 added dvm/tools/ ALEXks 2023-09-15 08:30:58 +03:00
  • 8c46b93123 Обновить README.md Alexander_KS 2023-09-14 17:34:44 +00:00
  • 00bde78cc7 Обновить README.md Alexander_KS 2023-09-14 17:33:20 +00:00
  • 3bde5853a9 Обновить README.md Alexander_KS 2023-09-14 16:45:06 +00:00
  • 59c56cc5c2 added project ALEXks 2023-09-14 19:43:13 +03:00
  • d78c55e275 added ignore ALEXks 2023-09-14 19:36:49 +03:00
  • e680782cda rev ALEXks 2023-09-14 18:11:04 +03:00
  • e279c39393 Initial commit Alexander_KS 2023-09-14 13:20:02 +00:00