llvmpy/llpython
2013-06-07 19:18:34 -05:00
..
tests Added llpython.tests.test_all module for unit testing all llpython. 2013-06-06 14:13:39 -05:00
__init__.py Ready for numba/llnumba -> llvmpy/llpython 2012-11-07 12:08:32 -06:00
addr_flow.py Moved some utility functions into class methods of the BytecodeFlowBuilder class, and eliminated redundant code in AddressFlowBuilder. 2013-06-05 15:28:17 -05:00
byte_control.py Modified various passes to use the inspect module instead of using type comparisons or isinstance. 2013-06-07 15:30:45 -05:00
byte_flow.py Modified various passes to use the inspect module instead of using type comparisons or isinstance. 2013-06-07 15:30:45 -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 Added address flow builder, and type constraint generator. 2013-05-21 11:58:26 -05:00
bytetype.py Ready for numba/llnumba -> llvmpy/llpython 2012-11-07 12:08:32 -06:00
control_flow.py Reintroduced dead code elimination to CFA pass to avoid dataflow problems. Updated tests. 2013-05-16 15:38:12 -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 Modified various passes to use the inspect module instead of using type comparisons or isinstance. 2013-06-07 15:30:45 -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
type_flow.py Fixed llpython.type_flow's main routine. Was using addr_flow.build_addr_flow() which was removed. 2013-06-07 19:18:34 -05:00