2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-23 02:14:01 +08:00
artiq/artiq/compiler
2015-08-28 02:22:35 -05:00
..
analyses Add a trivial dead code elimination transform. 2015-07-19 10:29:14 +03:00
testbench compiler.embedding: test all diagnostics. 2015-08-28 00:47:28 -05:00
transforms ARTIQIRGenerator: fix non-nullary method calls. 2015-08-28 02:11:05 -05:00
validators LocalAccessValidator: assume variables with "$" in name are internal. 2015-08-22 13:56:17 -07:00
__init__.py Add basic support for embedded functions with new compiler. 2015-08-07 11:44:49 +03:00
asttyped.py Implement class definitions and class attribute access. 2015-08-15 09:45:16 -04:00
builtins.py ARTIQIRGenerator: fix polymorphic print on closures. 2015-08-19 12:37:22 -07:00
embedding.py compiler.embedding: actually use qualified name when embedding methods. 2015-08-28 02:22:16 -05:00
ir.py Allow embedding and RPC sending host objects. 2015-08-25 21:56:01 -07:00
module.py Allow embedding and RPC sending host objects. 2015-08-25 21:56:01 -07:00
prelude.py Remove syscall builtin. 2015-08-10 16:44:29 +03:00
targets.py compiler.targets: dump module signature with ARTIQ_DUMP_SIG=1. 2015-08-28 02:22:35 -05:00
types.py Fix tests. 2015-08-28 00:51:31 -05:00