summaryrefslogtreecommitdiff
path: root/bindings
AgeCommit message (Expand)Author
2015-02-13Re-sort the #include lines in bindings and examples which I managed toChandler Carruth
2015-02-06[OCaml] Add Llvm.build_empty_phi.Peter Zotov
2015-02-04SpecialCaseList: Add support for parsing multiple input files.Alexey Samsonov
2015-01-19IR: Return unique_ptr from MDNode::getTemporary()Duncan P. N. Exon Smith
2015-01-19IR: Remove MDNodeFwdDeclDuncan P. N. Exon Smith
2015-01-13[OCaml] Allow out-of-tree builds of LLVM bindings.Peter Zotov
2015-01-13[OCaml] Use $CAMLORIGIN, an rpath-$ORIGIN-like mechanism in OCaml.Peter Zotov
2014-12-30[OCaml] [cmake] Use LLVM_LIBRARY_DIR instead of LLVM_LIBRARY_OUTPUT_INTDIR.Peter Zotov
2014-12-24[OCaml] Expose Llvm_executionengine.get_{global_value,function}_address.Peter Zotov
2014-12-23Finish removing DestroySource.Rafael Espindola
2014-12-23[OCaml] PR22014: OCaml bindings didn't link to libLLVM-*.so with -Wl,--as-neededPeter Zotov
2014-12-13Go bindings: introduce Value.ConstantAsMetadata.Peter Collingbourne
2014-12-13Go bindings: introduce llvm.TemporaryMDNode.Peter Collingbourne
2014-12-13Go bindings: introduce Metadata.ReplaceAllUsesWith.Peter Collingbourne
2014-12-13Go bindings: expose the Metadata type.Peter Collingbourne
2014-12-13Go bindings: remove contextless metadata bindings.Peter Collingbourne
2014-12-09IR: Split Metadata from ValueDuncan P. N. Exon Smith
2014-12-02Add bindings for the rest of the MCJIT options that we previouslyEric Christopher
2014-12-02[OCaml] Add Llvm.mdnull.Peter Zotov
2014-12-01[OCaml] Move Llvm.clone_module to its own Llvm_transform_utils module.Peter Zotov
2014-12-01[OCaml] [cmake] Add CMake buildsystem for OCaml.Peter Zotov
2014-11-26Reformat with gofmt.Eric Christopher
2014-11-26Make SetMCJITOptimizationLevel more of a method and pass optionsEric Christopher
2014-11-26Make sure that the go bindings call LLVMInitializeMCJITCompilerOptionsEric Christopher
2014-11-25Go bindings: add DIBuilder.InsertValueAtEndPeter Collingbourne
2014-11-19Expose LLVM version string via macro in llvm-config.h, and modify Go bindingsPeter Collingbourne
2014-11-03[OCaml] Fix mismatched CAMLparam/CAMLreturn.Peter Zotov
2014-11-03[OCaml] Add -g on DEBUG_SYMBOLS=1, not ENABLE_OPTIMIZED.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-11-03[OCaml] Core package should depend on LLVMTransformUtils for LLVMCloneModule.Peter Zotov
2014-11-03[OCaml] Fix ocamlc -custom builds when configured as --enable-shared.Peter Zotov
2014-11-03[OCaml] Avoid embedding absolute paths into executables.Peter Zotov
2014-11-03[OCaml] Don't build stub libraries twice.Peter Zotov
2014-11-03[OCaml] META: remove exists_if(toplevel).Peter Zotov
2014-11-03[OCaml] ExecutionEngine package should not depend on interpreter.Peter Zotov
2014-10-31[OCaml] Ensure consistent naming.Peter Zotov
2014-10-31[OCaml] Rework Llvm_executionengine using ctypes.Peter Zotov
2014-10-30[OCaml] Expose LLVMCloneModule.Peter Zotov
2014-10-30[OCaml] Expose LLVM{Get,Set}DLLStorageClass.Peter Zotov
2014-10-30[OCaml] [autoconf] Migrate to ocamlfind.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] Expose Llvm_target.TargetMachine.add_analysis_passes.Peter Zotov
2014-10-29[OCaml] If compiled without --enable-shared, hide packages from toplevel.Peter Zotov
2014-10-29[OCaml] Expose Llvm_bitwriter.write_bitcode_to_memory_buffer.Peter Zotov
2014-10-29[OCaml] Drop support for 3.12.1 and earlier.Peter Zotov
2014-10-29[OCaml] Synchronize transformations with LLVM-C.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