summaryrefslogtreecommitdiff
path: root/bindings/go
AgeCommit message (Expand)Author
2017-07-28Update the Go bindings for r309426 (remove offset from llvm.dbg.value)Adrian Prantl
2017-06-08[Go] Subtypes functionAndrew Wilkins
2017-04-20[go bindings] Rmove duplicated conversion function definitions after r300843.Benjamin Kramer
2017-04-17Introducing LLVMMetadataRefAmaury Sechet
2017-03-31Go binding: Add GetCurrentDebugLocation to obtain debug location from builderAndrew Wilkins
2017-03-08[DebugInfo] Emit address space with DW_AT_address_class attribute for pointer...Konstantin Zhuravlyov
2017-02-17Go binding: Add methods for missing PassManagerBuilder C APIsAndrew Wilkins
2016-12-15Fix go bindings after r289702 (hopefully, don't really know how to buildDaniel Jasper
2016-11-18Fix go binding to adapt the new attribute APIAmaury Sechet
2016-11-07Remove Go Attribute type that was deleted from the C API in r286062.David L. Jones
2016-11-06Also delete the go side of the bindings deleted in r286085/r286086.Daniel Jasper
2016-11-06Delete one more function that needs to go after r286062.Daniel Jasper
2016-11-06Remove functions from go bindings that have been deleted in r286062.Daniel Jasper
2016-10-20[Go bindings] Update for r284678 API changes.Benjamin Kramer
2016-10-18DebugInfo: change alignment type from uint64_t to uint32_t to save space.Victor Leschuk
2016-09-06Formatting with clang-format patch r280700Leny Kholodov
2016-09-06Fix for Bindings/Go/go.test after patch r280700Leny Kholodov
2016-03-15bindings/go: reinstate TargetMachine.TargetDataAndrew Wilkins
2016-02-16Kill LLVMAddTargetDataAmaury Sechet
2016-02-12Remove LLVMGetTargetMachineData in go-binding.Haojian Wu
2015-12-18Deprecate a few C APIs.Rafael Espindola
2015-12-18Reorganize the C API headers to improve build times.Eric Christopher
2015-12-16Change linkInModule to take a std::unique_ptr.Rafael Espindola
2015-11-05DI: Reverse direction of subprogram -> function edge.Peter Collingbourne
2015-10-15Remove DIFile from createSubroutineType.Eric Christopher
2015-09-06[bindings] Update Go bindings to DIBuilderAndrew Wilkins
2015-07-31DI: Rewrite the DIBuilder local variable APIDuncan P. N. Exon Smith
2015-07-16Revert "Update LLVM bindings after r239940. ..."Reid Kleckner
2015-07-15Expose setPersonalityFn to GoAndrew Wilkins
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-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
2014-12-23Finish removing DestroySource.Rafael Espindola