artiq/artiq/compiler
whitequark 24562d232e compiler: don't die if addr2line cannot extract line from backtrace.
Fixes #885.
2018-01-08 22:02:38 +00:00
..
algorithms compiler: do not associate SSA values with iodelay even when inlining. 2015-12-25 15:02:33 +08:00
analyses compiler: Constness is a validator, not analysis. 2017-06-09 07:29:31 +00:00
testbench compiler: Constness is a validator, not analysis. 2017-06-09 07:29:31 +00:00
transforms compiler: do not permit str(...). (#878) 2017-12-27 11:48:21 +08:00
validators compiler: disallow op= on mutable values (fix #835). 2017-10-02 11:03:03 +08:00
__init__.py compiler: pull in dependencies in more finely grained way (fixes #181). 2015-11-24 17:32:04 +08:00
asttyped.py compiler: allow specifying per-function "fast-math" flags. 2016-03-28 21:44:08 +00:00
builtins.py compiler: add support for bytearray type (#714). 2017-06-09 07:15:24 +00:00
embedding.py compiler: add support for bytearray type (#714). 2017-06-09 07:15:24 +00:00
import_cache.py import_cache: make sure last line ends with \n as linecache does. Closes #547 2016-09-02 11:01:28 +08:00
iodelay.py compiler.iodelay: correctly fold max(0, [0, ]...). 2015-11-24 00:46:55 +08:00
ir.py compiler, firmware: use Pascal strings everywhere. 2017-02-03 11:53:27 +00:00
module.py compiler: Constness is a validator, not analysis. 2017-06-09 07:29:31 +00:00
prelude.py compiler: add support for bytearray type (#714). 2017-06-09 07:15:24 +00:00
targets.py compiler: don't die if addr2line cannot extract line from backtrace. 2018-01-08 22:02:38 +00:00
types.py compiler.types: add missing TTuple.__hash__ implementation. 2017-03-03 03:27:49 +00:00