summaryrefslogtreecommitdiffstats
path: root/bindings
Commit message (Expand)AuthorAgeFilesLines
* Fix `llvm-config` to adapt to the install environment.Richard Diamond2015-11-091-0/+2
* DI: Reverse direction of subprogram -> function edge.Peter Collingbourne2015-11-056-5/+12
* [OCaml] Expose Llvm.{set_,}unnamed_addr.Peter Zotov2015-10-213-0/+23
* Remove DIFile from createSubroutineType.Eric Christopher2015-10-151-2/+1
* [bindings] Update Go bindings to DIBuilderAndrew Wilkins2015-09-063-22/+59
* [PM/AA] Remove the last relics of the separate IPA library from LLVM,Chandler Carruth2015-08-181-4/+0
* Revert "Fix `llvm-config` to emit the linker flag for the combined shared obj...Richard Diamond2015-08-051-2/+0
* DI: Rewrite the DIBuilder local variable APIDuncan P. N. Exon Smith2015-07-311-4/+9
* Fix `llvm-config` to emit the linker flag for the combined shared object buil...JF Bastien2015-07-271-0/+2
* Revert "Update LLVM bindings after r239940. ..."Reid Kleckner2015-07-162-2/+2
* Expose setPersonalityFn to GoAndrew Wilkins2015-07-151-2/+5
* Remove getRelocationAddress.Rafael Espindola2015-07-061-11/+0
* [OCaml] Bump ctypes dependency to 0.4.Peter Zotov2015-06-271-5/+5
* Update LLVM bindings after r239940. Apparently these aren't included inDaniel Jasper2015-06-182-2/+2
* Add safestack attribute to LLVMAttribute enum and Go bindings. CorrectPeter Collingbourne2015-06-152-0/+4
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-29/+29
* DebugInfo: Remove DIArray and DITypeArray typedefsDuncan P. N. Exon Smith2015-04-211-5/+5
* DebugInfo: Drop rest of DIDescriptor subclassesDuncan P. N. Exon Smith2015-04-211-7/+4
* DebugInfo: Delete subclasses of DIScopeDuncan P. N. Exon Smith2015-04-201-14/+10
* DebugInfo: Delete old subclasses of DITypeDuncan P. N. Exon Smith2015-04-201-25/+17
* DebugInfo: Remove DIDescriptor from the DIBuilder APIDuncan P. N. Exon Smith2015-04-161-20/+16
* DebugInfo: Require a DebugLoc in DIBuilder::insertDeclare()Duncan P. N. Exon Smith2015-04-151-4/+12
* Go bindings: make various DIBuilder arguments optional.Peter Collingbourne2015-04-081-15/+19
* IR: Remove MDTupleTypedArrayWrapper::operator MDTuple*()Duncan P. N. Exon Smith2015-04-071-2/+2
* bindings/go: Stop using DIDescriptor::is*() and auto-castingDuncan P. N. Exon Smith2015-04-071-32/+29
* Go bindings: use MDNode::replaceAllUsesWith instead of MDTuple::replaceAllUse...Peter Collingbourne2015-03-051-3/+2
* Restore LLVMLinkModules C API until it is properly deprecated.Juergen Ributzka2015-03-021-1/+1
* bindings/go: expose DIBuilder::createReplaceableCompositeTypeAndrew Wilkins2015-03-023-0/+49
* [PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth2015-02-131-1/+1
* Re-sort the #include lines in bindings and examples which I managed toChandler Carruth2015-02-135-6/+2
* [OCaml] Add Llvm.build_empty_phi.Peter Zotov2015-02-063-0/+17
* SpecialCaseList: Add support for parsing multiple input files.Alexey Samsonov2015-02-043-8/+16
* IR: Return unique_ptr from MDNode::getTemporary()Duncan P. N. Exon Smith2015-01-191-2/+3
* IR: Remove MDNodeFwdDeclDuncan P. N. Exon Smith2015-01-191-1/+2
* [OCaml] Allow out-of-tree builds of LLVM bindings.Peter Zotov2015-01-131-2/+9
* [OCaml] Use $CAMLORIGIN, an rpath-$ORIGIN-like mechanism in OCaml.Peter Zotov2015-01-131-4/+10
* [OCaml] [cmake] Use LLVM_LIBRARY_DIR instead of LLVM_LIBRARY_OUTPUT_INTDIR.Peter Zotov2014-12-302-4/+4
* [OCaml] Expose Llvm_executionengine.get_{global_value,function}_address.Peter Zotov2014-12-243-15/+40
* Finish removing DestroySource.Rafael Espindola2014-12-234-27/+7
* [OCaml] PR22014: OCaml bindings didn't link to libLLVM-*.so with -Wl,--as-neededPeter Zotov2014-12-231-2/+2
* Go bindings: introduce Value.ConstantAsMetadata.Peter Collingbourne2014-12-133-0/+10
* Go bindings: introduce llvm.TemporaryMDNode.Peter Collingbourne2014-12-133-0/+13
* Go bindings: introduce Metadata.ReplaceAllUsesWith.Peter Collingbourne2014-12-133-0/+16
* Go bindings: expose the Metadata type.Peter Collingbourne2014-12-136-266/+338
* Go bindings: remove contextless metadata bindings.Peter Collingbourne2014-12-131-11/+0
* IR: Split Metadata from ValueDuncan P. N. Exon Smith2014-12-091-24/+41
* Add bindings for the rest of the MCJIT options that we previouslyEric Christopher2014-12-022-0/+15
* [OCaml] Add Llvm.mdnull.Peter Zotov2014-12-023-0/+9
* [OCaml] Move Llvm.clone_module to its own Llvm_transform_utils module.Peter Zotov2014-12-0112-7/+94
* [OCaml] [cmake] Add CMake buildsystem for OCaml.Peter Zotov2014-12-0116-0/+114