Taddeus Kroes 880b03d7a9 Moved preprocess tests to separate directory, tweaked some test configuration vars 12 лет назад
..
assemble.ml 722c0bd9ab Added more comments to assembly at -v 2 12 лет назад
assemble.mli 99f05a88f6 Documented assembly and peephole phases 12 лет назад
boolop.ml 714565b5d0 Documented Boolop phase 12 лет назад
boolop.mli 0e88812018 Typo's 12 лет назад
constprop.ml dace7f46a0 Basic variables uses are now propagated like constants to save stack space 12 лет назад
constprop.mli 65ff039e7c Added loop unrolling phase 12 лет назад
context.ml 111c1d546c Documented extern variables phase, moved the phase to before dimension reduction, fixed dimension getters/setters for extern array variables 12 лет назад
context.mli 50de2235d4 Documented context analysis 12 лет назад
desug.ml 6163840311 Array dimensions are now uniquely named to avoid weird context analysis errors when arrays are redefined 12 лет назад
desug.mli 6a1d84d5f9 Code cleanup 12 лет назад
dimreduce.ml 1d4e62c077 Fixed bug where only VarDec parameters would have their dimensions expanded in function calls 12 лет назад
dimreduce.mli 98f34c1ac8 Documented Dimreduce phase 12 лет назад
extern.ml 111c1d546c Documented extern variables phase, moved the phase to before dimension reduction, fixed dimension getters/setters for extern array variables 12 лет назад
extern.mli ed05e0566d Small docs fixes 12 лет назад
index.ml 9884db816a Documented index analysis phase 12 лет назад
index.mli 9884db816a Documented index analysis phase 12 лет назад
load.ml 0b75b5d368 Added current working directory to cpp arguments, for proper header file includes 12 лет назад
load.mli 7a45964f5e Module titles can only be one sentence 12 лет назад
output.ml d2ac2ab8ea Removed 'open Globals' and used 'Globals.args' instead 12 лет назад
output.mli 9f6cedc1a2 Documented output phase 12 лет назад
parse.ml d2ac2ab8ea Removed 'open Globals' and used 'Globals.args' instead 12 лет назад
parse.mli cb1208e018 Documented Parse phase 12 лет назад
peephole.ml 6a1d84d5f9 Code cleanup 12 лет назад
peephole.mli 99f05a88f6 Documented assembly and peephole phases 12 лет назад
print.ml 05b4f8ca70 Code cleanup 12 лет назад
print.mli c41cb56442 Documented Print phase 12 лет назад
typecheck.ml 880b03d7a9 Moved preprocess tests to separate directory, tweaked some test configuration vars 12 лет назад
typecheck.mli eb96035e00 Added docs for latest commit 12 лет назад
unroll.ml bc53238e4c Increased statement limit for loop unrolling to 25 12 лет назад
unroll.mli bc53238e4c Increased statement limit for loop unrolling to 25 12 лет назад