llvmpy/llpython
2013-05-14 17:34:54 -05:00
..
tests Initial attempt to support return statements in try-finally block in llpython.byte_control. Added incomplete unit tests. 2013-05-14 17:34:54 -05:00
__init__.py Ready for numba/llnumba -> llvmpy/llpython 2012-11-07 12:08:32 -06:00
byte_control.py Initial attempt to support return statements in try-finally block in llpython.byte_control. Added incomplete unit tests. 2013-05-14 17:34:54 -05:00
byte_flow.py Working on full opcode coverage and support for exception control flow. 2013-05-14 14:52:11 -05:00
byte_translator.py Working on full opcode coverage and support for exception control flow. 2013-05-14 14:52:11 -05:00
bytecode_visitor.py Changed imports in llpython 2013-03-05 18:11:08 -03:00
bytetype.py Ready for numba/llnumba -> llvmpy/llpython 2012-11-07 12:08:32 -06:00
control_flow.py Change idom() method to get_a_dom(), update uses, and documentation. 2013-05-14 14:52:11 -05:00
gen_bytecode_visitor.py Changed imports in llpython 2013-03-05 18:11:08 -03:00
nobitey.py Changed imports in llpython 2013-03-05 18:11:08 -03:00
opcode_util.py Updates to llpython.opcode_util to better support loop and exception control flow. 2013-05-14 14:52:11 -05:00
phi_injector.py Changed imports in llpython 2013-03-05 18:11:08 -03:00
pyaddfunc.py Ready for numba/llnumba -> llvmpy/llpython 2012-11-07 12:08:32 -06:00