summaryrefslogtreecommitdiff
path: root/bindings
AgeCommit message (Expand)AuthorFilesLines
2015-12-18Deprecate a few C APIs.Rafael Espindola3-12/+9
2015-12-18Reorganize the C API headers to improve build times.Eric Christopher5-0/+5
2015-12-16Change linkInModule to take a std::unique_ptr.Rafael Espindola4-13/+9
2015-11-09Fix `llvm-config` to adapt to the install environment.Richard Diamond1-0/+2
2015-11-05DI: Reverse direction of subprogram -> function edge.Peter Collingbourne6-5/+12
2015-10-21[OCaml] Expose Llvm.{set_,}unnamed_addr.Peter Zotov3-0/+23
2015-10-15Remove DIFile from createSubroutineType.Eric Christopher1-2/+1
2015-09-06[bindings] Update Go bindings to DIBuilderAndrew Wilkins3-22/+59
2015-08-18[PM/AA] Remove the last relics of the separate IPA library from LLVM,Chandler Carruth1-4/+0
2015-08-05Revert "Fix `llvm-config` to emit the linker flag for the combined shared obj...Richard Diamond1-2/+0
2015-07-31DI: Rewrite the DIBuilder local variable APIDuncan P. N. Exon Smith1-4/+9
2015-07-27Fix `llvm-config` to emit the linker flag for the combined shared object buil...JF Bastien1-0/+2
2015-07-16Revert "Update LLVM bindings after r239940. ..."Reid Kleckner2-2/+2
2015-07-15Expose setPersonalityFn to GoAndrew Wilkins1-2/+5
2015-07-06Remove getRelocationAddress.Rafael Espindola1-11/+0
2015-06-27[OCaml] Bump ctypes dependency to 0.4.Peter Zotov1-5/+5
2015-06-18Update LLVM bindings after r239940. Apparently these aren't included inDaniel Jasper2-2/+2
2015-06-15Add safestack attribute to LLVMAttribute enum and Go bindings. CorrectPeter Collingbourne2-0/+4
2015-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith1-29/+29
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