summaryrefslogtreecommitdiff
path: root/bindings/go
AgeCommit message (Expand)Author
2018-05-10[LLVM-C] Consolidate llgo's DIBuilder BindingsRobert Widmann
2018-05-10[LLVM-C] Move DIBuilder Bindings For Temporary MDNodesRobert Widmann
2018-05-09[LLVM-C] Correct types in Go bindingsRobert Widmann
2018-05-04[bindings/go] Add Go bindings for volatile loads/storesDavid Bolvansky
2018-04-30[bindings] Fix dibuilder go bindings after r331114.Benjamin Kramer
2018-04-23[LLVM-C] DIBuilder Bindings For Variable ExpressionsRobert Widmann
2018-04-23[LLVM-C] DIBuilderBindings for Subrange and ArraysRobert Widmann
2018-04-22[LLVM-C] Add DIBuilder Bindings For Variable CreationRobert Widmann
2018-04-07[llgo] Move SetSubprogramRobert Widmann
2018-04-07[LLVM-C] Move DIBuilder Bindings For Block ScopesRobert Widmann
2018-04-02Fix Go IR test for changes in DIBuilder APIHarlan Haskins
2018-04-02Add C API bindings for DIBuilder 'Type' APIsHarlan Haskins
2018-03-31Unbreak the build of the go bindings after r328839.Benjamin Kramer
2018-03-17[bindings/go] Add a missing `,` in the test code to fix a go compileChandler Carruth
2018-03-17[X86] Added support for nocf_check attribute for indirect Branch TrackingOren Ben Simhon
2018-03-14[LLVM-C] [bindings/go] Add C and Golang bindings for COMDATReid Kleckner
2018-02-23Because of CVE-2018-6574, some compiler options and linker options are restri...Eric Christopher
2018-01-26[NFC] fix trivial typos in comments and documentsHiroshi Inoue
2017-12-28[bindings/go] fix vet errorsAndrew Wilkins
2017-11-02Update go bindings to use new functions from rL317135.Sam McCall
2017-11-02Revert "Remove some of the go specific C bindings for debug info now that the...Eric Christopher
2017-11-02Fix for go bindings header to match previous commit.Eric Christopher
2017-11-02Remove some of the go specific C bindings for debug info now that they've bee...Eric Christopher
2017-07-28Update the Go bindings for r309426 (remove offset from llvm.dbg.value)Adrian Prantl
2017-06-08[Go] Subtypes functionAndrew Wilkins
2017-04-20[go bindings] Rmove duplicated conversion function definitions after r300843.Benjamin Kramer
2017-04-17Introducing LLVMMetadataRefAmaury Sechet
2017-03-31Go binding: Add GetCurrentDebugLocation to obtain debug location from builderAndrew Wilkins
2017-03-08[DebugInfo] Emit address space with DW_AT_address_class attribute for pointer...Konstantin Zhuravlyov
2017-02-17Go binding: Add methods for missing PassManagerBuilder C APIsAndrew Wilkins
2016-12-15Fix go bindings after r289702 (hopefully, don't really know how to buildDaniel Jasper
2016-11-18Fix go binding to adapt the new attribute APIAmaury Sechet
2016-11-07Remove Go Attribute type that was deleted from the C API in r286062.David L. Jones
2016-11-06Also delete the go side of the bindings deleted in r286085/r286086.Daniel Jasper
2016-11-06Delete one more function that needs to go after r286062.Daniel Jasper
2016-11-06Remove functions from go bindings that have been deleted in r286062.Daniel Jasper
2016-10-20[Go bindings] Update for r284678 API changes.Benjamin Kramer
2016-10-18DebugInfo: change alignment type from uint64_t to uint32_t to save space.Victor Leschuk
2016-09-06Formatting with clang-format patch r280700Leny Kholodov
2016-09-06Fix for Bindings/Go/go.test after patch r280700Leny Kholodov
2016-03-15bindings/go: reinstate TargetMachine.TargetDataAndrew Wilkins
2016-02-16Kill LLVMAddTargetDataAmaury Sechet
2016-02-12Remove LLVMGetTargetMachineData in go-binding.Haojian Wu
2015-12-18Deprecate a few C APIs.Rafael Espindola
2015-12-18Reorganize the C API headers to improve build times.Eric Christopher
2015-12-16Change linkInModule to take a std::unique_ptr.Rafael Espindola
2015-11-05DI: Reverse direction of subprogram -> function edge.Peter Collingbourne
2015-10-15Remove DIFile from createSubroutineType.Eric Christopher
2015-09-06[bindings] Update Go bindings to DIBuilderAndrew Wilkins
2015-07-31DI: Rewrite the DIBuilder local variable APIDuncan P. N. Exon Smith