History log of /external/llvm/bindings/python/llvm/tests/test_disassembler.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
fdddf771716a48857a1044abc7917886bf0bf719 01-Dec-2012 Gregory Szorc <gregory.szorc@gmail.com> [python] Add markup option to disassembler

Patch contributed by Wladimir J. van der Laan <laanwj@gmail.com>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169102 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/bindings/python/llvm/tests/test_disassembler.py
92a3e9d63a4fd408fce76c1b2ba71b5a7fb04b8a 11-Mar-2012 Gregory Szorc <gregory.szorc@gmail.com> [llvm.py] Implement disassembler interface

It doesn't currently support the op info and symbol lookup callbacks,
but it is better than nothing.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152527 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/bindings/python/llvm/tests/test_disassembler.py
309a2c4e3be8a5dc55e76e766be2d2fb0f9cdec2 10-Mar-2012 Gregory Szorc <gregory.szorc@gmail.com> Revert "[llvm.py] Implement interface to enhanced disassembler"

Chris Lattner says the edis interface is going away. It doesn't make
sense to land something that will go away in the near future.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152508 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/bindings/python/llvm/tests/test_disassembler.py
0b3aae906fa302bcad0863b92f16aec020db26ad 10-Mar-2012 Gregory Szorc <gregory.szorc@gmail.com> [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
/external/llvm/bindings/python/llvm/tests/test_disassembler.py