summaryrefslogtreecommitdiff
path: root/bindings/ocaml/llvm/llvm_ocaml.c
AgeCommit message (Expand)Author
2017-10-15Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman
2017-10-12[dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton
2017-07-27[OCaml] Fix undefined reference to LLVMDumpType() with NDEBUGMichal Gorny
2017-06-05[LLVM-C] [OCaml] Expose Type::subtypes.whitequark
2016-11-12[OCaml] Adapt to the new attribute C API.whitequark
2016-06-22[OCaml] Add functions for accessing metadata nodes.Peter Zotov
2016-04-10[OCaml] Expose the LLVM diagnostic handlerJeroen Ketema
2016-04-01[OCaml] Use LLVMCreateMessage with constant strings when calling llvm_raiseJeroen Ketema
2015-10-21[OCaml] Expose Llvm.{set_,}unnamed_addr.Peter Zotov
2015-07-16Revert "Update LLVM bindings after r239940. ..."Reid Kleckner
2015-06-18Update LLVM bindings after r239940. Apparently these aren't included inDaniel Jasper
2015-02-06[OCaml] Add Llvm.build_empty_phi.Peter Zotov
2014-12-02[OCaml] Add Llvm.mdnull.Peter Zotov
2014-11-03[OCaml] Fix mismatched CAMLparam/CAMLreturn.Peter Zotov
2014-11-03[OCaml] Don't use deprecated non-caml_namespaced functions.Peter Zotov
2014-11-03[OCaml] Initialize local roots prior to raising.Peter Zotov
2014-10-30[OCaml] Expose LLVM{Get,Set}DLLStorageClass.Peter Zotov
2014-10-30[OCaml] De-duplicate llvm_raise and llvm_string_of_message.Peter Zotov
2014-10-29[OCaml] Expose Llvm.parse_command_line_options.Peter Zotov
2014-10-29[OCaml] Drop support for 3.12.1 and earlier.Peter Zotov
2014-10-28[OCaml] PR19859: Add functions to query and modify branches.Peter Zotov
2014-10-28[OCaml] PR19859: Add Llvm.{fcmp_predicate,float_of_const}.Peter Zotov
2014-10-28[OCaml] Fix whitespace.Peter Zotov
2014-10-17[OCaml] Add Llvm.instr_clone.Peter Zotov
2014-08-12[OCaml] Expose Llvm.get_operand_use.Peter Zotov
2014-08-03[OCaml] Add Llvm.{string_of_const,const_element}.Peter Zotov
2014-07-22[OCaml] Don't truncate constants over 32 bits in Llvm.const_int.Peter Zotov
2013-11-14[OCaml] Expose LLVM's fatal error and stacktrace APIsPeter Zotov
2013-11-12[OCaml] Fix a typoPeter Zotov
2013-11-06[OCaml] Implement Llvm.string_of_llvaluePeter Zotov
2013-11-05[OCaml] (PR16190) Add ValueKinds for ConstantDataSequential and subclassesPeter Zotov
2013-11-05[OCaml] (PR16318) Add missing argument to Llvm.const_intcastPeter Zotov
2013-11-05[OCaml] (PR11717) Make declare_qualified_global respect address argumentPeter Zotov
2013-11-05[OCaml] Properly tag the custom operations of Llvm.llbuilderPeter Zotov
2013-11-04[OCaml] DocumentationPeter Zotov
2013-11-04[OCaml] Implement missing LLVMCore APIsPeter Zotov
2013-11-04[OCaml] FormattingPeter Zotov
2013-11-03[OCaml] Implement Llvm.MemoryBuffer.{of_string,as_string}Peter Zotov
2013-11-03[OCaml] Fix ABI incompatibilityPeter Zotov
2013-11-01OCaml bindings: formattingSylvestre Ledru
2012-09-02add support for ocaml 3.12Nuno Lopes
2012-02-07ocaml bindings: landing pad is now the last opcode.Benjamin Kramer
2011-12-22drop unneeded config.h includesDylan Noblesmith
2011-10-14OCaml bindings: add some missing functions and testcases.Torok Edwin
2011-10-14OCaml bindings: fix attributes to use all 32 bitsTorok Edwin
2011-10-14bindings: named struct supportTorok Edwin
2011-10-14ocaml bindings: introduce classify_valueTorok Edwin
2011-10-14ocaml bindings: add getopcode for constant and instruction, and int64_of_const.Torok Edwin
2011-10-14bindings: tab and indentation fixes of my previous commitsTorok Edwin
2011-10-06ocaml/C bindings: type->isSized()Torok Edwin