..
algorithms
compiler: do not associate SSA values with iodelay even when inlining.
2015-12-25 15:02:33 +08:00
analyses
compiler: fix overly strict constness analysis.
2017-02-26 01:58:21 +00:00
testbench
compiler: monomorphize int64(round(x)) to not lose precision.
2016-12-02 15:02:44 +00:00
transforms
compiler.llvm_ir_generator: fix string quoting.
2017-02-28 21:28:38 +00:00
validators
compiler.embedding: implement string concatenation.
2016-08-08 04:05:52 +00: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: unbreak casts to int32/int64.
2016-11-21 14:20:28 +00:00
embedding.py
compiler.embedding: use attribute count in fixpoint condition.
2017-02-28 21:28:40 +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: monomorphize int64(round(x)) to not lose precision.
2016-12-02 15:02:44 +00:00
prelude.py
compiler: unbreak casts to int32/int64.
2016-11-21 14:20:28 +00:00
targets.py
compiler: allow dumping the object file with ARTIQ_DUMP_OBJ.
2017-02-26 17:09:21 +00:00
types.py
compiler: add support for async RPCs.
2016-10-30 00:57:31 +00:00