artiq/artiq/compiler/transforms
whitequark 68de724554 compiler: monomorphize int64(round(x)) to not lose precision.
This applies to any expression with an indeterminate integer type
cast to int64(), not just round().
2016-12-02 15:02:44 +00:00
..
__init__.py compiler: monomorphize int64(round(x)) to not lose precision. 2016-12-02 15:02:44 +00:00
artiq_ir_generator.py compiler: unbreak casts to int32/int64. 2016-11-21 14:20:28 +00:00
asttyped_rewriter.py compiler: add support for async RPCs. 2016-10-30 00:57:31 +00:00
cast_monomorphizer.py compiler: monomorphize int64(round(x)) to not lose precision. 2016-12-02 15:02:44 +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: monomorphize int64(round(x)) to not lose precision. 2016-12-02 15:02:44 +00:00
int_monomorphizer.py transforms.int_monomorphizer: visit children of CallT. 2015-12-20 18:07:31 +08: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 llvm_ir_generator: handle no-op coercions. 2016-11-21 02:25:34 +00:00