aboutsummaryrefslogtreecommitdiffstats
path: root/bindings/ocaml
Commit message (Expand)AuthorAgeFilesLines
* [OCaml] Impement Llvm_irreader, bindings to LLVM assembly parserPeter Zotov2013-11-066-1/+126
* [OCaml] Implement Llvm.string_of_llvaluePeter Zotov2013-11-063-0/+15
* [OCaml] (PR16190) Add ValueKinds for ConstantDataSequential and subclassesPeter Zotov2013-11-053-0/+8
* [OCaml] (PR16318) Add missing argument to Llvm.const_intcastPeter Zotov2013-11-053-5/+14
* [OCaml] (PR11717) Make declare_qualified_global respect address argumentPeter Zotov2013-11-051-1/+2
* [OCaml] Properly tag the custom operations of Llvm.llbuilderPeter Zotov2013-11-051-1/+1
* [OCaml] Llvm_linker: do not use external in module interfacePeter Zotov2013-11-051-2/+1
* [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
* Exposing MCJIT through C APIAndrew Kaylor2013-04-291-1/+1
* Fixing OCAML bindings for MCJITAndrew Kaylor2013-04-251-1/+1
* 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
* 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
* Minor fixes in Makefiles for the OCaml bindings:Wojciech Matyjewicz2011-11-092-6/+8
* 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
* C/OCaml API to retrieve struct name.Torok Edwin2011-10-063-0/+19
* ocaml bindings: add llvm_ipo based on IPO.hTorok Edwin2011-10-065-1/+255
* attempt to fix ocaml bindings: landing padsTorok Edwin2011-10-033-1/+27