提交歷史

作者 SHA1 備註 提交日期
  Taddeus Kroes bfe97cf83f Started implementing liveness analysis. 14 年之前
  Taddeus Kroes ccaa52ac41 Started implementing Dead Code elimination. 14 年之前
  Jayke Meijer 0ee8729cac Fixed calculation of optimizations. 14 年之前
  Taddeus Kroes 14c963e2e5 Changed variable name. 14 年之前
  Taddeus Kroes ab24f850a4 Merge branch 'master' of github.com:taddeus/peephole 14 年之前
  Taddeus Kroes 06607dd186 Extended 'is_arith() method. 14 年之前
  Jayke Meijer 0658f9c54b Comply to 80 char. 14 年之前
  Jayke Meijer be87f7284d Fixed bug continue in stead of break. 14 年之前
  Taddeus Kroes 0c63d6052c Minor bugfix. 14 年之前
  Taddeus Kroes d2d13e18ed Merge branch 'master' of github.com:taddeus/peephole 14 年之前
  Taddeus Kroes 600b38dea1 Merged conflicts. 14 年之前
  Jayke Meijer 56a04b33f7 Added unittest for completing coverage of copyprop. 14 年之前
  Taddeus Kroes 950105c0b6 Fixed Common Subexpression Elimination. 14 年之前
  Jayke Meijer 2473f61769 Made copy propagation work with proper mult structure. 14 年之前
  Jayke Meijer e098d91cd5 Changed algebraic optimizations to proper mult structure. 14 年之前
  Jayke Meijer 72807a0005 Fixed textual error in docstring. 14 年之前
  Jayke Meijer 1c867eeaef Added algebraic transformations to report. 14 年之前
  Jayke Meijer 2265148aab Merge branch 'master' of github.com:taddeus/peephole 14 年之前
  Jayke Meijer 23cecaffeb Fixed bug in copyprop. 14 年之前
  Richard Torenvliet 18a29e6f04 Merge branch 'master' of github.com:taddeus/peephole 14 年之前
  Richard Torenvliet 82759127a4 tried to implement gen and kill set, commented implementation 14 年之前
  Taddeus Kroes cad60b16ea Added newline. 14 年之前
  Taddeus Kroes ab33ab8652 Merged conflicts. 14 年之前
  Taddeus Kroes c8dba202e4 Debugged Dead Code Elimination. 14 年之前
  Jayke Meijer 39bfc57af0 Added copy propagation to report and changed its docstring. 14 年之前
  Jayke Meijer 8c9efd40fb Changed algebraic transformations to more generic form. 14 年之前
  Jayke Meijer 5aba6a1e03 Added description of algebraic transformations to report. 14 年之前
  Jayke Meijer 469a6f8f7e Fixed faulty function call in init of optimize module 14 年之前
  Taddeus Kroes 744612234b Now, when a non-existing file is opened, an exception is raised. 14 年之前
  Jayke Meijer b279082a6d Algebraic transformations unittested. 14 年之前