2
0
mirror of https://github.com/m-labs/artiq.git synced 2025-01-24 01:18:12 +08:00
artiq/artiq/compiler
2016-04-14 18:09:59 +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: update for LLVM 3.7. 2016-04-14 18:08:28 +08:00
transforms compiler: purge generated functions from backtraces. 2016-04-14 18:09:59 +08:00
validators compiler: make quoted functions independent of outer environment. 2016-04-14 18:04:42 +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 Implement dumb 'with parallel' (#265). 2016-02-22 13:51:08 +00:00
embedding.py compiler: allow specifying per-function "fast-math" flags. 2016-04-14 18:07:04 +08:00
iodelay.py compiler.iodelay: correctly fold max(0, [0, ]...). 2015-11-24 00:46:55 +08:00
ir.py compiler: purge generated functions from backtraces. 2016-04-14 18:09:59 +08:00
module.py compiler: implement kernel constant attributes. 2016-04-14 18:06:21 +08:00
prelude.py Bring back target print function. 2016-03-18 04:42:06 +00:00
targets.py compiler: emit verbose assembly via ARTIQ_DUMP_ASM. 2016-04-14 18:09:02 +08:00
types.py compiler: allow specifying per-function "fast-math" flags. 2016-04-14 18:07:04 +08:00