Commit Graph

  • d6a61190a8 Обновить sapfor/experts/Sapfor_2017/_src/Utils/version.h Alexander_KS 2024-02-02 17:33:12 +00:00
  • 6b02c756c8 Merge pull request 'dead_code_removing' (#25) from dead_code_removing into master Alexander_KS 2024-02-02 17:32:49 +00:00
  • 42fe628ce0 dead code removing: handle dead call statements Михаил Кочармин 2024-02-02 15:52:36 +03:00
  • 0a423234d2 dead code removing: make jumps always useful Михаил Кочармин 2024-01-30 21:58:25 +03:00
  • b4c2f50a41 improvements at expression substitution (wrong ifdef directives, bug with substitutions from loops fixed) Михаил Кочармин 2024-01-30 19:45:27 +03:00
  • 3b4af66720 dead code removing: unreachable code Михаил Кочармин 2024-01-30 19:40:14 +03:00
  • 00c539eff4 fixed inliner, improved dead_code ALEXks 2024-01-23 13:04:46 +03:00
  • c44759face Merge branch 'master' of http://192.168.0.176:30008/Alexander_KS/SAPFOR ALEXks 2024-01-14 15:57:08 +03:00
  • 39b1f2194a Merge pull request 'dead code: turn off debug prints' (#24) from dead_code_removing into master Alexander_KS 2024-01-14 12:56:55 +00:00
  • 9774f83ae1 dead code: turn off debug prints mkoch 2024-01-14 15:47:41 +03:00
  • fbab3477c4 version updated ALEXks 2024-01-14 15:47:02 +03:00
  • d0c4d17405 Merge pull request 'dead_code_removing improvements' (#23) from dead_code_removing into master Alexander_KS 2024-01-14 12:45:58 +00:00
  • 4809857318 dead code: fixed memory leaks, simplified code for empty do/while/if removing, removing of 'else' branch mkoch 2024-01-14 15:36:52 +03:00
  • 5728736bc2 live analysis: remove redunant ';' mkoch 2024-01-14 13:26:21 +03:00
  • aa119d6a93 Merge pull request 'DataFlow improvements' (#22) from dead_code_removing into master Alexander_KS 2024-01-13 12:19:22 +00:00
  • aa3c28847a DATA_FLOW: fix build for linux XNPSTER 2024-01-13 13:41:31 +03:00
  • f2f46e5e79 Merge pull request 'dead_code_removing (Новый проход)' (#21) from dead_code_removing into master Alexander_KS 2024-01-12 18:45:36 +00:00
  • 6dc0ad1080 DataFlow: remove unused template parameter DataType from DataFlowAnalysis class mkoch 2024-01-12 16:57:02 +03:00
  • dcb42889da live variables analysis: rename fcall structure to LiveDeadVarsForCall class mkoch 2024-01-12 16:11:21 +03:00
  • de6e3bbd55 DATA_FLOW code style improvements: move template definitions to separate files, encapsulate CNT_NOTINIT constant mkoch 2024-01-10 23:53:12 +03:00
  • bd8690d54a Live variable analysis: use vectors of blocks instead of sets mkoch 2024-01-10 16:20:48 +03:00
  • 14219cdfd5 add REMOVE_DEAD_CODE_AND_UNPARSE (debug) pass mkoch 2024-01-09 18:28:50 +03:00
  • 5f8940f34d reorganize live variable analysis to use it's functions further mkoch 2024-01-09 18:13:56 +03:00
  • 3cd16c9d0f extract data flow analysys part from live variable analysis mkoch 2024-01-09 17:28:28 +03:00
  • 85aaee900b fixed omp analysis ALEXks 2023-12-28 20:41:31 +03:00
  • 34f0214404 fixed and improved SAPFOR and FDVM ALEXks 2023-12-27 12:57:00 +03:00
  • 752e9206db Merge pull request 'findlocaldata' (#20) from CP into master Alexander_KS 2023-12-22 07:50:30 +00:00
  • e51f9643a4 IntentInadded -> IntentInParams AntonMilienkov 2023-12-22 07:08:48 +03:00
  • a52671d44c improved parser Alexander 2023-12-20 20:30:32 +03:00
  • 6ae8dac71f improved parsing ALEXks 2023-12-20 17:18:02 +03:00
  • 36e401b5d2 findlocaldata AntonMilienkov 2023-12-20 16:31:16 +03:00
  • 41fdfcf3f8 checkpoints refactored ALEXks 2023-12-18 21:12:27 +03:00
  • 1f3d9944b8 improved and fixed FDVM, added ISNERT_INCLUDES pass ALEXks 2023-12-16 17:42:11 +03:00
  • 04f8f985c0 Merged to master DenisDudarenko 2023-12-11 21:58:41 +03:00
  • 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