artiq/artiq/compiler
2015-08-31 09:59:33 -06:00
..
analyses Add a trivial dead code elimination transform. 2015-07-19 10:29:14 +03:00
testbench Implement {delay,now,at}{,_mu} and {mu,seconds}_to_{seconds,mu}. 2015-08-31 09:59:33 -06:00
transforms Implement {delay,now,at}{,_mu} and {mu,seconds}_to_{seconds,mu}. 2015-08-31 09:59:33 -06: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 Implement {delay,now,at}{,_mu} and {mu,seconds}_to_{seconds,mu}. 2015-08-31 09:59:33 -06:00
embedding.py compiler.embedding: handle errors during initial kernel call. 2015-08-28 05:14:06 -05:00
ir.py Allow embedding and RPC sending host objects. 2015-08-25 21:56:01 -07:00
module.py Implement {delay,now,at}{,_mu} and {mu,seconds}_to_{seconds,mu}. 2015-08-31 09:59:33 -06:00
prelude.py Implement {delay,now,at}{,_mu} and {mu,seconds}_to_{seconds,mu}. 2015-08-31 09:59:33 -06:00
targets.py compiler.targets: correctly pass CPU features to LLVM. 2015-08-30 16:56:58 -05:00
types.py compiler.types.Type: more useful __str__. 2015-08-28 02:53:12 -05:00