summaryrefslogtreecommitdiffstats
path: root/bindings/go/llvm/ir.go
Commit message (Expand)AuthorAgeFilesLines
* [Go] Subtypes functionAndrew Wilkins2017-06-081-0/+6
* Go binding: Add GetCurrentDebugLocation to obtain debug location from builderAndrew Wilkins2017-03-311-0/+14
* Fix go binding to adapt the new attribute APIAmaury Sechet2016-11-181-0/+96
* Remove Go Attribute type that was deleted from the C API in r286062.David L. Jones2016-11-071-1/+0
* Also delete the go side of the bindings deleted in r286085/r286086.Daniel Jasper2016-11-061-78/+0
* DI: Reverse direction of subprogram -> function edge.Peter Collingbourne2015-11-051-0/+3
* Revert "Update LLVM bindings after r239940. ..."Reid Kleckner2015-07-161-1/+1
* Expose setPersonalityFn to GoAndrew Wilkins2015-07-151-2/+5
* Update LLVM bindings after r239940. Apparently these aren't included inDaniel Jasper2015-06-181-1/+1
* Add safestack attribute to LLVMAttribute enum and Go bindings. CorrectPeter Collingbourne2015-06-151-0/+2
* Go bindings: introduce Value.ConstantAsMetadata.Peter Collingbourne2014-12-131-0/+4
* Go bindings: introduce llvm.TemporaryMDNode.Peter Collingbourne2014-12-131-0/+5
* Go bindings: introduce Metadata.ReplaceAllUsesWith.Peter Collingbourne2014-12-131-0/+8
* Go bindings: expose the Metadata type.Peter Collingbourne2014-12-131-11/+27
* Go bindings: remove contextless metadata bindings.Peter Collingbourne2014-12-131-11/+0
* Go: add binding for LLVMSetUnnamedAddr.Peter Collingbourne2014-10-221-0/+1
* Initial version of Go bindings.Peter Collingbourne2014-10-161-0/+1823