aboutsummaryrefslogtreecommitdiff
path: root/llvm/bindings/go
AgeCommit message (Expand)AuthorFilesLines
2016-09-06Formatting with clang-format patch r280700Leny Kholodov1-10/+8
2016-09-06Fix for Bindings/Go/go.test after patch r280700Leny Kholodov1-6/+10
2016-03-15bindings/go: reinstate TargetMachine.TargetDataAndrew Wilkins1-0/+7
2016-02-16Kill LLVMAddTargetDataAmaury Sechet2-8/+0
2016-02-12Remove LLVMGetTargetMachineData in go-binding.Haojian Wu1-5/+0
2015-12-18Deprecate a few C APIs.Rafael Espindola1-1/+1
2015-12-18Reorganize the C API headers to improve build times.Eric Christopher5-0/+5
2015-12-16Change linkInModule to take a std::unique_ptr.Rafael Espindola1-4/+2
2015-11-05DI: Reverse direction of subprogram -> function edge.Peter Collingbourne6-5/+12
2015-10-15Remove DIFile from createSubroutineType.Eric Christopher1-2/+1
2015-09-06[bindings] Update Go bindings to DIBuilderAndrew Wilkins3-22/+59
2015-07-31DI: Rewrite the DIBuilder local variable APIDuncan P. N. Exon Smith1-4/+9
2015-07-16Revert "Update LLVM bindings after r239940. ..."Reid Kleckner1-1/+1
2015-07-15Expose setPersonalityFn to GoAndrew Wilkins1-2/+5
2015-06-18Update LLVM bindings after r239940. Apparently these aren't included inDaniel Jasper1-1/+1
2015-06-15Add safestack attribute to LLVMAttribute enum and Go bindings. CorrectPeter Collingbourne2-0/+4
2015-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith1-29/+29
2015-04-21DebugInfo: Remove DIArray and DITypeArray typedefsDuncan P. N. Exon Smith1-5/+5
2015-04-21DebugInfo: Drop rest of DIDescriptor subclassesDuncan P. N. Exon Smith1-7/+4
2015-04-20DebugInfo: Delete subclasses of DIScopeDuncan P. N. Exon Smith1-14/+10
2015-04-20DebugInfo: Delete old subclasses of DITypeDuncan P. N. Exon Smith1-25/+17
2015-04-16DebugInfo: Remove DIDescriptor from the DIBuilder APIDuncan P. N. Exon Smith1-20/+16
2015-04-15DebugInfo: Require a DebugLoc in DIBuilder::insertDeclare()Duncan P. N. Exon Smith1-4/+12
2015-04-08Go bindings: make various DIBuilder arguments optional.Peter Collingbourne1-15/+19
2015-04-07IR: Remove MDTupleTypedArrayWrapper::operator MDTuple*()Duncan P. N. Exon Smith1-2/+2
2015-04-07bindings/go: Stop using DIDescriptor::is*() and auto-castingDuncan P. N. Exon Smith1-32/+29
2015-03-05Go bindings: use MDNode::replaceAllUsesWith instead of MDTuple::replaceAllUse...Peter Collingbourne1-3/+2
2015-03-02Restore LLVMLinkModules C API until it is properly deprecated.Juergen Ributzka1-1/+1
2015-03-02bindings/go: expose DIBuilder::createReplaceableCompositeTypeAndrew Wilkins3-0/+49
2015-02-13[PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth1-1/+1
2015-02-13Re-sort the #include lines in bindings and examples which I managed toChandler Carruth5-6/+2
2015-02-04SpecialCaseList: Add support for parsing multiple input files.Alexey Samsonov3-8/+16
2015-01-19IR: Return unique_ptr from MDNode::getTemporary()Duncan P. N. Exon Smith1-2/+3
2015-01-19IR: Remove MDNodeFwdDeclDuncan P. N. Exon Smith1-1/+2
2014-12-23Finish removing DestroySource.Rafael Espindola1-9/+2
2014-12-13Go bindings: introduce Value.ConstantAsMetadata.Peter Collingbourne3-0/+10
2014-12-13Go bindings: introduce llvm.TemporaryMDNode.Peter Collingbourne3-0/+13
2014-12-13Go bindings: introduce Metadata.ReplaceAllUsesWith.Peter Collingbourne3-0/+16
2014-12-13Go bindings: expose the Metadata type.Peter Collingbourne6-266/+338
2014-12-13Go bindings: remove contextless metadata bindings.Peter Collingbourne1-11/+0
2014-12-09IR: Split Metadata from ValueDuncan P. N. Exon Smith1-24/+41
2014-12-02Add bindings for the rest of the MCJIT options that we previouslyEric Christopher2-0/+15
2014-11-26Reformat with gofmt.Eric Christopher1-1/+1
2014-11-26Make SetMCJITOptimizationLevel more of a method and pass optionsEric Christopher2-5/+5
2014-11-26Make sure that the go bindings call LLVMInitializeMCJITCompilerOptionsEric Christopher2-12/+16
2014-11-25Go bindings: add DIBuilder.InsertValueAtEndPeter Collingbourne3-2/+27
2014-11-19Expose LLVM version string via macro in llvm-config.h, and modify Go bindingsPeter Collingbourne2-4/+19
2014-10-23Add llvm-go tool.Peter Collingbourne1-41/+5
2014-10-22Go: add binding for LLVMSetUnnamedAddr.Peter Collingbourne1-0/+1
2014-10-17Fix bashism in build.sh.Peter Collingbourne1-1/+1