summaryrefslogtreecommitdiff
path: root/bindings/ocaml
AgeCommit message (Expand)AuthorFilesLines
2013-12-20Makefile.ocaml: Tweak to use --system-libs.NAKAMURA Takumi1-1/+1
2013-12-20Fix documentation typosAlp Toker1-1/+1
2013-11-28[OCaml] Add a slash accidentally omitted from MakefilePeter Zotov1-1/+1
2013-11-27[OCaml] Embed rpath into stub libraries and native executablesPeter Zotov1-3/+12
2013-11-26[OCaml] Embed the flags necessary for linking with libLLVM.so into .cmxa filesPeter Zotov1-0/+1
2013-11-21[OCaml] Unbreak make install by providing ocamldoc targetPeter Zotov1-1/+6
2013-11-15[OCaml] Add Target and TargetMachine bindings to Llvm_targetPeter Zotov3-1/+464
2013-11-15[OCaml] Refactor Llvm_target interfacePeter Zotov6-180/+186
2013-11-15[OCaml] Fix building of stub librariesPeter Zotov3-8/+8
2013-11-14[OCaml] Build stub OCaml libraries for all configured targetsPeter Zotov6-0/+195
2013-11-14[OCaml] Expose LLVM's fatal error and stacktrace APIsPeter Zotov3-0/+47
2013-11-12[OCaml] Dynamically link LLVM on --enable-shared buildsPeter Zotov1-1/+67
2013-11-12[OCaml] Fix a typoPeter Zotov1-6/+6
2013-11-11[OCaml] Add missing Llvm_target functionsPeter Zotov3-0/+28
2013-11-11[OCaml] Accept context explicitly in Llvm_target functionsPeter Zotov3-5/+7
2013-11-11[OCaml] Make Llvm_target.DataLayout.t automatically managedPeter Zotov5-43/+68
2013-11-06[OCaml] Impement Llvm_irreader, bindings to LLVM assembly parserPeter Zotov6-1/+126
2013-11-06[OCaml] Implement Llvm.string_of_llvaluePeter Zotov3-0/+15
2013-11-05[OCaml] (PR16190) Add ValueKinds for ConstantDataSequential and subclassesPeter Zotov3-0/+8
2013-11-05[OCaml] (PR16318) Add missing argument to Llvm.const_intcastPeter Zotov3-5/+14
2013-11-05[OCaml] (PR11717) Make declare_qualified_global respect address argumentPeter Zotov1-1/+2
2013-11-05[OCaml] Properly tag the custom operations of Llvm.llbuilderPeter Zotov1-1/+1
2013-11-05[OCaml] Llvm_linker: do not use external in module interfacePeter Zotov1-2/+1
2013-11-04[OCaml] implement Llvm_passmgr_builder, bindings for PassManagerBuilderPeter Zotov6-1/+227
2013-11-04[OCaml] DocumentationPeter Zotov2-7/+19
2013-11-04[OCaml] Implement missing LLVMCore APIsPeter Zotov3-62/+349
2013-11-04[OCaml] FormattingPeter Zotov3-172/+48
2013-11-03[OCaml] Implement Llvm.MemoryBuffer.{of_string,as_string}Peter Zotov3-0/+33
2013-11-03[OCaml] Fix ABI incompatibilityPeter Zotov2-1/+8
2013-11-03[OCaml] Implement Llvm_linker, bindings for the IR linkerPeter Zotov6-1/+131
2013-11-03[OCaml] Implement Llvm_vectorize bindingsPeter Zotov6-1/+106
2013-11-03[OCaml] Llvm_target: fix typo (Int_val instead of Int64_val)Peter Zotov1-1/+1
2013-11-03[OCaml] Llvm_scalar_opts: add missing transformsPeter Zotov3-0/+13
2013-11-03[OCaml] Llvm_ipo: add missing transformsPeter Zotov3-0/+12
2013-11-01OCaml bindings: fix typoSylvestre Ledru1-1/+1
2013-11-01OCaml bindings: remove unused DONT_BUILD_RELINKED from MakefilesSylvestre Ledru2-2/+0
2013-11-01OCaml bindings: fix typoSylvestre Ledru2-2/+2
2013-11-01OCaml bindings: fix typo in documentationSylvestre Ledru1-1/+1
2013-11-01OCaml bindings: formattingSylvestre Ledru24-74/+44
2013-04-29Exposing MCJIT through C APIAndrew Kaylor1-1/+1
2013-04-25Fixing OCAML bindings for MCJITAndrew Kaylor1-1/+1
2012-10-19Fix a build error for ocaml bindings that was introduced with the TargetData ...Micah Villmow1-1/+1
2012-10-08Fix the ocaml binding breakage from TargetData -> DataLayout changes.Micah Villmow1-19/+19
2012-10-08Move TargetData to DataLayout.Micah Villmow6-79/+79
2012-09-02add support for ocaml 3.12Nuno Lopes2-0/+6
2012-07-19Remove tabs.Bill Wendling2-4/+3
2012-02-07ocaml bindings: landing pad is now the last opcode.Benjamin Kramer1-1/+1
2012-01-25Tidy up. s/Low Level Virtual Machine/LLVM/.Jim Grosbach1-1/+1
2011-12-28Update OCaml bindings for the new half float type.Bob Wilson2-0/+3
2011-12-22drop unneeded config.h includesDylan Noblesmith1-1/+0