artiq/artiq/compiler
2015-08-28 03:03:12 -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 LLVMIRGenerator: fix syscall emission. 2015-08-28 03:03:12 -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 Fix default argument fiasco. 2015-08-28 02:50:40 -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 compiler.types.Type: more useful __str__. 2015-08-28 02:53:12 -05:00