llvm-6502/bindings/python/llvm
Michael Gottesman abaa85d88d [python-bindings] Added support for getting/setting operands of values and getting the number of operands of a value.
Also in the process did some cleanups for BasicBlock.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190477 91177308-0d34-0410-b5e6-96231b3b80d8
2013-09-11 01:38:12 +00:00
..
tests [python-bindings] Added support for getting/setting operands of values and getting the number of operands of a value. 2013-09-11 01:38:12 +00:00
__init__.py
bit_reader.py [python-bindings] Added code for loading a module from bitcode, getset its datalayout, getset its target, dump it, print it to a file. 2013-09-11 00:23:14 +00:00
common.py We're in 3.4 land now. 2013-05-07 20:31:28 +00:00
core.py [python-bindings] Added support for getting/setting operands of values and getting the number of operands of a value. 2013-09-11 01:38:12 +00:00
disassembler.py [python-bindings] Removed unused import byref from llvm/disassembler.py. 2013-09-11 00:23:05 +00:00
enumerations.py
object.py