summaryrefslogtreecommitdiffstats
path: root/llvm/bindings
Commit message (Expand)AuthorAgeFilesLines
* [OCaml] Unbreak Llvm_target.TargetMachine.set_verbose_asmPeter Zotov2014-06-091-2/+2
* [OCaml] Commit missing parts of r210395Peter Zotov2014-06-071-1/+1
* [OCaml] Introduce an llmdkind abstract type.Peter Zotov2014-06-072-7/+11
* [OCaml] Add an ocamlfind package llvm.all_backends.Peter Zotov2014-05-016-1/+83
* [python] Fix getting section contents.Anders Waldenborg2014-04-252-2/+12
* [python] Fix python bindings testsAnders Waldenborg2014-04-231-1/+0
* Convert getFileOffset to getOffset and move it to its only user.Rafael Espindola2014-04-211-12/+0
* [python-bindings] Remove some cruft that snuck in.Michael Gottesman2014-02-231-4/+2
* [python-bindings] Added OpCode like support for all enumerations with unittests.Michael Gottesman2014-02-222-37/+139
* Makefile.ocaml: Tweak to use --system-libs.NAKAMURA Takumi2013-12-201-1/+1
* Fix documentation typosAlp Toker2013-12-202-3/+3
* [OCaml] Add a slash accidentally omitted from MakefilePeter Zotov2013-11-281-1/+1
* [OCaml] Embed rpath into stub libraries and native executablesPeter Zotov2013-11-271-3/+12
* [OCaml] Embed the flags necessary for linking with libLLVM.so into .cmxa filesPeter Zotov2013-11-261-0/+1
* [OCaml] Unbreak make install by providing ocamldoc targetPeter Zotov2013-11-211-1/+6
* python: Fix check for disasm creation failureAnders Waldenborg2013-11-172-1/+5
* python: Properly initialize before trying to create disasmAnders Waldenborg2013-11-171-0/+26
* [OCaml] Add Target and TargetMachine bindings to Llvm_targetPeter Zotov2013-11-153-1/+464
* [OCaml] Refactor Llvm_target interfacePeter Zotov2013-11-156-180/+186
* [OCaml] Fix building of stub librariesPeter Zotov2013-11-153-8/+8
* [OCaml] Build stub OCaml libraries for all configured targetsPeter Zotov2013-11-146-0/+195
* [OCaml] Expose LLVM's fatal error and stacktrace APIsPeter Zotov2013-11-143-0/+47
* [OCaml] Dynamically link LLVM on --enable-shared buildsPeter Zotov2013-11-121-1/+67
* [OCaml] Fix a typoPeter Zotov2013-11-121-6/+6
* [OCaml] Add missing Llvm_target functionsPeter Zotov2013-11-113-0/+28
* [OCaml] Accept context explicitly in Llvm_target functionsPeter Zotov2013-11-113-5/+7
* [OCaml] Make Llvm_target.DataLayout.t automatically managedPeter Zotov2013-11-115-43/+68
* [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
OpenPOWER on IntegriCloud