[OCaml] Formatting
[oota-llvm.git] / bindings / python /
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