Merging r257977:
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfExpression.h
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-09 David BlaikieRevert "[DWARF] Fix a few corner cases in expression...
2015-06-09 Keno Fischer[DWARF] Fix a few corner cases in expression emission
2015-05-20 Pete CooperRevert "Add bool to DebugLocDwarfExpression to control...
2015-05-20 Pete CooperAdd bool to DebugLocDwarfExpression to control emitting...
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-21 Duncan P. N. Exon... DebugInfo: Drop rest of DIDescriptor subclasses
2015-04-07 Duncan P. N. Exon... DebugInfo: Remove special iterators from DIExpression
2015-03-10 Adrian PrantlChange the datatype of DwarfExpression::Emit(Un)Signed...
2015-03-02 Adrian PrantlRefactor DebugLocDWARFExpression so it doesn't require...
2015-03-02 Adrian PrantlRevert "Refactor DebugLocDWARFExpression so it doesn...
2015-03-02 Adrian PrantlRefactor DebugLocDWARFExpression so it doesn't require...
2015-03-02 Nico WeberRevert r230930, it caused PR22747.
2015-03-02 Adrian PrantlRefactor DebugLocDWARFExpression so it doesn't require...
2015-02-17 Duncan P. N. Exon... AsmPrinter: Take range in DwarfExpression::AddExpressio...
2015-02-10 Adrian PrantlFix indentation.
2015-01-22 Adrian PrantlRename DIExpressionIterator to DIExpression::iterator.
2015-01-22 Adrian PrantlMake DwarfExpression use the new DIExpressionIterator...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2015-01-14 Adrian PrantlDebug Info: Emitting a register in DwarfExpression...
2015-01-14 Adrian PrantlDebug Info: Move DIEDwarfExpression into DwarfExpressio...
2015-01-13 Adrian PrantlDebug Info: Move the complex expression handling (...
2015-01-13 Adrian PrantlDocument, cleanup, and clang-format DwarfExpression.h
2015-01-13 Adrian PrantlDebug Info: Turn DIExpression::getFrameRegister() into...
2015-01-13 Adrian PrantlDebug Info: Move support for constants into DwarfExpres...
2015-01-12 Adrian PrantlMake DwarfExpression store the AsmPrinter instead of...
2015-01-12 Adrian Prantlremove extra semicolon
2015-01-12 Adrian PrantlDebug Info: Add a virtual destructor to DwarfExpression.
2015-01-12 Adrian PrantlDebug Info: Implement DwarfUnit::addRegisterOffset...
2015-01-12 Adrian PrantlDebug info: Factor out the creation of DWARF expression...