Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / bindings / go / llvm / DIBuilderBindings.cpp
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-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-02 Andrew Wilkinsbindings/go: expose DIBuilder::createReplaceableComposi...
2015-02-13 Chandler CarruthRe-sort the #include lines in bindings and examples...
2014-12-13 Peter CollingbourneGo bindings: expose the Metadata type.
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value
2014-11-25 Peter CollingbourneGo bindings: add DIBuilder.InsertValueAtEnd
2014-10-16 Peter CollingbourneInitial version of Go bindings.