artiq/artiq/compiler/transforms
whitequark 7301a76d68 Mark string constants as unnamed_addr.
As a result they will be merged when possible.
2015-07-21 17:10:31 +03:00
..
__init__.py Add conversion to LLVM IR (except handling of exception handling). 2015-07-21 04:55:01 +03:00
artiq_ir_generator.py Add support for string literals. 2015-07-21 14:27:48 +03:00
asttyped_rewriter.py Add support for string literals. 2015-07-21 14:27:48 +03:00
dead_code_eliminator.py Add a trivial dead code elimination transform. 2015-07-19 10:29:14 +03:00
inferencer.py Add conversion to LLVM IR (except handling of exception handling). 2015-07-21 04:55:01 +03:00
int_monomorphizer.py Add IntMonomorphizer. 2015-07-02 19:57:27 +03:00
llvm_ir_generator.py Mark string constants as unnamed_addr. 2015-07-21 17:10:31 +03:00