forked from M-Labs/artiq
1
0
Fork 0
artiq/artiq/compiler
whitequark a801cde953 embedding: fix location for diagnostics on quoted values.
Fixes #489.
2016-07-07 17:01:09 +08:00
..
algorithms compiler: do not associate SSA values with iodelay even when inlining. 2015-12-25 15:02:33 +08:00
analyses compiler: implement kernel constant attributes. 2016-04-14 18:06:21 +08:00
testbench compiler: make kernel_invariant an instance, not class, property. 2016-04-30 00:31:17 +08:00
transforms compiler: remove now()/at(). 2016-06-29 11:55:58 +08:00
validators compiler: don't typecheck RPCs except for return type. 2016-04-27 01:36:51 +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-04-14 18:07:04 +08:00
builtins.py compiler: remove now()/at(). 2016-06-29 11:55:58 +08:00
embedding.py embedding: fix location for diagnostics on quoted values. 2016-07-07 17:01:09 +08:00
iodelay.py compiler.iodelay: correctly fold max(0, [0, ]...). 2015-11-24 00:46:55 +08:00
ir.py compiler: don't typecheck RPCs except for return type. 2016-04-27 01:36:51 +08:00
module.py compiler: implement kernel constant attributes. 2016-04-14 18:06:21 +08:00
prelude.py compiler: remove now()/at(). 2016-06-29 11:55:58 +08:00
targets.py compiler: emit verbose assembly via ARTIQ_DUMP_ASM. 2016-04-14 18:09:02 +08:00
types.py compiler: don't typecheck RPCs except for return type. 2016-04-27 01:36:51 +08:00