artiq/artiq/compiler/transforms
whitequark 2c010b10ee Remove UnaryOp ARTIQ IR instruction; rename BinaryOp to Arith.
Everything it can express can also be expressed via Arith.
2015-07-19 11:51:53 +03:00
..
__init__.py Add a trivial dead code elimination transform. 2015-07-19 10:29:14 +03:00
asttyped_rewriter.py Revert "Ensure bindings are created in correct order for e.g. "x, y = y, x"." 2015-07-18 09:54:11 +03:00
dead_code_eliminator.py Add a trivial dead code elimination transform. 2015-07-19 10:29:14 +03:00
inferencer.py Add builtins.is_exception. 2015-07-17 16:05:02 +03:00
int_monomorphizer.py Add IntMonomorphizer. 2015-07-02 19:57:27 +03:00
ir_generator.py Remove UnaryOp ARTIQ IR instruction; rename BinaryOp to Arith. 2015-07-19 11:51:53 +03:00