llvm-6502/bindings/python/llvm
Gregory Szorc 0b3aae906f [llvm.py] Implement interface to enhanced disassembler
This requires a C++ change to EDDisassembler's ctor to function properly
(the llvm::InitializeAll* functions aren't being called currently and
there is no way to call them from Python).

Code is partially tested and works well enough for initial commit. There
are probably many small bugs.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152506 91177308-0d34-0410-b5e6-96231b3b80d8
2012-03-10 21:05:05 +00:00
..
tests [llvm.py] Implement interface to enhanced disassembler 2012-03-10 21:05:05 +00:00
__init__.py
common.py [llvm.py] Make LLVMObject.__del__ work if called during __init__ 2012-03-10 21:01:14 +00:00
core.py [llvm.py] Define enumerations from Core.h; add OpCode class 2012-03-10 05:50:56 +00:00
disassembler.py [llvm.py] Implement interface to enhanced disassembler 2012-03-10 21:05:05 +00:00
enumerations.py [llvm.py] Define enumerations from Core.h; add OpCode class 2012-03-10 05:50:56 +00:00
object.py [llvm.py] Implement interface to object files 2012-03-10 04:41:24 +00:00