artiq/artiq/compiler
whitequark 692791f0bd Make sure a landing pad returns {i8*} to soothe LLVM codegen. 2015-07-25 07:01:25 +03:00
..
analyses Add a trivial dead code elimination transform. 2015-07-19 10:29:14 +03:00
testbench Make sure tests pass both on ARTIQ Python and CPython. 2015-07-23 08:09:25 +03:00
transforms Make sure a landing pad returns {i8*} to soothe LLVM codegen. 2015-07-25 07:01:25 +03:00
validators Implement code generation for exception handling. 2015-07-25 05:37:37 +03:00
__init__.py Move transforms to artiq.compiler.transforms, add artiq.Module. 2015-07-02 19:35:35 +03:00
asttyped.py Fix inference for globals. 2015-07-18 08:13:49 +03:00
builtins.py Implement code generation for exception handling. 2015-07-25 05:37:37 +03:00
ir.py Implement code generation for exception handling. 2015-07-25 05:37:37 +03:00
module.py Implement code generation for exception handling. 2015-07-25 05:37:37 +03:00
prelude.py Make division by zero raise an exception. 2015-07-23 01:26:50 +03:00
types.py Implement code generation for exception handling. 2015-07-25 05:37:37 +03:00