Commit History

Автор SHA1 Съобщение Дата
  Taddeus Kroes ec4323c757 Added intruction difference counter to peephole optimizer преди 12 години
  Taddeus Kroes 6a7d2a1dd7 Fixed bug where desugaring would not traverse into local functions properly преди 12 години
  Taddeus Kroes d184138ad0 Renamed "depth analysis" to the more accurate "index analysis" преди 12 години
  Taddeus Kroes 73c9cb3c80 NodeError no longer fails with empty location преди 12 години
  Taddeus Kroes 93fade30ba Assembly optimizations are now only executed when -noopt is not specified преди 12 години
  Taddeus Kroes 2398b7395b Fixed iinc_1/idec_1 replacement преди 12 години
  Taddeus Kroes 30406fed9e Added a rudimentary peephole optimizer преди 12 години
  Taddeus Kroes 95036e3719 Simplified LoadImm instruction format преди 12 години
  Taddeus Kroes 78e08eabf4 Updated usage message преди 12 години
  Taddeus Kroes 45ddddee63 Added run script for quick testing преди 12 години
  Taddeus Kroes 4225c53427 Finished first version of assembly phase преди 12 години
  Taddeus Kroes efd38ab9df fixed issue where bool_op phase would not traverse properly in nested expressions преди 12 години
  Taddeus Kroes 90c7e2b83d Worked on assembly generation, added -noopt argument, tweaked verbority level преди 12 години
  Taddeus Kroes 2aeb8c53aa Added depth analysis file (should have been in previous commit) преди 12 години
  Taddeus Kroes 21fc065c8f Changed constant node types, added VarDecs|LocalFuns wrappers, implemented first steps of assembler преди 12 години
  Taddeus Kroes 825ff79049 Fixed depth annotation not being persistent преди 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 d9836cd72f Test file cleanup преди 12 години
  Taddeus Kroes 6816f01bf6 Small bugfix in dimension reduction which caused array indices to be calculated incorrectly преди 12 години
  Taddeus Kroes 931bf16fdc Added typecast to constant propagation преди 12 години
  Taddeus Kroes 153ac60c5d Fixed buf that caused fundec calls and conditional expressions not to be typechecked correctly преди 12 години
  Taddeus Kroes ae23d312fe Added dist target to Makefile преди 12 години
  Taddeus Kroes 3d3c4d5421 Added empty assmebly phase преди 12 години
  Taddeus Kroes 47fd9def6c Added test suite from the Pycivicc project преди 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 години
  Taddeus Kroes bd304ed3a4 Implemented external variables using getters and setters, some general changes & fixes in other phases for compliance преди 12 години
  Taddeus Kroes ce994bbdcd Added trailing zero after rounded floating point number stringification преди 12 години
  Taddeus Kroes 9e6dbd6680 Implemented boolean operations преди 12 години