Originally a github fork of the llvm-py repository from http://www.mdevan.org/llvm-py/index.html updated to work with LLVM 3.x. Since then it has changed significantly with multiple sub-projects. www.llvmpy.org
Find a file
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
tests Got AST translation working for numba.tests.test_cstring. 2012-10-23 14:35:07 -05:00
__init__.py Moved llnumba out of sandbox. 2012-10-15 15:02:55 -05:00
byte_control.py Adding docstrings for some of llnumba. 2012-10-15 15:21:53 -05:00
byte_flow.py Added manual linkage to nobitey when target module isn't the same as the source module. 2012-10-18 10:23:44 -05:00
byte_translator.py Working on using InternalFunction instances from ast_translate. Fixed bug in AST modulo implementation. 2012-10-19 17:10:46 -05:00
bytecode_visitor.py Got nobitey unit test working using llnumba for wrapper generation. 2012-10-18 10:23:44 -05:00
bytetype.py Added manual linkage to nobitey when target module isn't the same as the source module. 2012-10-18 10:23:44 -05:00
control_flow.py Moved llnumba out of sandbox. 2012-10-15 15:02:55 -05:00
gen_bytecode_visitor.py Moved llnumba out of sandbox. 2012-10-15 15:02:55 -05:00
nobitey.py Got nobitey unit test working using llnumba for wrapper generation. 2012-10-18 10:23:44 -05:00
opcode_util.py Added manual linkage to nobitey when target module isn't the same as the source module. 2012-10-18 10:23:44 -05:00
phi_injector.py Working on using InternalFunction instances from ast_translate. Fixed bug in AST modulo implementation. 2012-10-19 17:10:46 -05:00
pyaddfunc.py Moved llnumba out of sandbox. 2012-10-15 15:02:55 -05:00