OSDN Git Service

Python compat - print statement
[android-x86/external-llvm.git] / bindings / go /
2019-01-03 Philip Pfaffe[NewPM] Port Msan
2018-11-08 whitequark[bindings/go] Add Go bindings to LLVMGetIndices
2018-10-18 Chandler Carruth[TI removal] Remove TerminatorInst references from...
2018-09-28 whitequark[bindings/go] Add Go bindings to the Token type
2018-09-28 whitequark[bindings/go] Add Go bindings for inline assembly
2018-09-28 whitequarkRevert "[LLVM-C] Add bindings for addCoroutinePassesToE...
2018-09-28 whitequark[LLVM-C] Add bindings for addCoroutinePassesToExtension...
2018-09-13 Peter Collingbourne[bindings/go] Add DebugLoc parameter to InsertXXXAtEnd()
2018-09-07 Kristina Brooks[Bindings][Go] Fixed go.test failure due to C-API argum...
2018-08-22 David Green[AArch64] Add Tiny Code Model for AArch64
2018-08-19 whitequark[bindings/go] Add coroutine passes
2018-08-19 whitequark[C-API][DIBuilder] Added DIFlags in LLVMDIBuilderCreate...
2018-05-10 Robert Widmann[LLVM-C] Consolidate llgo's DIBuilder Bindings
2018-05-10 Robert Widmann[LLVM-C] Move DIBuilder Bindings For Temporary MDNodes
2018-05-09 Robert Widmann[LLVM-C] Correct types in Go bindings
2018-05-04 David Bolvansky[bindings/go] Add Go bindings for volatile loads/stores
2018-04-30 Benjamin Kramer[bindings] Fix dibuilder go bindings after r331114.
2018-04-23 Robert Widmann[LLVM-C] DIBuilder Bindings For Variable Expressions
2018-04-23 Robert Widmann[LLVM-C] DIBuilderBindings for Subrange and Arrays
2018-04-22 Robert Widmann[LLVM-C] Add DIBuilder Bindings For Variable Creation
2018-04-07 Robert Widmann[llgo] Move SetSubprogram
2018-04-07 Robert Widmann[LLVM-C] Move DIBuilder Bindings For Block Scopes
2018-04-02 Harlan HaskinsFix Go IR test for changes in DIBuilder API
2018-04-02 Harlan HaskinsAdd C API bindings for DIBuilder 'Type' APIs
2018-03-31 Benjamin KramerUnbreak the build of the go bindings after r328839.
2018-03-17 Chandler Carruth[bindings/go] Add a missing `,` in the test code to...
2018-03-17 Oren Ben Simhon[X86] Added support for nocf_check attribute for indire...
2018-03-14 Reid Kleckner[LLVM-C] [bindings/go] Add C and Golang bindings for...
2018-02-23 Eric ChristopherBecause of CVE-2018-6574, some compiler options and...
2018-01-26 Hiroshi Inoue[NFC] fix trivial typos in comments and documents
2017-12-28 Andrew Wilkins[bindings/go] fix vet errors
2017-11-02 Sam McCallUpdate go bindings to use new functions from rL317135.
2017-11-02 Eric ChristopherRevert "Remove some of the go specific C bindings for...
2017-11-02 Eric ChristopherFix for go bindings header to match previous commit.
2017-11-02 Eric ChristopherRemove some of the go specific C bindings for debug...
2017-07-28 Adrian PrantlUpdate the Go bindings for r309426 (remove offset from...
2017-06-08 Andrew Wilkins[Go] Subtypes function
2017-04-20 Benjamin Kramer[go bindings] Rmove duplicated conversion function...
2017-04-17 Amaury SechetIntroducing LLVMMetadataRef
2017-03-31 Andrew WilkinsGo binding: Add GetCurrentDebugLocation to obtain debug...
2017-03-08 Konstantin Zhuravlyov[DebugInfo] Emit address space with DW_AT_address_class...
2017-02-17 Andrew WilkinsGo binding: Add methods for missing PassManagerBuilder...
2016-12-15 Daniel JasperFix go bindings after r289702 (hopefully, don't really...
2016-11-18 Amaury SechetFix go binding to adapt the new attribute API
2016-11-07 David L. JonesRemove Go Attribute type that was deleted from the...
2016-11-06 Daniel JasperAlso delete the go side of the bindings deleted in...
2016-11-06 Daniel JasperDelete one more function that needs to go after r286062.
2016-11-06 Daniel JasperRemove functions from go bindings that have been delete...
2016-10-20 Benjamin Kramer[Go bindings] Update for r284678 API changes.
2016-10-18 Victor LeschukDebugInfo: change alignment type from uint64_t to uint3...
2016-09-06 Leny KholodovFormatting with clang-format patch r280700
2016-09-06 Leny KholodovFix for Bindings/Go/go.test after patch r280700
2016-03-15 Andrew Wilkinsbindings/go: reinstate TargetMachine.TargetData
2016-02-16 Amaury SechetKill LLVMAddTargetData
2016-02-12 Haojian WuRemove LLVMGetTargetMachineData in go-binding.
2015-12-18 Rafael EspindolaDeprecate a few C APIs.
2015-12-18 Eric ChristopherReorganize the C API headers to improve build times.
2015-12-16 Rafael EspindolaChange linkInModule to take a std::unique_ptr.
2015-11-05 Peter CollingbourneDI: Reverse direction of subprogram -> function edge.
2015-10-15 Eric ChristopherRemove DIFile from createSubroutineType.
2015-09-06 Andrew Wilkins[bindings] Update Go bindings to DIBuilder
2015-07-31 Duncan P. N. Exon... DI: Rewrite the DIBuilder local variable API
2015-07-16 Reid KlecknerRevert "Update LLVM bindings after r239940. ..."
2015-07-15 Andrew WilkinsExpose setPersonalityFn to Go
2015-06-18 Daniel JasperUpdate LLVM bindings after r239940. Apparently these...
2015-06-15 Peter CollingbourneAdd safestack attribute to LLVMAttribute enum and Go...
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-21 Duncan P. N. Exon... DebugInfo: Remove DIArray and DITypeArray typedefs
2015-04-21 Duncan P. N. Exon... DebugInfo: Drop rest of DIDescriptor subclasses
2015-04-20 Duncan P. N. Exon... DebugInfo: Delete subclasses of DIScope
2015-04-20 Duncan P. N. Exon... DebugInfo: Delete old subclasses of DIType
2015-04-16 Duncan P. N. Exon... DebugInfo: Remove DIDescriptor from the DIBuilder API
2015-04-15 Duncan P. N. Exon... DebugInfo: Require a DebugLoc in DIBuilder::insertDeclare()
2015-04-08 Peter CollingbourneGo bindings: make various DIBuilder arguments optional.
2015-04-07 Duncan P. N. Exon... IR: Remove MDTupleTypedArrayWrapper::operator MDTuple*()
2015-04-07 Duncan P. N. Exon... bindings/go: Stop using DIDescriptor::is*() and auto...
2015-03-05 Peter CollingbourneGo bindings: use MDNode::replaceAllUsesWith instead...
2015-03-02 Juergen RibutzkaRestore LLVMLinkModules C API until it is properly...
2015-03-02 Andrew Wilkinsbindings/go: expose DIBuilder::createReplaceableComposi...
2015-02-13 Chandler Carruth[PM] Remove the old 'PassManager.h' header file at...
2015-02-13 Chandler CarruthRe-sort the #include lines in bindings and examples...
2015-02-04 Alexey SamsonovSpecialCaseList: Add support for parsing multiple input...
2015-01-19 Duncan P. N. Exon... IR: Return unique_ptr from MDNode::getTemporary()
2015-01-19 Duncan P. N. Exon... IR: Remove MDNodeFwdDecl
2014-12-23 Rafael EspindolaFinish removing DestroySource.
2014-12-13 Peter CollingbourneGo bindings: introduce Value.ConstantAsMetadata.
2014-12-13 Peter CollingbourneGo bindings: introduce llvm.TemporaryMDNode.
2014-12-13 Peter CollingbourneGo bindings: introduce Metadata.ReplaceAllUsesWith.
2014-12-13 Peter CollingbourneGo bindings: expose the Metadata type.
2014-12-13 Peter CollingbourneGo bindings: remove contextless metadata bindings.
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value
2014-12-02 Eric ChristopherAdd bindings for the rest of the MCJIT options that...
2014-11-26 Eric ChristopherReformat with gofmt.
2014-11-26 Eric ChristopherMake SetMCJITOptimizationLevel more of a method and...
2014-11-26 Eric ChristopherMake sure that the go bindings call LLVMInitializeMCJIT...
2014-11-25 Peter CollingbourneGo bindings: add DIBuilder.InsertValueAtEnd
2014-11-19 Peter CollingbourneExpose LLVM version string via macro in llvm-config...
2014-10-23 Peter CollingbourneAdd llvm-go tool.
2014-10-22 Peter CollingbourneGo: add binding for LLVMSetUnnamedAddr.
2014-10-17 Peter CollingbourneFix bashism in build.sh.
next