aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
AgeCommit message (Expand)Author
2010-03-08eliminate the non-MCSymbol versions of EmitReference.Chris Lattner
2010-03-08mc'ize EmitLabel.Chris Lattner
2010-03-08merge DIEObjectLabel and DIEDwarfLabel into DIELabel.Chris Lattner
2010-03-08elimiante the DWLabel class, using MCSymbol instead. Start Chris Lattner
2010-03-08Derive DIType from DIScope. This simplifies getContext() where for members th...Devang Patel
2010-03-08Avoid using DIDescriptor.isNull(). Devang Patel
2010-03-08Revert r97947.Devang Patel
2010-03-08Avoid using DIDescriptor.isNull().Devang Patel
2010-03-08Revert r97917, which was causing Clang Debug self-host failures.Douglas Gregor
2010-03-07Roll r97906 forward again, without double-deleting CompileUnit::IndexTyDie.Jeffrey Yasskin
2010-03-07_2_ gcc crashes, ah, ah, ah...Jeffrey Yasskin
2010-03-07Avoid leaking CompileUnits and DbgScopes from DwarfDebug. Leaks found by Val...Jeffrey Yasskin
2010-03-02Fix grammar.Devang Patel
2010-03-02Constructors and operators for anonymous aggregates does not names. Do not fo...Devang Patel
2010-02-17Before setting scope end marker, pay attention to scope begin marker and exis...Devang Patel
2010-02-10Fix "the the" and similar typos.Dan Gohman
2010-02-09Add declaration attribute to a variable DIE, if there is a separate DIE for t...Devang Patel
2010-02-06Set DW_AT_artificial only if argument is marked as artificial.Devang Patel
2010-02-05Do not generate specification DIE for nested functions.Devang Patel
2010-02-03Emit appropriate expression to find virtual base offset.Devang Patel
2010-02-03Provide interface to identifiy artificial methods.Devang Patel
2010-02-02Apparently gdb is not amused by empty lines in pubtypes section.Devang Patel
2010-02-02NULL terminate name in pubtypes sections.Devang Patel
2010-01-30Emit declaration DIE for the class static variables.Devang Patel
2010-01-29Add size and location info in DW_TAG_class_type descriptor.Devang Patel
2010-01-26remove a noop function.Chris Lattner
2010-01-26constify a bunch of dwarf stuff now that the registerinfo methodChris Lattner
2010-01-26Use AssertingVH, just to be paranoid.Devang Patel
2010-01-26Emit DW_AT_containing_type attribute for a class if containing type is known.Devang Patel
2010-01-25mcstreamerize .file and .file. This also fixes an issue where theChris Lattner
2010-01-24fix some issues where we weren't emitting enough newlines.Chris Lattner
2010-01-24when emitting DIEs, emit the comment on the same line as the directive.Chris Lattner
2010-01-23remove one form of EmitString, just use EmitBytes instead. We mustChris Lattner
2010-01-22move "EOL" from asmprinter to dwarfprinter. It should eventuallyChris Lattner
2010-01-22move uleb printing from asmprinter to dwarfprinter, mcize,Chris Lattner
2010-01-22move sleb printing out of asmprinter into dwarf printer, make clientsChris Lattner
2010-01-22Remove MetadataBase class because it is not adding significant value.Devang Patel
2010-01-22rename the dwarf class to DwarfPrinter. This matches the filenameChris Lattner
2010-01-22inline away the trivial AsmPrinter::EOL() method.Chris Lattner
2010-01-20If a instruction belongs to another function (and not current function) as pe...Devang Patel
2010-01-19MDNodes are not expected to disappear or replaced by another MDNode, so there...Devang Patel
2010-01-19Revert accident check-in from r93165.Devang Patel
2010-01-17Switch some functions to take Twines, eliminate uses of StringExtras.h.Benjamin Kramer
2010-01-16move the mangler into libtarget from vmcore.Chris Lattner
2010-01-16Change DIEObjectLabel to take an MCSymbol instead of std::string.Chris Lattner
2010-01-16No need to use WeakVH here.Devang Patel
2010-01-16Replace DebugLocTuple with DILocation.Devang Patel
2010-01-15Add FIXME.Devang Patel
2010-01-15Do not use AT_specification die for static variables. It confuses gdb.Devang Patel
2010-01-15Do not emit multiple AT_container_type attributes. Devang Patel