.. |
algorithms
|
compiler: do not associate SSA values with iodelay even when inlining.
|
2015-12-25 15:02:33 +08:00 |
analyses
|
analyses.constness: fix false positive on x[...].
|
2016-11-21 14:22:34 +00:00 |
testbench
|
compiler.testbench.perf_embedding: more fine grained reporting.
|
2016-07-11 17:55:24 +00:00 |
transforms
|
compiler: reject reachable implicit return if not returning TNone.
|
2017-04-22 15:31:22 +08: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:22:35 +00:00 |
embedding.py
|
artiq_compile: make print() write to core log, not an invalid op.
|
2017-04-12 00:35:01 +08:00 |
import_cache.py
|
import_cache: make sure last line ends with \n as linecache does. Closes #547
|
2016-09-02 11:02:40 +08:00 |
iodelay.py
|
compiler.iodelay: correctly fold max(0, [0, ]...).
|
2015-11-24 00:46:55 +08:00 |
ir.py
|
ir: `invoke` is a valid `delay` decomposition.
|
2016-07-13 08:48:31 +00:00 |
module.py
|
artiq_compile: actually disable attribute writeback.
|
2016-11-10 01:04:48 +00:00 |
prelude.py
|
compiler: unbreak casts to int32/int64.
|
2016-11-21 14:22:35 +00:00 |
targets.py
|
Revert "Update for LLVM 3.9."
|
2016-08-13 04:43:19 +00:00 |
types.py
|
compiler.types: add missing TTuple.__hash__ implementation.
|
2017-03-03 17:40:15 +08:00 |