artiq/artiq/transforms
2014-10-11 12:04:14 +08:00
..
__init__.py compiler: split into transforms and py2llvm 2014-09-05 22:18:31 +08:00
fold_constants.py compiler: split into transforms and py2llvm 2014-09-05 22:18:31 +08:00
inline.py transforms/inline: support attributes on user variables/calls 2014-10-08 18:01:15 +08:00
interleave.py Remove microcycle unit 2014-10-05 17:54:22 +08:00
lower_time.py transforms/lower_time: optimize time_to_cycles(cycles_to_time(x)) -> x 2014-10-11 12:04:14 +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
tools.py language/units: use only a string to identify units 2014-10-05 21:01:08 +08:00
unparse.py compiler: split into transforms and py2llvm 2014-09-05 22:18:31 +08:00
unroll_loops.py transforms/unroll_loops: count statements in try blocks 2014-09-27 11:57:47 +08:00