summaryrefslogtreecommitdiffstats
path: root/llvm/bindings/go
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Finish removing DestroySource.Rafael Espindola2014-12-231-9/+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
* Reformat with gofmt.Eric Christopher2014-11-261-1/+1
* Make SetMCJITOptimizationLevel more of a method and pass optionsEric Christopher2014-11-262-5/+5
* Make sure that the go bindings call LLVMInitializeMCJITCompilerOptionsEric Christopher2014-11-262-12/+16
* Go bindings: add DIBuilder.InsertValueAtEndPeter Collingbourne2014-11-253-2/+27
* Expose LLVM version string via macro in llvm-config.h, and modify Go bindingsPeter Collingbourne2014-11-192-4/+19
* Add llvm-go tool.Peter Collingbourne2014-10-231-41/+5
* Go: add binding for LLVMSetUnnamedAddr.Peter Collingbourne2014-10-221-0/+1
* Fix bashism in build.sh.Peter Collingbourne2014-10-171-1/+1
* Initial version of Go bindings.Peter Collingbourne2014-10-1631-0/+4263
OpenPOWER on IntegriCloud