Differences From Artifact [6253408dee]:
- Executable file mttroot/mtt/bin/trans/cse2smx_lang — part of check-in [3998a6b373] at 2002-05-13 08:16:32 on branch origin/master — Now handles derivative causality when fixcc is set in _dae.r (user: gawthrop@users.sourceforge.net, size: 5137) [annotate] [blame] [check-ins using] [more...]
To Artifact [a64f19c513]:
- Executable file mtt/bin/trans/cse2smx_lang — part of check-in [af3953deae] at 2021-03-01 11:39:42 on branch master — Cleanup repository after cvs2git conversion. (user: jeff@gridfinity.com, size: 5163) [annotate] [blame] [check-ins using] [more...]
- Executable file mttroot/mtt/bin/trans/cse2smx_lang — part of check-in [4b43bcffa2] at 2002-09-03 23:44:43 on branch origin/global-optimisation — adding global optimisation (-optg). (user: geraint@users.sourceforge.net, size: 5163) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
21 22 23 24 25 26 27 | ;; -parameters) parameters='-parameters'; ;; -matrix) matrix='yes'; ;; | | | 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | ;; -parameters) parameters='-parameters'; ;; -matrix) matrix='yes'; ;; -optimise_global | -optimise_local ) optimise='LOAD SCOPE; ON GENTRANOPT;'; iname='INAME mtt_o;'; ;; -fixcc ) fix_mtt_pow='FOR ALL x,y LET x^y = mtt_pow(x,y);' operator='OPERATOR mtt_pow;' blurb2='fixing c and cc code'; |
︙ | ︙ |