artiq/artiq/compiler
2015-08-08 16:26:53 +03:00
..
analyses Add a trivial dead code elimination transform. 2015-07-19 10:29:14 +03:00
testbench ARTIQIRGenerator: add semantic locs to all other implicitly raised exceptions. 2015-08-08 16:26:53 +03:00
transforms ARTIQIRGenerator: add semantic locs to all other implicitly raised exceptions. 2015-08-08 16:26:53 +03:00
validators Implement code generation for exception handling. 2015-07-25 05:37:37 +03:00
__init__.py Add basic support for embedded functions with new compiler. 2015-08-07 11:44:49 +03:00
asttyped.py Add basic support for embedded functions with new compiler. 2015-08-07 11:44:49 +03:00
builtins.py Add zero-cost exception support to runtime and host. 2015-08-08 16:01:31 +03:00
embedding.py Show origin of expansion in diagnostics for synthesized code. 2015-08-07 13:56:18 +03:00
ir.py Fix accidentally quadratic code in compiler.ir.Function._add_name. 2015-07-29 21:36:31 +03:00
module.py Fix compiler.module. 2015-08-07 14:21:53 +03:00
prelude.py compiler.transforms.inferencer: accept and ignore @kernel decorator. 2015-08-07 07:54:35 +03:00
targets.py runtime: add lognonl{,_va} functions. 2015-08-02 06:33:12 +03:00
types.py Implement code generation for exception handling. 2015-07-25 05:37:37 +03:00