2
0
mirror of https://github.com/m-labs/artiq.git synced 2025-02-07 16:15:22 +08:00
artiq/artiq/compiler/transforms
2018-08-10 23:27:41 +08:00
..
__init__.py compiler: handle direct calls to class methods. 2018-05-25 10:07:50 +08:00
artiq_ir_generator.py compiler: support conversion of list to bytearray and bytes. 2018-06-21 00:41:55 +00:00
asttyped_rewriter.py compiler: add support for bytes type and b"x" literals (#714). 2017-06-09 07:10:48 +00:00
cast_monomorphizer.py compiler: rein in overzealous cast monomorphization. 2016-12-05 05:08:57 +00:00
dead_code_eliminator.py compiler: make quoted functions independent of outer environment. 2016-03-26 20:46:45 +00:00
inferencer.py compiler: do not try to re-coerce fully coerced numerics. 2018-04-21 23:01:05 +00:00
int_monomorphizer.py compiler: fix monomorphization of coerced integer literals. 2017-04-12 04:11:47 +00:00
interleaver.py Rename 'with parallel' to 'with interleave' (#265). 2016-02-22 13:24:43 +00:00
iodelay_estimator.py compiler: don't typecheck RPCs except for return type. 2016-04-26 01:12:36 +00:00
llvm_ir_generator.py compiler: skip functional values in attribute writeback. 2018-08-10 23:27:41 +08:00
typedtree_printer.py compiler.transforms: implement a typedtree printer. 2017-03-02 15:28:04 +00:00