コミット履歴

作者 SHA1 メッセージ 日付
  Taddeus Kroes 81894d4b01 Variable declarations are now again moved to the beginning of the function body 12 年 前
  Taddeus Kroes 4f45e79231 Revert "For-to-while loop transformations now use inline vardecs" 12 年 前
  Taddeus Kroes b530c36dde Generated variable names now have leading underscores instead of dollar signs 12 年 前
  Taddeus Kroes 3082b87b35 Fixed weird context analysis on array dimension names 12 年 前
  Taddeus Kroes afb60883d5 For-to-while loop transformations now use inline vardecs 12 年 前
  Taddeus Kroes 013ecd4880 Global arrays may now also be initialised 12 年 前
  Taddeus Kroes e2cc38a7b6 VarDec and Assign are now interleaved, making scoping correct 12 年 前
  Taddeus Kroes 6163840311 Array dimensions are now uniquely named to avoid weird context analysis errors when arrays are redefined 12 年 前
  Taddeus Kroes 65ff039e7c Added loop unrolling phase 12 年 前
  Taddeus Kroes 2b0ee7d2fd Fixed array VarDec dimensions not being propagated as constants 12 年 前
  Taddeus Kroes 111c1d546c Documented extern variables phase, moved the phase to before dimension reduction, fixed dimension getters/setters for extern array variables 12 年 前
  Taddeus Kroes b79720f90d Documented desugaring phase 12 年 前
  Taddeus Kroes d2ac2ab8ea Removed 'open Globals' and used 'Globals.args' instead 12 年 前
  Taddeus Kroes 3403c4a3fc Formatted all source code to 2 spaces as tab, and some more prettifications 12 年 前
  Taddeus Kroes 7c9b5cf1af Added interface files for all modules, moved command-line arguments to globals.ml, made types.ml an .mli file 12 年 前
  Taddeus Kroes b418c7c589 Generated array dimension names are now unique to avoid weird error messages when array definitions have name clashes 12 年 前
  Taddeus Kroes 60a3a48b60 Scalar array initialisation now supports non-constant values, which are evaluated only once 12 年 前
  Taddeus Kroes e92fd83385 Added single-time evaluation for array constant variables ad array dimensions 12 年 前
  Taddeus Kroes 6ba4edeec6 Typo 12 年 前
  Taddeus Kroes f979c1faf4 Changed the way array types are represented, and cleaned up a lot of code in the process 12 年 前
  Taddeus Kroes ae20d87ad4 Re-introduced DimDec node to get array dimension declarations to work properly, and rewrote a bunch of code to make it actually work... 12 年 前
  Taddeus Kroes fc5a38d30a Re-wrote main file: added a centralized list of phases and generalized logging format + added -upto option 12 年 前
  Taddeus Kroes 6a7d2a1dd7 Fixed bug where desugaring would not traverse into local functions properly 12 年 前
  Taddeus Kroes 4225c53427 Finished first version of assembly phase 12 年 前
  Taddeus Kroes 90c7e2b83d Worked on assembly generation, added -noopt argument, tweaked verbority level 12 年 前
  Taddeus Kroes 21fc065c8f Changed constant node types, added VarDecs|LocalFuns wrappers, implemented first steps of assembler 12 年 前
  Taddeus Kroes 45ccce6001 Renamed ast.ml to types.ml 12 年 前
  Taddeus Kroes 838389b893 Changed the way nodes are annotated to something more moldable, in the process changing/bugfixing pretty much everything 12 年 前
  Taddeus Kroes 2084f76312 Added transformation of while-loops to do-while loops 12 年 前
  Taddeus Kroes 669f2c21f3 Added a rudimentary form of constant propagation for reducing for-loop complexity, improved flatten_blocks 12 年 前