whitequark
e9416f4707
Convert Slice into typed SliceT.
2015-07-16 14:54:04 +03:00
whitequark
53fb03d1bf
Restrict comprehensions to single for and no if clauses.
2015-07-16 14:52:41 +03:00
whitequark
227f97f8a3
Add inference for Index, Slice and ExtSlice.
2015-07-16 04:22:41 +03:00
whitequark
c724e024ce
Fix inference for multiple-target assignments.
2015-07-15 06:33:44 +03:00
whitequark
9ff9f85f19
Add accessors to instructions.
2015-07-14 22:18:38 +03:00
whitequark
bdcb24108b
Add basic IR generator.
2015-07-14 08:56:51 +03:00
whitequark
f417ef31a4
Make binop coercion look through CoerceT nodes.
...
This fixes inference for "x = 1 + 1" after int monomorphization.
2015-07-14 06:42:09 +03:00
whitequark
ebe243f8d9
Add printing of SSA functions.
2015-07-13 21:08:20 +03:00
whitequark
dbdd45acc5
Add missing return.
2015-07-13 20:52:55 +03:00
whitequark
7c9afcce85
Fix Python default argument fiasco.
2015-07-13 20:52:48 +03:00
whitequark
7c52910dc5
Add a basic SSA IR.
2015-07-11 18:46:37 +03:00
whitequark
549c110e7c
Fix types.TFunction.fold.
2015-07-04 04:27:24 +03:00
whitequark
4785f0a2de
Don't error out in inferencer if builtin arguments have polymorphic types.
2015-07-04 04:27:15 +03:00
whitequark
16432d2652
Implement escape analysis.
2015-07-04 04:16:37 +03:00
whitequark
4358c5c453
Unbreak return type inference.
2015-07-04 02:23:55 +03:00
whitequark
561d403ddd
Add missing _loc forwarding.
2015-07-04 00:59:03 +03:00
whitequark
ee0990cb5e
Automatically infer return type of NoneType for no return statements.
2015-07-04 00:58:48 +03:00
whitequark
bfabca494b
Remove regions from types.
...
Unification-based inference for regions is useful with a language
that has let bindings (which would propagate the regions) and
functions polymorphic over regions. For reasons of simplicity,
ARTIQ has neither, and making unification-based inference work would
essentially mean adding region coercions between most AST nodes,
and having every source subexpression have its own region variable,
with the appropriate subtyping relationship.
It's simpler to just keep that state outside of typedtree.
2015-07-02 22:55:12 +03:00
whitequark
0ae13ac1b9
Style fixes.
2015-07-02 22:38:55 +03:00
whitequark
7c833f0727
Move transforms.MonomorphismChecker to validators.MonomorphismValidator.
2015-07-02 21:54:31 +03:00
whitequark
02b41ea0f7
Add MonomorphismChecker.
2015-07-02 21:28:26 +03:00
whitequark
73a8f3c442
Fix tests.
2015-07-02 20:06:43 +03:00
whitequark
8a65266f14
Improve builtin call error message.
2015-07-02 20:06:07 +03:00
whitequark
196acb37f6
Add IntMonomorphizer.
2015-07-02 19:57:27 +03:00
whitequark
7ce9bdf54d
Move transforms to artiq.compiler.transforms, add artiq.Module.
2015-07-02 19:35:35 +03:00
whitequark
1702251ee5
Add region field to types.
2015-07-02 18:44:09 +03:00
whitequark
86cdc84f7e
Initialize types.TBuiltin's attributes field.
2015-07-02 18:19:01 +03:00
whitequark
6bf95397d7
Rename package py2llvm to compiler.
...
Since the package implements a typechecker along with a code generator,
and the typechecker will be run before or together with transformations,
this name is more descriptive.
2015-06-29 20:15:22 +03:00
Sebastien Bourdeauducq
a647e1104d
compiler: split into transforms and py2llvm
2014-09-05 22:18:31 +08:00
Sebastien Bourdeauducq
86193437f5
compiler/ir_values: fix gcd64
2014-09-05 16:48:27 +08:00
Sebastien Bourdeauducq
4915b4b5aa
PEP8
2014-09-05 12:03:22 +08:00
Sebastien Bourdeauducq
7e9df82e37
compiler/ir_values: implement rational mul/div
2014-08-28 18:58:24 +08:00
Sebastien Bourdeauducq
841e7cce35
compiler/ir_values: fix right operations
2014-08-28 18:58:05 +08:00
Sebastien Bourdeauducq
a861226409
compiler/ir: fraction normalization
2014-08-28 17:24:33 +08:00
Sebastien Bourdeauducq
76cef042a5
compiler/ir: introduce Fraction type (incomplete)
2014-08-19 17:52:55 +08:00
Sebastien Bourdeauducq
0832507c26
compiler/ir: refactor SSA/alloca management
2014-08-19 17:52:05 +08:00
Sebastien Bourdeauducq
b3b61d8b6b
compiler/fold_constants: fix int/round
2014-08-18 23:11:53 +08:00
Sebastien Bourdeauducq
24544f2758
compiler/tools/eval_constant: raise NotConstant on calls
2014-08-18 23:11:27 +08:00
Sebastien Bourdeauducq
b1598ba659
compiler/inline: add microcycle_unit as reserved name
2014-08-18 23:06:50 +08:00
Sebastien Bourdeauducq
7ea28642e4
compiler: add lower_units transform
2014-08-18 23:06:34 +08:00
Sebastien Bourdeauducq
dcc140c5a9
compiler/lower_time: make 'now' an int64
2014-08-18 23:04:28 +08:00
Sebastien Bourdeauducq
56ccd054eb
compiler/fold_constants: support int, int64, round and round64
2014-08-18 22:52:19 +08:00
Sebastien Bourdeauducq
219aa23d25
compiler/ir_values: implement sign extension and truncation
2014-08-18 22:51:54 +08:00
Sebastien Bourdeauducq
4ff61a8f56
compiler/ir_ast_body,ir_values: minor fixes
2014-08-18 22:51:24 +08:00
Sebastien Bourdeauducq
a5e5b5c870
compiler: pass funcdef instead of statement list
2014-08-18 21:37:30 +08:00
Sebastien Bourdeauducq
86577ff64f
compiler/inline: update reserved names
2014-08-18 21:34:13 +08:00
Sebastien Bourdeauducq
e1cdec8c07
compiler/ir: fix compile_function call
2014-08-18 21:32:52 +08:00
Sebastien Bourdeauducq
1e654f5da2
compiler/tools: support int64 in value_to_ast
2014-08-18 21:31:56 +08:00
Sebastien Bourdeauducq
fc9cf67069
compiler/ir: use new infrastructure
2014-08-18 14:34:14 +08:00
Sebastien Bourdeauducq
65566ec710
compiler/ir_ast_body,ir_infer_types: support syscalls
2014-08-18 14:33:21 +08:00
Sebastien Bourdeauducq
4b0788d92c
compiler: add None type support
2014-08-17 23:46:29 +08:00
Sebastien Bourdeauducq
9e21ea5658
compiler/ir_ast_body,ir_infer_types: use Python dict directly as namespace
2014-08-17 22:15:10 +08:00
Sebastien Bourdeauducq
30ef6119e6
compiler/ir_ast_body: refactor and add statement visitor
2014-08-17 21:46:11 +08:00
Sebastien Bourdeauducq
d41d06835c
compiler/ir_values: support bool operation on VBool
2014-08-17 21:45:36 +08:00
Sebastien Bourdeauducq
3e4cbba018
compiler: new architecture for type inference and LLVM code emission
2014-08-16 23:20:16 +08:00
Sebastien Bourdeauducq
02798d1996
infer_type: better rules
2014-08-16 20:58:10 +08:00
Sebastien Bourdeauducq
8bdc7964b8
compiler: add infer_types module (WIP)
2014-08-13 22:08:34 +08:00
Sebastien Bourdeauducq
2135e37dca
compiler: use value_to_ast(x) instead of ast.Num(x)
2014-08-13 18:02:24 +08:00
Sebastien Bourdeauducq
899a034204
compiler/lower_time: adapt to new unit system
2014-08-13 17:59:53 +08:00
Sebastien Bourdeauducq
9cbf31153a
compiler/ir: compile fractions with denominator==1 as integers
2014-08-13 17:58:48 +08:00
Sebastien Bourdeauducq
70fbc6ad56
compiler/interleave: use eval_constant from tools
2014-08-13 17:58:06 +08:00
Sebastien Bourdeauducq
5481baac1d
compiler/inline: cleanup reference manager, recognize Fraction
2014-08-13 17:56:55 +08:00
Sebastien Bourdeauducq
fe5b3cc67e
compiler/fold_constants: use eval_constant from tools
2014-08-13 17:54:58 +08:00
Sebastien Bourdeauducq
0145e52d4b
compiler/tools: add eval_constant and Fraction support
2014-08-13 17:54:22 +08:00
Sebastien Bourdeauducq
b2bb837d22
compiler/ir: add binary AND and OR
2014-07-23 17:10:12 -06:00
Sebastien Bourdeauducq
d922c3db7e
compiler/ir: replace quantities with their integer value
2014-07-23 11:48:43 -06:00
Sebastien Bourdeauducq
1b52941381
compiler/ir: support shifts
2014-07-23 11:48:15 -06:00
Sebastien Bourdeauducq
8769066e89
compiler/devices: set initial time
2014-07-21 13:22:07 -06:00
Sebastien Bourdeauducq
a9b96cefbe
compiler/ir: support AugAssign
2014-07-16 09:43:46 -06:00
Sebastien Bourdeauducq
591509d31b
compiler: lower time transform
2014-07-15 11:22:11 -06:00
Sebastien Bourdeauducq
6509f1fd04
artiq.language.experiment -> artiq.language.core
2014-07-10 18:13:37 +02:00
Sebastien Bourdeauducq
ffd2bdc4eb
compiler/inline: return number -> function RPC map
2014-07-07 19:11:07 +02:00
Sebastien Bourdeauducq
e0ac1193c6
compiler/ir: support function calls in expressions
2014-07-06 21:06:01 +02:00
Sebastien Bourdeauducq
a8ef4d8b91
compiler/ir: create machine code from kernel statements
2014-07-05 22:44:54 +02:00
Sebastien Bourdeauducq
99c99484ae
compiler/ir: load into device
2014-07-05 19:38:45 +02:00
Sebastien Bourdeauducq
711be75c35
compiler/ir: pass arguments to syscall
2014-07-05 19:13:05 +02:00
Sebastien Bourdeauducq
10db450098
Minor cleanup
2014-07-04 17:50:35 +02:00
Sebastien Bourdeauducq
71323fb7cd
compiler: system calls
2014-07-04 17:17:01 +02:00
Sebastien Bourdeauducq
74cdafdde5
compiler: interleave transform
2014-06-22 18:52:37 +02:00
Sebastien Bourdeauducq
6ea0430cec
compiler/ir: simplify type dictionaries
2014-06-22 00:04:46 +02:00
Sebastien Bourdeauducq
b28fdf5fb0
compiler: add unroll_loops transform
2014-06-21 15:06:15 +02:00
Sebastien Bourdeauducq
5a8074a12f
compiler: propagate AST node location info
2014-06-21 14:53:09 +02:00
Sebastien Bourdeauducq
c71eb702bb
tools/make_stmt_transformer: pass args/kwargs
2014-06-21 12:13:28 +02:00
Sebastien Bourdeauducq
c3092ae13f
compiler: factorize operation of NodeTransformer on statement lists
2014-06-21 00:40:52 +02:00
Sebastien Bourdeauducq
6400e28e4c
compiler: fold constants
2014-06-21 00:19:56 +02:00
Sebastien Bourdeauducq
94ff2e2ddc
compiler: share value_to_ast
2014-06-21 00:19:40 +02:00
Sebastien Bourdeauducq
5b0fd50dbe
inline: support rw kernel attributes
2014-06-18 21:04:54 +02:00
Sebastien Bourdeauducq
d41ac863f4
inline: support kernel_attr_ro
2014-06-17 19:46:22 +02:00
Sebastien Bourdeauducq
0d9bdc101c
inline: check inlined functions are on the same core device
2014-06-17 18:52:48 +02:00
Sebastien Bourdeauducq
08ab99d33e
inline: basic function inlining
2014-06-17 18:37:51 +02:00
Sebastien Bourdeauducq
d87b207b8a
compiler/inline: embeddable calls
2014-06-16 23:52:19 +02:00
Sebastien Bourdeauducq
9db8627081
compiler: generate RPC calls
2014-06-16 22:56:08 +02:00
Sebastien Bourdeauducq
792ac44245
inline: return statements
2014-06-16 22:01:20 +02:00
Sebastien Bourdeauducq
c021b2ef41
compiler/inline: handle function params and builtin calls
2014-06-16 21:52:38 +02:00
Sebastien Bourdeauducq
733a03b7ad
cleanup
2014-06-16 21:35:08 +02:00
Sebastien Bourdeauducq
7ec448cdc9
compiler: inline transform WIP
2014-06-10 15:23:14 +02:00
Sebastien Bourdeauducq
7eb9641905
compiler: share eval_ast
2014-06-10 15:16:28 +02:00
Sebastien Bourdeauducq
9e8077b873
First simple attempt at compiling Python AST to LLVM IR
2014-06-07 18:47:06 +02:00
Sebastien Bourdeauducq
c769bdab9b
Introduce compiler and device modules
2014-05-30 18:20:13 +02:00