summaryrefslogtreecommitdiff
path: root/bindings
AgeCommit message (Expand)Author
2015-09-06[bindings] Update Go bindings to DIBuilderAndrew Wilkins
2015-08-18[PM/AA] Remove the last relics of the separate IPA library from LLVM,Chandler Carruth
2015-08-05Revert "Fix `llvm-config` to emit the linker flag for the combined shared obj...Richard Diamond
2015-07-31DI: Rewrite the DIBuilder local variable APIDuncan P. N. Exon Smith
2015-07-27Fix `llvm-config` to emit the linker flag for the combined shared object buil...JF Bastien
2015-07-16Revert "Update LLVM bindings after r239940. ..."Reid Kleckner
2015-07-15Expose setPersonalityFn to GoAndrew Wilkins
2015-07-06Remove getRelocationAddress.Rafael Espindola
2015-06-27[OCaml] Bump ctypes dependency to 0.4.Peter Zotov
2015-06-18Update LLVM bindings after r239940. Apparently these aren't included inDaniel Jasper
2015-06-15Add safestack attribute to LLVMAttribute enum and Go bindings. CorrectPeter Collingbourne
2015-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith
2015-04-21DebugInfo: Remove DIArray and DITypeArray typedefsDuncan P. N. Exon Smith
2015-04-21DebugInfo: Drop rest of DIDescriptor subclassesDuncan P. N. Exon Smith
2015-04-20DebugInfo: Delete subclasses of DIScopeDuncan P. N. Exon Smith
2015-04-20DebugInfo: Delete old subclasses of DITypeDuncan P. N. Exon Smith
2015-04-16DebugInfo: Remove DIDescriptor from the DIBuilder APIDuncan P. N. Exon Smith
2015-04-15DebugInfo: Require a DebugLoc in DIBuilder::insertDeclare()Duncan P. N. Exon Smith
2015-04-08Go bindings: make various DIBuilder arguments optional.Peter Collingbourne
2015-04-07IR: Remove MDTupleTypedArrayWrapper::operator MDTuple*()Duncan P. N. Exon Smith
2015-04-07bindings/go: Stop using DIDescriptor::is*() and auto-castingDuncan P. N. Exon Smith
2015-03-05Go bindings: use MDNode::replaceAllUsesWith instead of MDTuple::replaceAllUse...Peter Collingbourne
2015-03-02Restore LLVMLinkModules C API until it is properly deprecated.Juergen Ributzka
2015-03-02bindings/go: expose DIBuilder::createReplaceableCompositeTypeAndrew Wilkins
2015-02-13[PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth
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