2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-28 04:38:27 +08:00
artiq/artiq/compiler
2015-12-14 16:31:03 +08:00
..
algorithms compiler.ir: change argument order for BasicBlock.insert. 2015-11-23 23:59:25 +08:00
analyses compiler.analyses.domination: fix PostDominatorTree. 2015-11-09 12:49:27 +03:00
testbench compiler.testbench.llvmgen: fix. 2015-12-10 23:08:05 +08:00
transforms compiler: implement 'with watchdog' support. 2015-12-10 23:11:00 +08:00
validators validators.escape: support arrays in multiple assignment. 2015-12-14 16:31:03 +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: add delay IR instruction. 2015-11-17 05:16:43 +03:00
builtins.py compiler: implement 'with watchdog' support. 2015-12-10 23:11:00 +08:00
embedding.py compiler: refactor to use builtins.TInt{32,64}. (NFC) 2015-12-10 23:06:23 +08:00
iodelay.py compiler.iodelay: correctly fold max(0, [0, ]...). 2015-11-24 00:46:55 +08:00
ir.py compiler.ir: return dict from Delay.substs, not pair iterable. 2015-11-24 00:01:10 +08:00
module.py transforms.interleaver: add boilerplate. 2015-11-17 05:22:20 +03:00
prelude.py compiler: implement 'with watchdog' support. 2015-12-10 23:11:00 +08:00
targets.py compiler: make IR dumps vastly more readable. 2015-11-17 00:23:34 +03:00
types.py compiler: fix tests. 2015-12-10 23:16:36 +08:00