artiq/artiq/compiler
2015-10-09 02:27:52 +03:00
..
analyses analyses.devirtualization: look up functions in outer scopes. 2015-10-09 01:32:05 +03:00
testbench compiler.testbench.embedding: allow compiling only. 2015-10-09 01:24:44 +03:00
transforms transforms.artiq_ir_generator: devirtualize method calls. 2015-10-09 02:27:52 +03: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 compiler.{iodelay,transforms.iodelay_estimator}: implement. 2015-09-02 17:55:48 -06:00
embedding.py compiler.embedding: fix loc. 2015-10-09 00:53:14 +03:00
iodelay.py Make delay component of function type unifyable. 2015-09-30 18:41:14 +03:00
ir.py transforms.artiq_ir_generator: devirtualize closure calls. 2015-10-09 01:32:27 +03:00
module.py transforms.artiq_ir_generator: devirtualize closure calls. 2015-10-09 01:32:27 +03:00
prelude.py compiler.{iodelay,transforms.iodelay_estimator}: implement. 2015-09-02 17:55:48 -06:00
targets.py compiler.targets: correctly pass CPU features to LLVM. 2015-08-30 16:56:58 -05:00
types.py Make delay component of function type unifyable. 2015-09-30 18:41:14 +03:00