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 |
Sebastien Bourdeauducq
|
a647e1104d
|
compiler: split into transforms and py2llvm
|
2014-09-05 22:18:31 +08:00 |
Sebastien Bourdeauducq
|
4915b4b5aa
|
PEP8
|
2014-09-05 12:03:22 +08:00 |
Sebastien Bourdeauducq
|
a861226409
|
compiler/ir: fraction normalization
|
2014-08-28 17:24:33 +08:00 |
Sebastien Bourdeauducq
|
0832507c26
|
compiler/ir: refactor SSA/alloca management
|
2014-08-19 17:52:05 +08:00 |
Sebastien Bourdeauducq
|
e1cdec8c07
|
compiler/ir: fix compile_function call
|
2014-08-18 21:32:52 +08:00 |
Sebastien Bourdeauducq
|
fc9cf67069
|
compiler/ir: use new infrastructure
|
2014-08-18 14:34:14 +08:00 |
Sebastien Bourdeauducq
|
9cbf31153a
|
compiler/ir: compile fractions with denominator==1 as integers
|
2014-08-13 17:58:48 +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
|
a9b96cefbe
|
compiler/ir: support AugAssign
|
2014-07-16 09:43:46 -06: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
|
71323fb7cd
|
compiler: system calls
|
2014-07-04 17:17:01 +02:00 |
Sebastien Bourdeauducq
|
6ea0430cec
|
compiler/ir: simplify type dictionaries
|
2014-06-22 00:04:46 +02:00 |
Sebastien Bourdeauducq
|
9e8077b873
|
First simple attempt at compiling Python AST to LLVM IR
|
2014-06-07 18:47:06 +02:00 |