summaryrefslogtreecommitdiff
path: root/bindings/go/llvm/DIBuilderBindings.cpp
AgeCommit message (Expand)Author
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
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
2015-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith
2015-04-21DebugInfo: Remove DIArray and DITypeArray typedefsDuncan P. N. Exon Smith
2015-04-21DebugInfo: Drop rest of DIDescriptor subclassesDuncan P. N. Exon Smith
2015-04-20DebugInfo: Delete subclasses of DIScopeDuncan P. N. Exon Smith
2015-04-20DebugInfo: Delete old subclasses of DITypeDuncan P. N. Exon Smith
2015-04-16DebugInfo: Remove DIDescriptor from the DIBuilder APIDuncan P. N. Exon Smith
2015-04-15DebugInfo: Require a DebugLoc in DIBuilder::insertDeclare()Duncan P. N. Exon Smith
2015-04-08Go bindings: make various DIBuilder arguments optional.Peter Collingbourne
2015-04-07IR: Remove MDTupleTypedArrayWrapper::operator MDTuple*()Duncan P. N. Exon Smith
2015-04-07bindings/go: Stop using DIDescriptor::is*() and auto-castingDuncan P. N. Exon Smith
2015-03-02bindings/go: expose DIBuilder::createReplaceableCompositeTypeAndrew Wilkins
2015-02-13Re-sort the #include lines in bindings and examples which I managed toChandler Carruth
2014-12-13Go bindings: expose the Metadata type.Peter Collingbourne
2014-12-09IR: Split Metadata from ValueDuncan P. N. Exon Smith
2014-11-25Go bindings: add DIBuilder.InsertValueAtEndPeter Collingbourne
2014-10-16Initial version of Go bindings.Peter Collingbourne