llvmpy/llpython
2013-06-06 14:13:39 -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 Continued generalization of byte_flow.demo_flow_builder(), moving traversal logic into visitor function opcode_util.visit_code_args(). Modified byte_control.main() to use visit_code_args(). 2013-06-06 14:08:09 -05:00
byte_flow.py Continued generalization of byte_flow.demo_flow_builder(), moving traversal logic into visitor function opcode_util.visit_code_args(). Modified byte_control.main() to use visit_code_args(). 2013-06-06 14:08:09 -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 Continued generalization of byte_flow.demo_flow_builder(), moving traversal logic into visitor function opcode_util.visit_code_args(). Modified byte_control.main() to use visit_code_args(). 2013-06-06 14:08:09 -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 Checking in non-functional attempt at type dependency simplification pass in llpython.type_flow. 2013-06-03 16:00:46 -05:00