Commit Graph

102 Commits

Author SHA1 Message Date
ddff6d534a private_removing: add call of remove dead code analysis and update for LU test 2024-03-14 00:33:48 +03:00
9abf5d6c4b private_removing: add call of remove_dead_code pass 2024-03-02 14:58:43 +03:00
1e9e1db084 private_removing: bugreport_1703086913 2024-03-02 14:58:43 +03:00
ALEXks
8a92f305f4 added convertation to sapfor 2024-02-28 17:38:02 +03:00
ALEXks
4386eb7041 improved parser, fixed convertation 2024-02-25 11:16:56 +03:00
ALEXks
deaeb4a670 fixed 2024-02-20 13:15:05 +03:00
ALEXks
1332602043 code refactoring 2024-02-20 12:42:35 +03:00
ALEXks
8402f8c7e9 code refactoring 2024-02-20 11:12:00 +03:00
ALEXks
3221934db8 version updated 2024-02-19 09:13:49 +03:00
4c9de9e757 enable directive filtering for shared memory case 2024-02-18 23:55:47 +03:00
ALEXks
220cd86bf7 fixed dowhile 2024-02-16 14:06:30 +03:00
ALEXks
05bd8379db fixed inliner 2024-02-11 21:09:44 +03:00
ALEXks
147ca03733 improved dead code pass 2024-02-09 12:43:52 +03:00
7b4b1c9ce4 Merge pull request 'expression substitution: hotfix for recent commits (typo at condition)' (#26) from dead_code_removing into master 2024-02-03 05:58:28 +00:00
mkoch
37435104a7 expression substitution: hotfix for recent commits (typo at condition) 2024-02-02 22:54:33 +03:00
ALEXks
05609dadc0 fixed pure 2024-02-02 21:02:11 +03:00
ALEXks
95479c4740 fixed modules processing 2024-02-02 20:35:44 +03:00
d6a61190a8 Обновить sapfor/experts/Sapfor_2017/_src/Utils/version.h 2024-02-02 17:33:12 +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
ALEXks
00c539eff4 fixed inliner, improved dead_code 2024-01-23 13:04:46 +03:00
ALEXks
c44759face Merge branch 'master' of http://192.168.0.176:30008/Alexander_KS/SAPFOR 2024-01-14 15:57:08 +03:00
mkoch
9774f83ae1 dead code: turn off debug prints 2024-01-14 15:47:41 +03:00
ALEXks
fbab3477c4 version updated 2024-01-14 15:47:02 +03:00
mkoch
4809857318 dead code: fixed memory leaks, simplified code for empty do/while/if removing, removing of 'else' branch 2024-01-14 15:36:52 +03:00
mkoch
5728736bc2 live analysis: remove redunant ';' 2024-01-14 13:26:21 +03:00
aa3c28847a DATA_FLOW: fix build for linux 2024-01-13 13:41:31 +03:00
mkoch
6dc0ad1080 DataFlow: remove unused template parameter DataType from DataFlowAnalysis class 2024-01-12 16:57:02 +03:00
mkoch
dcb42889da live variables analysis: rename fcall structure to LiveDeadVarsForCall class 2024-01-12 16:11:21 +03:00
mkoch
de6e3bbd55 DATA_FLOW code style improvements: move template definitions to separate files, encapsulate CNT_NOTINIT constant 2024-01-10 23:53:12 +03:00
mkoch
bd8690d54a Live variable analysis: use vectors of blocks instead of sets 2024-01-10 16:20:48 +03:00
mkoch
14219cdfd5 add REMOVE_DEAD_CODE_AND_UNPARSE (debug) pass 2024-01-09 18:28:50 +03:00
mkoch
5f8940f34d reorganize live variable analysis to use it's functions further 2024-01-09 18:13:56 +03:00
mkoch
3cd16c9d0f extract data flow analysys part from live variable analysis 2024-01-09 17:28:28 +03:00
ALEXks
85aaee900b fixed omp analysis 2023-12-28 20:41:31 +03:00
ALEXks
34f0214404 fixed and improved SAPFOR and FDVM 2023-12-27 12:57:00 +03:00
752e9206db Merge pull request 'findlocaldata' (#20) from CP into master 2023-12-22 07:50:30 +00:00
e51f9643a4 IntentInadded -> IntentInParams 2023-12-22 07:08:48 +03:00
a52671d44c improved parser 2023-12-20 20:30:32 +03:00
ALEXks
6ae8dac71f improved parsing 2023-12-20 17:18:02 +03:00
36e401b5d2 findlocaldata 2023-12-20 16:31:16 +03:00
ALEXks
41fdfcf3f8 checkpoints refactored 2023-12-18 21:12:27 +03:00
ALEXks
1f3d9944b8 improved and fixed FDVM, added ISNERT_INCLUDES pass 2023-12-16 17:42:11 +03:00
ALEXks
110970caa6 fixed inliner, version updated 2023-12-11 20:53:33 +03:00
962b89f502 private_removing: fix bug in expression substitution 2023-12-11 19:44:01 +03:00
f42ed16096 add checking for iteration vars in index expressions 2023-12-11 19:23:11 +03:00
b35886bf0e private_removing: add support for indexes like 2*i + 1
private_removing: fix bug bugreport_1701358632 - add check for build-in functions

private_removing: fix bug bugreport_1699352305 - update logic for finding definitions
2023-12-11 19:23:11 +03:00
ALEXks
184a83ee58 fixed 2023-12-06 12:02:15 +03:00