Commit graph

18 commits

Author SHA1 Message Date
Travis E. Oliphant
bbc7a4ddf0 Ready for numba/llnumba -> llvmpy/llpython 2012-11-07 12:08:32 -06:00
Jon Riehl
6d19096438 Prototyped non-Python string slicing implementation. 2012-10-24 17:14:32 -05:00
Jon Riehl
c8e44702cb Got AST translation working for numba.tests.test_cstring.
Modified AST type inference to use Python API for string to number conversion (was using atol/atof, which suppress Python errors).
Tweaked numba.functions.CStringSlice2, and added numba.functions.CStringSlice2Len (currently unused).
Added support for PyInt_FromString and PyFloat_FromString in numba.functions.
Modified llnumba slicing code to type properly on 64-bit systems.
Changed string slice support in numba.transforms to use Python slicing by default.
2012-10-23 14:35:07 -05:00
Jon Riehl
2b2407b82f Merge branch 'master' of github.com:jriehl/numba
Conflicts:
	numba/functions.py
2012-10-19 17:12:13 -05:00
Jon Riehl
47cd581ca5 Working on using InternalFunction instances from ast_translate. Fixed bug in AST modulo implementation. 2012-10-19 17:10:46 -05:00
Jon Riehl
23a5dd0dff Merge branch 'master' of github.com:jriehl/numba 2012-10-19 11:44:01 -05:00
Jon Riehl
aab2c39fc9 Working on using InternalFunction instances from ast_translate. Fixed bug in AST modulo implementation. 2012-10-19 11:43:45 -05:00
Jon Riehl
9b1b444000 Working on using InternalFunction instances from ast_translate. Fixed bug in AST modulo implementation. 2012-10-18 16:01:32 -05:00
Jon Riehl
b7fba64e53 Merge branch 'master' of github.com:jriehl/numba 2012-10-18 11:33:38 -05:00
Jon Riehl
80437fc077 Got nobitey unit test working using llnumba for wrapper generation. 2012-10-18 10:23:44 -05:00
Jon Riehl
01d0ff4eba Added manual linkage to nobitey when target module isn't the same as the source module. 2012-10-18 10:23:44 -05:00
Jon Riehl
ba309ea6c5 Got nobitey unit test working using llnumba for wrapper generation. 2012-10-16 12:36:47 -05:00
Jon Riehl
40b84ffd74 Added manual linkage to nobitey when target module isn't the same as the source module. 2012-10-16 10:18:13 -05:00
Jon Riehl
fe1ba06698 Adding docstrings for some of llnumba. 2012-10-15 15:21:53 -05:00
Jon Riehl
99c9a1f204 Still trying to get whitespace in ast_type_inference merge-worthy. 2012-10-15 15:07:16 -05:00
Jon Riehl
3f0a4a74f7 Moved llnumba out of sandbox. 2012-10-15 15:02:55 -05:00
Mark Florisson
6041f2df84 Add 'numba/minivect/' from commit 'e0f32ee9d15e6f913a8bdcd9214783be2758b7d8'
git-subtree-dir: numba/minivect
git-subtree-mainline: 1b07f0bbc9cf0898320e1ec303a1906c9c91130d
git-subtree-split: e0f32ee9d15e6f913a8bdcd9214783be2758b7d8
2012-10-13 16:38:19 +01:00
Jon Riehl
6d8fbafb54 Moved llnumba out of sandbox. 2012-10-11 15:46:56 -05:00