Don't taint relaxed loads that immediately comes before an AcqRel read-modify-write op
[oota-llvm.git] / bindings / go / llvm /
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-22 Peter CollingbourneGo: add binding for LLVMSetUnnamedAddr.
2014-10-16 Peter CollingbourneInitial version of Go bindings.