summaryrefslogtreecommitdiff
path: root/tools/opt/BreakpointPrinter.cpp
AgeCommit message (Expand)Author
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl
2017-04-26Turn DISubprogram into a variable-length node.Adrian Prantl
2017-04-26Revert "Turn DISubprogram into a variable-length node."Adrian Prantl
2017-04-26Turn DISubprogram into a variable-length node.Adrian Prantl
2016-04-23DebugInfo: Remove MDString-based type referencesDuncan P. N. Exon Smith
2016-04-08Support the Nodebug emission kind for DICompileUnits.Adrian Prantl
2015-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith
2015-04-18DebugInfo: Delete DIDescriptor (but not its subclasses)Duncan P. N. Exon Smith
2015-04-16DebugInfo: Gut DIType and subclassesDuncan P. N. Exon Smith
2015-04-14DebugInfo: Gut DISubprogram and DILexicalBlock*Duncan P. N. Exon Smith
2015-04-14DebugInfo: Gut DINamespace and DITemplate*ParameterDuncan P. N. Exon Smith
2015-04-06IR: Stop using DIDescriptor::is*() and auto-castingDuncan P. N. Exon Smith
2014-11-19Make StringSet::insert return pair<iterator, bool> like other self-associativ...David Blaikie
2014-11-11Revert "IR: MDNode => Value"Duncan P. N. Exon Smith
2014-11-05IR: MDNode => Value: NamedMDNode::getOperator()Duncan P. N. Exon Smith
2014-03-08[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper
2014-03-06[Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth
2014-02-12Move more self-contained functionality away from tools/opt/opt.cppEli Bendersky