summaryrefslogtreecommitdiff
path: root/bindings/ocaml/llvm
Commit message (Expand)AuthorAge
* [OCaml] Commit missing parts of r210395Peter Zotov2014-06-07
* [OCaml] Introduce an llmdkind abstract type.Peter Zotov2014-06-07
* [OCaml] Add an ocamlfind package llvm.all_backends.Peter Zotov2014-05-01
* [OCaml] Expose LLVM's fatal error and stacktrace APIsPeter Zotov2013-11-14
* [OCaml] Fix a typoPeter Zotov2013-11-12
* [OCaml] Impement Llvm_irreader, bindings to LLVM assembly parserPeter Zotov2013-11-06
* [OCaml] Implement Llvm.string_of_llvaluePeter Zotov2013-11-06
* [OCaml] (PR16190) Add ValueKinds for ConstantDataSequential and subclassesPeter Zotov2013-11-05
* [OCaml] (PR16318) Add missing argument to Llvm.const_intcastPeter Zotov2013-11-05
* [OCaml] (PR11717) Make declare_qualified_global respect address argumentPeter Zotov2013-11-05
* [OCaml] Properly tag the custom operations of Llvm.llbuilderPeter Zotov2013-11-05
* [OCaml] implement Llvm_passmgr_builder, bindings for PassManagerBuilderPeter Zotov2013-11-04
* [OCaml] DocumentationPeter Zotov2013-11-04
* [OCaml] Implement missing LLVMCore APIsPeter Zotov2013-11-04
* [OCaml] FormattingPeter Zotov2013-11-04
* [OCaml] Implement Llvm.MemoryBuffer.{of_string,as_string}Peter Zotov2013-11-03
* [OCaml] Fix ABI incompatibilityPeter Zotov2013-11-03
* [OCaml] Implement Llvm_linker, bindings for the IR linkerPeter Zotov2013-11-03
* [OCaml] Implement Llvm_vectorize bindingsPeter Zotov2013-11-03
* OCaml bindings: fix typoSylvestre Ledru2013-11-01
* OCaml bindings: fix typo in documentationSylvestre Ledru2013-11-01
* OCaml bindings: formattingSylvestre Ledru2013-11-01
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* add support for ocaml 3.12Nuno Lopes2012-09-02
* ocaml bindings: landing pad is now the last opcode.Benjamin Kramer2012-02-07
* Tidy up. s/Low Level Virtual Machine/LLVM/.Jim Grosbach2012-01-25
* Update OCaml bindings for the new half float type.Bob Wilson2011-12-28
* drop unneeded config.h includesDylan Noblesmith2011-12-22
* Minor fixes in Makefiles for the OCaml bindings:Wojciech Matyjewicz2011-11-09
* OCaml bindings: add some missing functions and testcases.Torok Edwin2011-10-14
* OCaml bindings: fix attributes to use all 32 bitsTorok Edwin2011-10-14
* OCaml bindings: add icmp_predicateTorok Edwin2011-10-14
* OCaml bindings: fix infinite recursion on string_of_lltypeTorok Edwin2011-10-14
* bindings: named struct supportTorok Edwin2011-10-14
* ocaml bindings: add findlib META supportTorok Edwin2011-10-14
* ocaml bindings: introduce classify_valueTorok Edwin2011-10-14
* ocaml bindings: add getopcode for constant and instruction, and int64_of_const.Torok Edwin2011-10-14
* bindings: tab and indentation fixes of my previous commitsTorok Edwin2011-10-14
* ocaml/C bindings: type->isSized()Torok Edwin2011-10-06
* add binding to read icmp predicateTorok Edwin2011-10-06
* ocaml/C bindings: getmdstring, add num_op, get_op should work on metadata tooTorok Edwin2011-10-06
* C/OCaml API to retrieve struct name.Torok Edwin2011-10-06
* attempt to fix ocaml bindings: landing padsTorok Edwin2011-10-03
* Remove the build_unwind function from the OCaml bindings.Peter Collingbourne2011-08-10
* Update OCaml bindings. Opaque types are gone, type holders are gone and theNick Lewycky2011-07-09
* Fix OCaml bindings crash, PR8847.Torok Edwin2010-12-23
* Add X86 MMX type to bitcode and Type.Dale Johannesen2010-09-10
* Remove unions from the ocaml bindings.Benjamin Kramer2010-08-28
* Fix a typo.Bob Wilson2010-08-20
* Expose LLVMSetOperand and LLVMGetNumOperands to llvm-c and ocaml.Erick Tryzelaar2010-08-20