artiq/artiq/compiler
whitequark 0e7294db8d Null-terminate all string literals. 2015-07-21 19:57:18 +03:00
..
analyses Add a trivial dead code elimination transform. 2015-07-19 10:29:14 +03:00
testbench Make compiler.testbench.llvmgen emit a main() function. 2015-07-21 19:48:44 +03:00
transforms Null-terminate all string literals. 2015-07-21 19:57:18 +03:00
validators Add support for string literals. 2015-07-21 14:27:48 +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 Add support for string literals. 2015-07-21 14:27:48 +03:00
ir.py Add LLVM IR generation for function calls. 2015-07-21 13:45:27 +03:00
module.py Add conversion to LLVM IR (except handling of exception handling). 2015-07-21 04:55:01 +03:00
prelude.py Add IndexError and ValueError builtins. 2015-07-16 14:58:40 +03:00
types.py Add builtins.is_exception. 2015-07-17 16:05:02 +03:00