[OCaml] Expose Llvm.parse_command_line_options.
[oota-llvm.git] / bindings / python / llvm /
2014-04-25 Anders Waldenborg[python] Fix getting section contents.
2014-04-23 Anders Waldenborg[python] Fix python bindings tests
2014-04-21 Rafael EspindolaConvert getFileOffset to getOffset and move it to its...
2014-02-23 Michael Gottesman[python-bindings] Remove some cruft that snuck in.
2014-02-22 Michael Gottesman[python-bindings] Added OpCode like support for all...
2013-12-20 Alp TokerFix documentation typos
2013-11-17 Anders Waldenborgpython: Fix check for disasm creation failure
2013-11-17 Anders Waldenborgpython: Properly initialize before trying to create...
2013-09-11 Michael Gottesman[python-bindings] Added support for getting/setting...
2013-09-11 Michael Gottesman[python-bindings] Added support for iterating over...
2013-09-11 Michael Gottesman[python-bindings] Added support for iterating over...
2013-09-11 Michael Gottesman[python-bindings] Added support for getting a module...
2013-09-11 Michael Gottesman[python-bindings] Export OpCode from core.py.
2013-09-11 Michael Gottesman[python-bindings] Added test for reading a module from...
2013-09-11 Michael Gottesman[python-bindings] Fixed 3 test failures caused by typos.
2013-09-11 Michael GottesmanFixed typo.
2013-09-11 Michael Gottesman[python-bindings] Added code for loading a module from...
2013-09-11 Michael Gottesman[python-bindings] Added bindings for LLVMContextRef...
2013-09-11 Michael Gottesman[python-bindings] Implemented the PassRegistry class...
2013-09-11 Michael Gottesman[python-bindings] Removed unused import byref from...
2013-09-10 Michael Gottesman[python-bindings] Changed test_memory_buffer_create_fro...
2013-09-10 Michael Gottesman[python bindings] Added code to get the length of a...
2013-05-07 Bill WendlingWe're in 3.4 land now.
2012-12-01 Gregory Szorc[python] Add markup option to disassembler
2012-11-20 Anders Waldenborg[python] fix get_library()
2012-03-22 Anders Waldenborg[python] Add negative MemoryBuffer testcase
2012-03-21 Anders Waldenborg[python] Add some paths where to find test binary
2012-03-21 Anders Waldenborg[python] Mark get_test_binary as not being a test
2012-03-11 Gregory Szorc[llvm.py] Implement disassembler interface
2012-03-10 Gregory SzorcRevert "[llvm.py] Implement interface to enhanced disas...
2012-03-10 Gregory Szorc[llvm.py] Implement interface to enhanced disassembler
2012-03-10 Gregory Szorc[llvm.py] Make LLVMObject.__del__ work if called during...
2012-03-10 Gregory Szorc[llvm.py] Define enumerations from Core.h; add OpCode...
2012-03-10 Gregory Szorc[llvm.py] Implement interface to object files
2012-03-09 Gregory Szorc[llvm.py] Make ObjectFile destructor work
2012-03-09 Gregory Szorc[llvm.py] Initial skeleton for Python LLVM bindings