artiq/artiq/transforms
2014-10-30 19:13:01 +08:00
..
__init__.py compiler: split into transforms and py2llvm 2014-09-05 22:18:31 +08:00
fold_constants.py transforms/fold_constants: support comparisons 2014-10-29 18:46:06 +08:00
inline.py transforms/inline: offload some work to remove_inter_assigns/remove_dead_code 2014-10-30 19:13:01 +08:00
interleave.py Remove microcycle unit 2014-10-05 17:54:22 +08:00
lower_time.py time_to_cycles: round instead of flooring 2014-10-13 18:35:05 +08:00
lower_units.py transforms: track units, now() returns seconds, implement time_to_cycles and cycles_to_time 2014-10-06 23:28:56 +08:00
remove_dead_code.py transforms: add dead code removal 2014-10-29 20:23:58 +08:00
remove_inter_assigns.py transforms/remove_inter_assigns: fix bug with array assignment 2014-10-29 20:29:37 +08:00
tools.py transforms/inline: offload some work to remove_inter_assigns/remove_dead_code 2014-10-30 19:13:01 +08:00
unparse.py compiler: split into transforms and py2llvm 2014-09-05 22:18:31 +08:00
unroll_loops.py transforms/inline,unroll_loops: fix aliasing problems 2014-10-29 17:09:16 +08:00