Commit graph

13 commits

Author SHA1 Message Date
Jon Riehl
aacfce25bf Manual merge from origin/master after applying PR#83. 2013-09-09 16:14:32 -05:00
Sergio Pascual
aae25f5e55 Remove shebangs from library code 2013-09-09 13:00:01 +02:00
Jon Riehl
68030d51d1 Modified BytecodeFlowBuilder and AddressFlowBuilder to use a named tuple for representing bytecode instructions. 2013-06-11 16:44:15 -05:00
Jon Riehl
0b24adb80a Modified various passes to use the inspect module instead of using type comparisons or isinstance. 2013-06-07 15:30:45 -05:00
Jon Riehl
722453502c 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
Jon Riehl
bba305774a Moved most of llpython.tests.test_addr_flow into llpython.tests.test_byte_flow, made some modifications to various modules to facilitate proper handling of try-finally. 2013-06-05 18:52:27 -05:00
Jon Riehl
4837bf194e 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
Jon Riehl
abbf972768 Added address flow builder, and type constraint generator. 2013-05-21 11:58:26 -05:00
Jon Riehl
6f532f164a Working on full opcode coverage and support for exception control flow. 2013-05-14 14:52:11 -05:00
Jon Riehl
5ef00671e7 Add support for more bytecodes. 2013-05-14 14:52:11 -05:00
Hernan Grecco
b8da3c7a73 Changed imports in llpython 2013-03-05 18:11:08 -03:00
Jon Riehl
ffc067f852 Attempt at a fix for issue #48. 2013-01-28 20:08:09 -06:00
Travis E. Oliphant
bbc7a4ddf0 Ready for numba/llnumba -> llvmpy/llpython 2012-11-07 12:08:32 -06:00
Renamed from byte_flow.py (Browse further)