--------------------- * update to LLVM 3.3 and maintain compatibility with LLVM 3.2 * add LLRT for minimal support for 64-bit divmod on 32-bit platform * start to adopt MCJIT (not quite usable on win32) * various bug fixes
0.11.1
-------------------- * fix test when cc is not available * fix Python 3 division (Hernan Grecco) (Issue 59) * add relocation enums and add reloc argument for TargetMachine
0.11.0
-------------------- * fix Python 3 support on Windows * New llvm binding
0.10.2
-------------------- * change default to link dynamically to LLVM use: $ export LLVMPY_DYNLINK=0 link statically $ export LLVMPY_DYNLINK=1 link dynamically $ unset LLVMPY_DYNLINK tries to link dynamically if LLVM shared objects are found and statically otherwise * fix llpython for Python 2.6 support