llvmpy/llvm
anthony cantor 8dbfc377ad added functionality to llvm.mc.Instr to print itself
uses binding of printInst on MCInstPrinter for printing
instruction.

also fixed a bug in llvm.mc.Disassembler.decode: idx should
start at zero, and we should pass code.getBase() + idx to
getInstruction. idx must start at zero because the while loop
compares it against code.getExtent() which returns only the
length of bs.
2013-09-18 11:52:21 -05:00
..
llrt disable float div/mod test temporarily 2013-08-14 17:45:38 -05:00
mc added functionality to llvm.mc.Instr to print itself 2013-09-18 11:52:21 -05:00
workaround fix avx detection for py3 2013-08-01 13:04:04 -05:00
__init__.py refactor TargetMachine into a new target module 2013-09-18 11:52:21 -05:00
_version.py Fix a lots of bugs in the newbinding to pass all the tests. 2013-02-13 15:52:53 -06:00
core.py some fixes so that test/testall.py will run 2013-09-18 11:52:21 -05:00
ee.py refactor TargetMachine into a new target module 2013-09-18 11:52:21 -05:00
llrt.py fix x86 arch type for LLRT 2013-08-14 18:25:32 -05:00
passes.py changes to make llvmpy compatible with development branch of llvm 2013-09-18 11:52:21 -05:00
target.py added functionality to llvm.mc.Instr to print itself 2013-09-18 11:52:21 -05:00
tbaa.py Fix a lots of bugs in the newbinding to pass all the tests. 2013-02-13 15:52:53 -06:00
test_llvmpy.py changes to make llvmpy compatible with development branch of llvm 2013-09-18 11:52:21 -05:00