artiq/artiq/compiler
whitequark 8d0566661a compiler: quote functions directly instead of going through a local. 2016-03-25 22:35:55 +00:00
..
algorithms compiler: do not associate SSA values with iodelay even when inlining. 2015-12-25 15:02:33 +08:00
analyses analyses.domination: all blocks dominate themselves. 2016-01-18 21:33:14 +00:00
testbench compiler: refuse to embed a function from another core device. 2016-03-18 02:01:14 +00:00
transforms compiler: quote functions directly instead of going through a local. 2016-03-25 22:35:55 +00:00
validators validators.escape: track region of arguments. 2016-03-18 03:08:14 +00:00
__init__.py compiler: pull in dependencies in more finely grained way (fixes #181). 2015-11-24 17:32:04 +08:00
asttyped.py transforms/inferencer: add support for user-defined context manager. 2016-01-05 00:11:03 +08:00
builtins.py Implement dumb 'with parallel' (#265). 2016-02-22 13:51:08 +00:00
embedding.py compiler: quote functions directly instead of going through a local. 2016-03-25 22:35:55 +00:00
iodelay.py compiler.iodelay: correctly fold max(0, [0, ]...). 2015-11-24 00:46:55 +08:00
ir.py compiler: get rid of the GetConstructor opcode. 2016-03-25 19:01:39 +00:00
module.py compiler: quote functions directly instead of going through a local. 2016-03-25 22:35:55 +00:00
prelude.py Bring back target print function. 2016-03-18 04:42:06 +00:00
targets.py Bring back target print function. 2016-03-18 04:42:06 +00:00
types.py Fix tests. 2016-02-27 13:40:37 +00:00