Commit History

Author SHA1 Message Date
  jonathanvdc 17680bd8fc Optimize 'while True' to 'while 1' 8 years ago
  jonathanvdc 2ec97f9288 Change some exception variable names 8 years ago
  jonathanvdc 2d9c0fbfd2 Support 'if' without an 'else' branch in the JIT 8 years ago
  jonathanvdc b884a46a50 Fix a comment 8 years ago
  jonathanvdc a5619a718c Add PrimitiveFinished to JIT globals 8 years ago
  jonathanvdc 5314e7dd99 Insert a length comment on why NOP_LITERAL works 8 years ago
  jonathanvdc 28acadeb06 Make JIT capable of compiling and running a leaf function 8 years ago
  jonathanvdc 1f8353c85b Protect against non-tree graphs in JIT 8 years ago
  jonathanvdc d27213658c Add JIT support for 'output' instructions 8 years ago
  jonathanvdc 6ada6c7c3a Support 'while' in the JIT 8 years ago
  jonathanvdc dbf9e99bb2 Support 'next' edges on arbitrary nodes in the JIT 8 years ago
  jonathanvdc 563da86d42 Start constructing IR trees from method bodies 8 years ago
  jonathanvdc 9dd8435769 Remove debug print statement 8 years ago
  jonathanvdc 0bb047fb9c Insert JIT hooks in the kernel 8 years ago
  jonathanvdc a319c031be Rename ir.py to tree_ir.py 8 years ago
  jonathanvdc 921c3ab095 Satisfy linter with ir.py 8 years ago
  jonathanvdc f7ffc3faa0 Define LiteralInstruction, Instruction.has_definition 8 years ago
  jonathanvdc 12ca2648fa Implement simplify in more IR nodes 8 years ago
  jonathanvdc 20fd7584b9 Start working on an IR prototype 8 years ago
  Yentl Van Tendeloo 96c3678c74 Fixed problem in bootstrap 8 years ago
  Yentl Van Tendeloo 58a84051ad Fixed state selection 8 years ago
  Yentl Van Tendeloo 3c19b8c244 Working simulation of FSA 8 years ago
  Yentl Van Tendeloo 22634df961 Fixed FSA semantics 8 years ago
  Yentl Van Tendeloo e8aa06b2d1 Fixed protocol mismatch 8 years ago
  Yentl Van Tendeloo 762a81c7a7 Fixed problems in formalism 8 years ago
  Yentl Van Tendeloo fd909d28ad Fixed getAttributeList library function and GUI for FSAs 8 years ago
  Yentl Van Tendeloo 170dce8745 Fixed most bugs: something starts working 8 years ago
  Yentl Van Tendeloo a6c5a5e377 Fixed many more bugs 8 years ago
  Yentl Van Tendeloo 4a0e64447f Debugging FSA semantics 8 years ago
  Yentl Van Tendeloo ad7f93cba3 Fixed reference causing exception 8 years ago