summaryrefslogtreecommitdiffstats
path: root/bindings/go
Commit message (Expand)AuthorAgeFilesLines
* [Go] Subtypes functionAndrew Wilkins2017-06-082-0/+32
* [go bindings] Rmove duplicated conversion function definitions after r300843.Benjamin Kramer2017-04-201-2/+0
* Introducing LLVMMetadataRefAmaury Sechet2017-04-171-11/+0
* Go binding: Add GetCurrentDebugLocation to obtain debug location from builderAndrew Wilkins2017-03-314-0/+74
* [DebugInfo] Emit address space with DW_AT_address_class attribute for pointer...Konstantin Zhuravlyov2017-03-081-1/+2
* Go binding: Add methods for missing PassManagerBuilder C APIsAndrew Wilkins2017-02-171-0/+20
* Fix go bindings after r289702 (hopefully, don't really know how to buildDaniel Jasper2016-12-151-2/+2
* Fix go binding to adapt the new attribute APIAmaury Sechet2016-11-182-0/+193
* 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-063-180/+0
* Delete one more function that needs to go after r286062.Daniel Jasper2016-11-062-8/+0
* Remove functions from go bindings that have been deleted in r286062.Daniel Jasper2016-11-062-24/+0
* [Go bindings] Update for r284678 API changes.Benjamin Kramer2016-10-203-21/+18
* DebugInfo: change alignment type from uint64_t to uint32_t to save space.Victor Leschuk2016-10-183-24/+24
* Formatting with clang-format patch r280700Leny Kholodov2016-09-061-10/+8
* Fix for Bindings/Go/go.test after patch r280700Leny Kholodov2016-09-061-6/+10
* bindings/go: reinstate TargetMachine.TargetDataAndrew Wilkins2016-03-151-0/+7
* Kill LLVMAddTargetDataAmaury Sechet2016-02-162-8/+0
* Remove LLVMGetTargetMachineData in go-binding.Haojian Wu2016-02-121-5/+0
* Deprecate a few C APIs.Rafael Espindola2015-12-181-1/+1
* Reorganize the C API headers to improve build times.Eric Christopher2015-12-185-0/+5
* Change linkInModule to take a std::unique_ptr.Rafael Espindola2015-12-161-4/+2
* DI: Reverse direction of subprogram -> function edge.Peter Collingbourne2015-11-056-5/+12
* Remove DIFile from createSubroutineType.Eric Christopher2015-10-151-2/+1
* [bindings] Update Go bindings to DIBuilderAndrew Wilkins2015-09-063-22/+59
* DI: Rewrite the DIBuilder local variable APIDuncan P. N. Exon Smith2015-07-311-4/+9
* 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-152-0/+4
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-29/+29
* DebugInfo: Remove DIArray and DITypeArray typedefsDuncan P. N. Exon Smith2015-04-211-5/+5
* DebugInfo: Drop rest of DIDescriptor subclassesDuncan P. N. Exon Smith2015-04-211-7/+4
* DebugInfo: Delete subclasses of DIScopeDuncan P. N. Exon Smith2015-04-201-14/+10
* DebugInfo: Delete old subclasses of DITypeDuncan P. N. Exon Smith2015-04-201-25/+17
* 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