llvm-6502/bindings/python/llvm
Michael Gottesman 653212fdd1 [python bindings] Added code to get the length of a memory buffer. Tests are included.
This is a part of a series of patches that have been sitting fallow on a
personal branch that I have been messing with for a bit.

The patches start to flesh out the python llvm-c wrapper to the point where you can:

1. Load Modules from Bitcode/Dump/Print them.
2. Iterate over Functions from those modules/get their names/dump them.
3. Iterate over the BasicBlocks from said function/get the BB's name/dump it.
4. Iterate over the Instructions in said BasicBlocks/get the instructions
   name/dump the instruction.

My main interest in developing this was to be able to gather statistics about
LLVM IR using python scripts to speed up statistical profiling of different IR
level transformations (hence the focus on printing/dumping/getting names).

This is a gift from me to the LLVM community = ).

I am going to be committing the patches slowly over the next bit as I have time
to prepare the patches.

The overall organization follows the c-api like the bindings that are already
implemented.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190388 91177308-0d34-0410-b5e6-96231b3b80d8
2013-09-10 06:57:57 +00:00
..
tests [python bindings] Added code to get the length of a memory buffer. Tests are included. 2013-09-10 06:57:57 +00:00
__init__.py
common.py We're in 3.4 land now. 2013-05-07 20:31:28 +00:00
core.py [python bindings] Added code to get the length of a memory buffer. Tests are included. 2013-09-10 06:57:57 +00:00
disassembler.py [python] Add markup option to disassembler 2012-12-01 21:57:30 +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