Revert "[DWARF] Fix a few corner cases in expression emission"
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfExpression.cpp
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-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-04 Adrian PrantlFix DwarfExpression::AddMachineRegExpression so it...
2015-03-03 Adrian PrantlFix PR22762. When emitting a DWARF expression check...
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-09 Adrian PrantlDebug info: Use DW_OP_bit_piece instead of DW_OP_piece...
2015-01-25 Adrian PrantlDebug info: Fix PR22296 by omitting the DW_AT_location...
2015-01-23 Adrian PrantlAddress more review comments for DIExpression::iterator.
2015-01-23 Adrian PrantlMove the accessor functions from DIExpression::iterato...
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 PrantlRevert "Debug Info: Bail out of AddMachineRegPiece...
2015-01-13 Adrian PrantlDebug Info: Bail out of AddMachineRegPiece() if Machine...
2015-01-13 Adrian PrantlDebug Info: Move the complex expression handling (...
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 PrantlDebug Info: Implement DwarfUnit::addRegisterOpPiece...
2015-01-12 Adrian PrantlDebug Info: Implement DwarfUnit::addRegisterOffset...
2015-01-12 Adrian PrantlDebug info: Factor out the creation of DWARF expression...