summaryrefslogtreecommitdiff
path: root/bindings
AgeCommit message (Expand)AuthorFilesLines
2015-04-21DebugInfo: Remove DIArray and DITypeArray typedefsDuncan P. N. Exon Smith1-5/+5
2015-04-21DebugInfo: Drop rest of DIDescriptor subclassesDuncan P. N. Exon Smith1-7/+4
2015-04-20DebugInfo: Delete subclasses of DIScopeDuncan P. N. Exon Smith1-14/+10
2015-04-20DebugInfo: Delete old subclasses of DITypeDuncan P. N. Exon Smith1-25/+17
2015-04-16DebugInfo: Remove DIDescriptor from the DIBuilder APIDuncan P. N. Exon Smith1-20/+16
2015-04-15DebugInfo: Require a DebugLoc in DIBuilder::insertDeclare()Duncan P. N. Exon Smith1-4/+12
2015-04-08Go bindings: make various DIBuilder arguments optional.Peter Collingbourne1-15/+19
2015-04-07IR: Remove MDTupleTypedArrayWrapper::operator MDTuple*()Duncan P. N. Exon Smith1-2/+2
2015-04-07bindings/go: Stop using DIDescriptor::is*() and auto-castingDuncan P. N. Exon Smith1-32/+29
2015-03-05Go bindings: use MDNode::replaceAllUsesWith instead of MDTuple::replaceAllUse...Peter Collingbourne1-3/+2
2015-03-02Restore LLVMLinkModules C API until it is properly deprecated.Juergen Ributzka1-1/+1
2015-03-02bindings/go: expose DIBuilder::createReplaceableCompositeTypeAndrew Wilkins3-0/+49
2015-02-13[PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth1-1/+1
2015-02-13Re-sort the #include lines in bindings and examples which I managed toChandler Carruth5-6/+2
2015-02-06[OCaml] Add Llvm.build_empty_phi.Peter Zotov3-0/+17
2015-02-04SpecialCaseList: Add support for parsing multiple input files.Alexey Samsonov3-8/+16
2015-01-19IR: Return unique_ptr from MDNode::getTemporary()Duncan P. N. Exon Smith1-2/+3
2015-01-19IR: Remove MDNodeFwdDeclDuncan P. N. Exon Smith1-1/+2
2015-01-13[OCaml] Allow out-of-tree builds of LLVM bindings.Peter Zotov1-2/+9
2015-01-13[OCaml] Use $CAMLORIGIN, an rpath-$ORIGIN-like mechanism in OCaml.Peter Zotov1-4/+10
2014-12-30[OCaml] [cmake] Use LLVM_LIBRARY_DIR instead of LLVM_LIBRARY_OUTPUT_INTDIR.Peter Zotov2-4/+4
2014-12-24[OCaml] Expose Llvm_executionengine.get_{global_value,function}_address.Peter Zotov3-15/+40
2014-12-23Finish removing DestroySource.Rafael Espindola4-27/+7
2014-12-23[OCaml] PR22014: OCaml bindings didn't link to libLLVM-*.so with -Wl,--as-neededPeter Zotov1-2/+2
2014-12-13Go bindings: introduce Value.ConstantAsMetadata.Peter Collingbourne3-0/+10
2014-12-13Go bindings: introduce llvm.TemporaryMDNode.Peter Collingbourne3-0/+13
2014-12-13Go bindings: introduce Metadata.ReplaceAllUsesWith.Peter Collingbourne3-0/+16
2014-12-13Go bindings: expose the Metadata type.Peter Collingbourne6-266/+338
2014-12-13Go bindings: remove contextless metadata bindings.Peter Collingbourne1-11/+0
2014-12-09IR: Split Metadata from ValueDuncan P. N. Exon Smith1-24/+41
2014-12-02Add bindings for the rest of the MCJIT options that we previouslyEric Christopher2-0/+15
2014-12-02[OCaml] Add Llvm.mdnull.Peter Zotov3-0/+9
2014-12-01[OCaml] Move Llvm.clone_module to its own Llvm_transform_utils module.Peter Zotov12-7/+94
2014-12-01[OCaml] [cmake] Add CMake buildsystem for OCaml.Peter Zotov16-0/+114
2014-11-26Reformat with gofmt.Eric Christopher1-1/+1
2014-11-26Make SetMCJITOptimizationLevel more of a method and pass optionsEric Christopher2-5/+5
2014-11-26Make sure that the go bindings call LLVMInitializeMCJITCompilerOptionsEric Christopher2-12/+16
2014-11-25Go bindings: add DIBuilder.InsertValueAtEndPeter Collingbourne3-2/+27
2014-11-19Expose LLVM version string via macro in llvm-config.h, and modify Go bindingsPeter Collingbourne2-4/+19
2014-11-03[OCaml] Fix mismatched CAMLparam/CAMLreturn.Peter Zotov1-4/+3
2014-11-03[OCaml] Add -g on DEBUG_SYMBOLS=1, not ENABLE_OPTIMIZED.Peter Zotov1-1/+1
2014-11-03[OCaml] Don't use deprecated non-caml_namespaced functions.Peter Zotov1-7/+7
2014-11-03[OCaml] Initialize local roots prior to raising.Peter Zotov1-3/+4
2014-11-03[OCaml] Core package should depend on LLVMTransformUtils for LLVMCloneModule.Peter Zotov1-1/+1
2014-11-03[OCaml] Fix ocamlc -custom builds when configured as --enable-shared.Peter Zotov1-2/+3
2014-11-03[OCaml] Avoid embedding absolute paths into executables.Peter Zotov1-14/+14
2014-11-03[OCaml] Don't build stub libraries twice.Peter Zotov1-0/+3
2014-11-03[OCaml] META: remove exists_if(toplevel).Peter Zotov2-2/+0
2014-11-03[OCaml] ExecutionEngine package should not depend on interpreter.Peter Zotov1-1/+1
2014-10-31[OCaml] Ensure consistent naming.Peter Zotov6-3/+3