forked from M-Labs/artiq
1
0
Fork 0
artiq/artiq/compiler
whitequark 5dcf936f4e transforms.inferencer: don't crash on partially-inferred binary expressions. 2015-12-30 15:46:54 +08:00
..
algorithms compiler: do not associate SSA values with iodelay even when inlining. 2015-12-25 15:02:33 +08:00
analyses analyses.domination: consider unreachable blocks dominated by any other. 2015-12-18 16:39:52 +08:00
testbench compiler: embed host exception constructors as such (fixes #204). 2015-12-26 03:17:29 +08:00
transforms transforms.inferencer: don't crash on partially-inferred binary expressions. 2015-12-30 15:46:54 +08:00
validators Fix ff3206be. 2015-12-30 15:16:05 +08:00
__init__.py compiler: pull in dependencies in more finely grained way (fixes #181). 2015-11-24 17:32:04 +08:00
asttyped.py compiler: do not associate SSA values with iodelay even when inlining. 2015-12-25 15:02:33 +08:00
builtins.py compiler: implement 'with watchdog' support. 2015-12-10 23:11:00 +08:00
embedding.py embedding: unify all derived attribute types. 2015-12-30 15:38:49 +08:00
iodelay.py compiler.iodelay: correctly fold max(0, [0, ]...). 2015-11-24 00:46:55 +08:00
ir.py Mollify PEP 0479. 2015-12-30 15:33:30 +08:00
module.py compiler: validate local accesses after interleaving. 2015-12-30 15:26:30 +08:00
prelude.py compiler.prelude: add @portable as an alias for @kernel. 2015-12-18 23:00:29 +08:00
targets.py compiler: make IR dumps vastly more readable. 2015-11-17 00:23:34 +03:00
types.py compiler.types: fix TFunction internal field order (closes #208). 2015-12-26 18:08:51 +08:00