summaryrefslogtreecommitdiff
path: root/bindings/python
AgeCommit message (Expand)AuthorFilesLines
2014-04-25[python] Fix getting section contents.Anders Waldenborg2-2/+12
2014-04-23[python] Fix python bindings testsAnders Waldenborg1-1/+0
2014-04-21Convert getFileOffset to getOffset and move it to its only user.Rafael Espindola1-12/+0
2014-02-23[python-bindings] Remove some cruft that snuck in.Michael Gottesman1-4/+2
2014-02-22[python-bindings] Added OpCode like support for all enumerations with unittests.Michael Gottesman2-37/+139
2013-12-20Fix documentation typosAlp Toker1-2/+2
2013-11-17python: Fix check for disasm creation failureAnders Waldenborg2-1/+5
2013-11-17python: Properly initialize before trying to create disasmAnders Waldenborg1-0/+26
2013-09-11[python-bindings] Added support for getting/setting operands of values and ge...Michael Gottesman2-3/+39
2013-09-11[python-bindings] Added support for iterating over a basic blocks instruction...Michael Gottesman2-0/+99
2013-09-11[python-bindings] Added support for iterating over a function's basic blocks,...Michael Gottesman2-0/+105
2013-09-11[python-bindings] Added support for getting a module's functions, iterating f...Michael Gottesman2-0/+101
2013-09-11[python-bindings] Export OpCode from core.py.Michael Gottesman1-0/+1
2013-09-11[python-bindings] Added test for reading a module from bitcode.Michael Gottesman1-0/+15
2013-09-11[python-bindings] Fixed 3 test failures caused by typos.Michael Gottesman2-4/+6
2013-09-11Fixed typo.Michael Gottesman1-3/+3
2013-09-11[python-bindings] Added code for loading a module from bitcode, getset its da...Michael Gottesman5-0/+128
2013-09-11[python-bindings] Added bindings for LLVMContextRef and a test for creating a...Michael Gottesman2-0/+29
2013-09-11[python-bindings] Implemented the PassRegistry class and the calls to initial...Michael Gottesman2-0/+72
2013-09-11[python-bindings] Removed unused import byref from llvm/disassembler.py.Michael Gottesman1-1/+0
2013-09-10[python-bindings] Changed test_memory_buffer_create_from_file to just use the...Michael Gottesman1-1/+1
2013-09-10[python bindings] Added code to get the length of a memory buffer. Tests are ...Michael Gottesman4-0/+14
2013-05-07We're in 3.4 land now.Bill Wendling1-1/+1
2012-12-01[python] Add markup option to disassemblerGregory Szorc2-1/+23
2012-11-20[python] fix get_library()Anders Waldenborg1-15/+35
2012-03-22[python] Add negative MemoryBuffer testcaseAnders Waldenborg1-0/+5
2012-03-21[python] Add some paths where to find test binaryAnders Waldenborg1-0/+2
2012-03-21[python] Mark get_test_binary as not being a testAnders Waldenborg1-0/+1
2012-03-11[llvm.py] Implement disassembler interfaceGregory Szorc2-0/+162
2012-03-10Revert "[llvm.py] Implement interface to enhanced disassembler"Gregory Szorc2-626/+0
2012-03-10[llvm.py] Implement interface to enhanced disassemblerGregory Szorc2-0/+626
2012-03-10[llvm.py] Make LLVMObject.__del__ work if called during __init__Gregory Szorc1-0/+3
2012-03-10[llvm.py] Define enumerations from Core.h; add OpCode classGregory Szorc3-2/+265
2012-03-10[llvm.py] Implement interface to object filesGregory Szorc10-144/+620
2012-03-09[llvm.py] Make ObjectFile destructor workGregory Szorc3-17/+33
2012-03-09[llvm.py] Initial skeleton for Python LLVM bindingsGregory Szorc7-0/+361