aboutsummaryrefslogtreecommitdiffstats
path: root/bindings
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [llvm.py] Initial skeleton for Python LLVM bindingsGregory Szorc2012-03-097-0/+361
* ocaml bindings: landing pad is now the last opcode.Benjamin Kramer2012-02-071-1/+1
* Tidy up. s/Low Level Virtual Machine/LLVM/.Jim Grosbach2012-01-251-1/+1
* Update OCaml bindings for the new half float type.Bob Wilson2011-12-282-0/+3
* drop unneeded config.h includesDylan Noblesmith2011-12-221-1/+0
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-121-1/+0
* Minor fixes in Makefiles for the OCaml bindings:Wojciech Matyjewicz2011-11-092-6/+8
* build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar2011-11-031-0/+22
* OCaml bindings: add some missing functions and testcases.Torok Edwin2011-10-146-3/+261
* OCaml bindings: fix attributes to use all 32 bitsTorok Edwin2011-10-143-42/+120
* OCaml bindings: add icmp_predicateTorok Edwin2011-10-141-0/+2
* OCaml bindings: fix infinite recursion on string_of_lltypeTorok Edwin2011-10-141-1/+8
* bindings: named struct supportTorok Edwin2011-10-143-1/+49
* ocaml bindings: add findlib META supportTorok Edwin2011-10-142-0/+84
* ocaml bindings: introduce classify_valueTorok Edwin2011-10-143-1/+119
* ocaml bindings: add getopcode for constant and instruction, and int64_of_const.Torok Edwin2011-10-143-1/+178
* bindings: tab and indentation fixes of my previous commitsTorok Edwin2011-10-141-31/+31
* ocaml/C bindings: type->isSized()Torok Edwin2011-10-063-0/+10
* add binding to read icmp predicateTorok Edwin2011-10-063-0/+17
* ocaml/C bindings: getmdstring, add num_op, get_op should work on metadata tooTorok Edwin2011-10-063-0/+37