summaryrefslogtreecommitdiffstats
path: root/llvm/bindings/go
Commit message (Expand)AuthorAgeFilesLines
* [bindings/go] Fix building on 32-bit systems (ARM etc.)whitequark2019-02-161-1/+1
* [NewPM] Second attempt at porting ASanLeonard Chan2019-02-131-1/+2
* Fix format string in bindings/go/llvm/ir_test.go (PR40561)Hans Wennborg2019-02-051-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1926-104/+78
* [NewPM][TSan] Reiterate the TSan portPhilip Pfaffe2019-01-161-1/+2
* Revert "Fix go bindings for r350647: missed a function rename"Jorge Gorbe Moya2019-01-101-2/+1
* Fix go bindings for r350647: missed a function renameJorge Gorbe Moya2019-01-081-1/+2
* [NewPM] Port MsanPhilip Pfaffe2019-01-033-5/+6
* [bindings/go] Add Go bindings to LLVMGetIndiceswhitequark2018-11-081-0/+13
* [TI removal] Remove TerminatorInst references from bindings.Chandler Carruth2018-10-181-1/+0
* [bindings/go] Add Go bindings to the Token typewhitequark2018-09-281-0/+2
* [bindings/go] Add Go bindings for inline assemblywhitequark2018-09-281-0/+20
* Revert "[LLVM-C] Add bindings for addCoroutinePassesToExtensionPoints"whitequark2018-09-281-4/+0
* [LLVM-C] Add bindings for addCoroutinePassesToExtensionPointswhitequark2018-09-281-0/+4
* [bindings/go] Add DebugLoc parameter to InsertXXXAtEnd()Peter Collingbourne2018-09-131-4/+8
* [Bindings][Go] Fixed go.test failure due to C-API argument type mismatch.Kristina Brooks2018-09-071-1/+1
* [AArch64] Add Tiny Code Model for AArch64David Green2018-08-221-0/+1
* [bindings/go] Add coroutine passeswhitequark2018-08-191-0/+24
* [C-API][DIBuilder] Added DIFlags in LLVMDIBuilderCreateBasicTypewhitequark2018-08-191-0/+1
* [LLVM-C] Consolidate llgo's DIBuilder BindingsRobert Widmann2018-05-104-71/+3
* [LLVM-C] Move DIBuilder Bindings For Temporary MDNodesRobert Widmann2018-05-104-30/+14
* [LLVM-C] Correct types in Go bindingsRobert Widmann2018-05-091-12/+12
* [bindings/go] Add Go bindings for volatile loads/storesDavid Bolvansky2018-05-041-0/+2
* [bindings] Fix dibuilder go bindings after r331114.Benjamin Kramer2018-04-301-7/+7
* [LLVM-C] DIBuilder Bindings For Variable ExpressionsRobert Widmann2018-04-233-22/+1
* [LLVM-C] DIBuilderBindings for Subrange and ArraysRobert Widmann2018-04-232-37/+0
* [LLVM-C] Add DIBuilder Bindings For Variable CreationRobert Widmann2018-04-223-69/+7
* [llgo] Move SetSubprogramRobert Widmann2018-04-072-3/+4
* [LLVM-C] Move DIBuilder Bindings For Block ScopesRobert Widmann2018-04-075-61/+7
* Fix Go IR test for changes in DIBuilder APIHarlan Haskins2018-04-021-1/+5
* 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
OpenPOWER on IntegriCloud