summaryrefslogtreecommitdiffstats
path: root/llvm/bindings/go
Commit message (Expand)AuthorAgeFilesLines
...
* Add C API bindings for DIBuilder 'Type' APIsHarlan Haskins2018-04-023-156/+57
* Unbreak the build of the go bindings after r328839.Benjamin Kramer2018-03-311-0/+1
* [bindings/go] Add a missing `,` in the test code to fix a go compileChandler Carruth2018-03-171-1/+1
* [X86] Added support for nocf_check attribute for indirect Branch TrackingOren Ben Simhon2018-03-171-0/+1
* [LLVM-C] [bindings/go] Add C and Golang bindings for COMDATReid Kleckner2018-03-141-8/+44
* Because of CVE-2018-6574, some compiler options and linker options are restri...Eric Christopher2018-02-231-0/+8
* [NFC] fix trivial typos in comments and documentsHiroshi Inoue2018-01-261-1/+1
* [bindings/go] fix vet errorsAndrew Wilkins2017-12-281-2/+2
* Update go bindings to use new functions from rL317135.Sam McCall2017-11-023-35/+14
* Revert "Remove some of the go specific C bindings for debug info now that the...Eric Christopher2017-11-022-0/+29
* Fix for go bindings header to match previous commit.Eric Christopher2017-11-021-10/+0
* Remove some of the go specific C bindings for debug info now that they've bee...Eric Christopher2017-11-021-19/+0
* Update the Go bindings for r309426 (remove offset from llvm.dbg.value)Adrian Prantl2017-07-283-6/+5
* [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
OpenPOWER on IntegriCloud