1
0
forked from M-Labs/artiq
Commit Graph

16 Commits

Author SHA1 Message Date
ec84726858 py2llvm: support conversion of fractions to float 2015-02-18 09:56:07 -07:00
123656e2cd fractions: fix comparison 2014-12-08 19:21:16 +08:00
159f632a65 switch to llvmlite 2014-12-05 17:05:43 +08:00
6e219469fe py2llvm: support operations between fractions and floats 2014-11-27 18:52:45 +08:00
9caaaeb414 py2llvm/fractions: add lt, le, gt, ge comparisons 2014-10-06 23:22:05 +08:00
cf1f1269b2 py2llvm/fractions: use internal linkage for gcd function 2014-09-24 19:21:45 +08:00
2e45d7267d py2llvm/fractions: fix round() 2014-09-17 16:22:00 +08:00
dbca62c1d7 py2llvm/fractions: fix or_sub 2014-09-16 16:43:01 +08:00
5c228f9114 Consistent variable naming 2014-09-13 19:32:21 +08:00
f0c2003778 py2llvm/fractions: fix addsub with int 2014-09-11 23:11:57 +08:00
eec52a2e29 py2llvm: array support 2014-09-09 17:13:48 +08:00
9eb2a2441d py2llvm: factor repr/same_type/merge for values 2014-09-09 10:30:10 +08:00
60368aa9e2 py2llvm: complete rational arithmetic support 2014-09-08 18:45:46 +08:00
71b8575d7a py2llvm/fractions: add numerator/denominator getattr support 2014-09-07 15:26:05 +08:00
15dcf3351b py2llvm: move GCD function into LLVM IR 2014-09-07 14:46:32 +08:00
3c8b541939 py2llvm: reorganize, split 'values' module, factor LLVM module/pass management 2014-09-07 14:09:03 +08:00