artiq/artiq/compiler/transforms
2015-12-17 00:52:22 +08:00
..
__init__.py transforms.interleaver: add boilerplate. 2015-11-17 05:22:20 +03:00
artiq_ir_generator.py transforms.interleaver: unroll loops. 2015-12-17 00:52:22 +08:00
asttyped_rewriter.py compiler: explicitly represent loops in IR. 2015-12-16 15:33:26 +08:00
dead_code_eliminator.py transforms.dead_code_eliminator: also remove dead instructions. 2015-12-17 00:52:22 +08:00
inferencer.py compiler: explicitly represent loops in IR. 2015-12-16 15:33:26 +08:00
int_monomorphizer.py Add IntMonomorphizer. 2015-07-02 19:57:27 +03:00
interleaver.py transforms.interleaver: unroll loops. 2015-12-17 00:52:22 +08:00
iodelay_estimator.py compiler: explicitly represent loops in IR. 2015-12-16 15:33:26 +08:00
llvm_ir_generator.py compiler: implement 'with watchdog' support. 2015-12-10 23:11:00 +08:00