aboutsummaryrefslogtreecommitdiffstats
path: root/bindings
Commit message (Expand)AuthorAgeFilesLines
* [OCaml] implement Llvm_passmgr_builder, bindings for PassManagerBuilderPeter Zotov2013-11-046-1/+227
* [OCaml] DocumentationPeter Zotov2013-11-042-7/+19
* [OCaml] Implement missing LLVMCore APIsPeter Zotov2013-11-043-62/+349
* [OCaml] FormattingPeter Zotov2013-11-043-172/+48
* [OCaml] Implement Llvm.MemoryBuffer.{of_string,as_string}Peter Zotov2013-11-033-0/+33
* [OCaml] Fix ABI incompatibilityPeter Zotov2013-11-032-1/+8
* [OCaml] Implement Llvm_linker, bindings for the IR linkerPeter Zotov2013-11-036-1/+131
* [OCaml] Implement Llvm_vectorize bindingsPeter Zotov2013-11-036-1/+106
* [OCaml] Llvm_target: fix typo (Int_val instead of Int64_val)Peter Zotov2013-11-031-1/+1
* [OCaml] Llvm_scalar_opts: add missing transformsPeter Zotov2013-11-033-0/+13
* [OCaml] Llvm_ipo: add missing transformsPeter Zotov2013-11-033-0/+12
* OCaml bindings: fix typoSylvestre Ledru2013-11-011-1/+1
* OCaml bindings: remove unused DONT_BUILD_RELINKED from MakefilesSylvestre Ledru2013-11-012-2/+0
* OCaml bindings: fix typoSylvestre Ledru2013-11-012-2/+2
* OCaml bindings: fix typo in documentationSylvestre Ledru2013-11-011-1/+1
* OCaml bindings: formattingSylvestre Ledru2013-11-0124-74/+44
* [python-bindings] Added support for getting/setting operands of values and ge...Michael Gottesman2013-09-112-3/+39
* [python-bindings] Added support for iterating over a basic blocks instruction...Michael Gottesman2013-09-112-0/+99
* [python-bindings] Added support for iterating over a function's basic blocks,...Michael Gottesman2013-09-112-0/+105
* [python-bindings] Added support for getting a module's functions, iterating f...Michael Gottesman2013-09-112-0/+101
* [python-bindings] Export OpCode from core.py.Michael Gottesman2013-09-111-0/+1
* [python-bindings] Added test for reading a module from bitcode.Michael Gottesman2013-09-111-0/+15
* [python-bindings] Fixed 3 test failures caused by typos.Michael Gottesman2013-09-112-4/+6
* Fixed typo.Michael Gottesman2013-09-111-3/+3
* [python-bindings] Added code for loading a module from bitcode, getset its da...Michael Gottesman2013-09-115-0/+128
* [python-bindings] Added bindings for LLVMContextRef and a test for creating a...Michael Gottesman2013-09-112-0/+29
* [python-bindings] Implemented the PassRegistry class and the calls to initial...Michael Gottesman2013-09-112-0/+72
* [python-bindings] Removed unused import byref from llvm/disassembler.py.Michael Gottesman2013-09-111-1/+0
* [python-bindings] Changed test_memory_buffer_create_from_file to just use the...Michael Gottesman2013-09-101-1/+1
* [python bindings] Added code to get the length of a memory buffer. Tests are ...Michael Gottesman2013-09-104-0/+14
* We're in 3.4 land now.Bill Wendling2013-05-071-1/+1
* Exposing MCJIT through C APIAndrew Kaylor2013-04-291-1/+1
* Fixing OCAML bindings for MCJITAndrew Kaylor2013-04-251-1/+1
* [python] Add markup option to disassemblerGregory Szorc2012-12-012-1/+23
* [python] fix get_library()Anders Waldenborg2012-11-201-15/+35
* Fix a build error for ocaml bindings that was introduced with the TargetData ...Micah Villmow2012-10-191-1/+1
* Fix the ocaml binding breakage from TargetData -> DataLayout changes.Micah Villmow2012-10-081-19/+19
* Move TargetData to DataLayout.Micah Villmow2012-10-086-79/+79
* add support for ocaml 3.12Nuno Lopes2012-09-022-0/+6
* Remove tabs.Bill Wendling2012-07-192-4/+3
* [python] Add negative MemoryBuffer testcaseAnders Waldenborg2012-03-221-0/+5
* [python] Add some paths where to find test binaryAnders Waldenborg2012-03-211-0/+2
* [python] Mark get_test_binary as not being a testAnders Waldenborg2012-03-211-0/+1
* [llvm.py] Implement disassembler interfaceGregory Szorc2012-03-112-0/+162
* Revert "[llvm.py] Implement interface to enhanced disassembler"Gregory Szorc2012-03-102-626/+0
* [llvm.py] Implement interface to enhanced disassemblerGregory Szorc2012-03-102-0/+626
* [llvm.py] Make LLVMObject.__del__ work if called during __init__Gregory Szorc2012-03-101-0/+3
* [llvm.py] Define enumerations from Core.h; add OpCode classGregory Szorc2012-03-103-2/+265
* [llvm.py] Implement interface to object filesGregory Szorc2012-03-1010-144/+620
* [llvm.py] Make ObjectFile destructor workGregory Szorc2012-03-093-17/+33