jonathanvdc 78ff4d7528 Refactor input, output tree construction 8 years ago
..
__init__.py c2517c0d60 Insert JIT hooks in the kernel 8 years ago
bytecode_ir.py af7af750c6 Define __str__, __repr__ overrides for VariableNode 8 years ago
bytecode_parser.py 29f2a59977 Fix a couple of bugs in the bytecode parser 8 years ago
bytecode_to_cfg.py fff27feea9 Implement some CFG value->tree lowerings 8 years ago
bytecode_to_tree.py 78ff4d7528 Refactor input, output tree construction 8 years ago
cfg_ir.py 0ed64f1e4c Write prologs and epilogs during CFG construction 8 years ago
cfg_optimization.py 8b35e71fe7 Create preliminary relooper implementation 8 years ago
cfg_to_tree.py 35ba529c80 Support 'resolve-local', 'load' and 'store' CFG value->tree lowering 8 years ago
intrinsics.py 9c73ac67af Rename 'user_root' to 'task_root' 8 years ago
jit.py 6ae853a3fc Print CFG alongside function bodies 8 years ago
jit_primitives.py d86750fad0 Define JIT primitives 8 years ago
runtime.py 6d36f52bdc Rename 'username' to 'taskname' in runtime.py 8 years ago
tree_ir.py 679e2e7b71 Implement __str__, __repr__ for tree_ir.VariableName 8 years ago