strength reduce MMI::MappedLabel to MMI::isLabelDeleted,
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfDebug.cpp
2010-03-09 Chris Lattnerstrength reduce MMI::MappedLabel to MMI::isLabelDeleted,
2010-03-09 Chris Lattnermcstreamerize AsmPrinter::printLabel.
2010-03-09 Chris Lattneradd a EmitSymbolValue convenience method to MCStreamer.
2010-03-09 Chris Lattnermake InlineInfoLabels hold MCSymbol*'s, avoiding
2010-03-09 Chris Lattnermc'ize the last use of PrintLabelName and eliminate...
2010-03-09 Chris Lattnernow that the debug and eh emitters use a common .set...
2010-03-08 Chris Lattnersimplify EmitSectionOffset to always use .set if it is
2010-03-08 Chris LattnerRemove a version of EmitDifference.
2010-03-08 Chris Lattnereliminate a form of PrintLabelName.
2010-03-08 Chris Lattnereliminate the non-MCSymbol versions of EmitReference.
2010-03-08 Chris Lattnermc'ize EmitLabel.
2010-03-08 Chris Lattnermerge DIEObjectLabel and DIEDwarfLabel into DIELabel.
2010-03-08 Chris Lattnerelimiante the DWLabel class, using MCSymbol instead...
2010-03-08 Devang PatelDerive DIType from DIScope. This simplifies getContext...
2010-03-08 Devang PatelAvoid using DIDescriptor.isNull().
2010-03-08 Devang PatelRevert r97947.
2010-03-08 Devang PatelAvoid using DIDescriptor.isNull().
2010-03-08 Douglas GregorRevert r97917, which was causing Clang Debug self-host...
2010-03-07 Jeffrey YasskinRoll r97906 forward again, without double-deleting...
2010-03-07 Jeffrey Yasskin_2_ gcc crashes, ah, ah, ah...
2010-03-07 Jeffrey YasskinAvoid leaking CompileUnits and DbgScopes from DwarfDebu...
2010-03-02 Devang PatelFix grammar.
2010-03-02 Devang PatelConstructors and operators for anonymous aggregates...
2010-02-17 Devang PatelBefore setting scope end marker, pay attention to scope...
2010-02-10 Dan GohmanFix "the the" and similar typos.
2010-02-09 Devang PatelAdd declaration attribute to a variable DIE, if there...
2010-02-06 Devang PatelSet DW_AT_artificial only if argument is marked as...
2010-02-05 Devang PatelDo not generate specification DIE for nested functions.
2010-02-03 Devang PatelEmit appropriate expression to find virtual base offset.
2010-02-03 Devang PatelProvide interface to identifiy artificial methods.
2010-02-02 Devang PatelApparently gdb is not amused by empty lines in pubtypes...
2010-02-02 Devang PatelNULL terminate name in pubtypes sections.
2010-01-30 Devang PatelEmit declaration DIE for the class static variables.
2010-01-29 Devang PatelAdd size and location info in DW_TAG_class_type descriptor.
2010-01-26 Chris Lattnerremove a noop function.
2010-01-26 Chris Lattnerconstify a bunch of dwarf stuff now that the registerin...
2010-01-26 Devang PatelUse AssertingVH, just to be paranoid.
2010-01-26 Devang PatelEmit DW_AT_containing_type attribute for a class if...
2010-01-25 Chris Lattnermcstreamerize .file and .file. This also fixes an...
2010-01-24 Chris Lattnerfix some issues where we weren't emitting enough newlines.
2010-01-24 Chris Lattnerwhen emitting DIEs, emit the comment on the same line...
2010-01-23 Chris Lattnerremove one form of EmitString, just use EmitBytes inste...
2010-01-22 Chris Lattnermove "EOL" from asmprinter to dwarfprinter. It should...
2010-01-22 Chris Lattnermove uleb printing from asmprinter to dwarfprinter...
2010-01-22 Chris Lattnermove sleb printing out of asmprinter into dwarf printer...
2010-01-22 Devang PatelRemove MetadataBase class because it is not adding...
2010-01-22 Chris Lattnerrename the dwarf class to DwarfPrinter. This matches...
2010-01-22 Chris Lattnerinline away the trivial AsmPrinter::EOL() method.
2010-01-20 Devang PatelIf a instruction belongs to another function (and not...
2010-01-19 Devang PatelMDNodes are not expected to disappear or replaced by...
2010-01-19 Devang PatelRevert accident check-in from r93165.
2010-01-17 Benjamin KramerSwitch some functions to take Twines, eliminate uses...
2010-01-16 Chris Lattnermove the mangler into libtarget from vmcore.
2010-01-16 Chris LattnerChange DIEObjectLabel to take an MCSymbol instead of...
2010-01-16 Devang PatelNo need to use WeakVH here.
2010-01-16 Devang PatelReplace DebugLocTuple with DILocation.
2010-01-15 Devang PatelAdd FIXME.
2010-01-15 Devang PatelDo not use AT_specification die for static variables...
2010-01-15 Devang PatelDo not emit multiple AT_container_type attributes.
2010-01-11 Devang Patels/NextValueNo/NextMDValueNo while processing metadata.
2010-01-07 Benjamin KramerKill dead store.
2010-01-05 Devang PatelIf a scope has only one instruction then first instruct...
2010-01-05 Devang PatelUse StringRef.startswith().
2010-01-04 Devang PatelFix debug_inlined section entries for routines whose...
2010-01-04 Devang PatelFix begin and end markers for nested scopes.
2009-12-28 Chris Lattnermove these out of their own timer groups into the ...
2009-12-24 David GreeneChange errs() to dbgs().
2009-12-15 Devang PatelAdd support to emit debug info for C++ namespaces.
2009-12-14 Devang PatelUse DW_AT_specification to point to DIE describing...
2009-12-11 Devang PatelConstruct CompileUnits lazily.
2009-12-10 Devang PatelIf VariableDIe is not created (may be because global...
2009-12-10 Devang PatelRefactor code that finds context for a given die.
2009-12-10 Devang PatelRefactor.
2009-12-09 Devang PatelReapply r90858, a cleanup patch.
2009-12-08 Devang PatelRevert 90858 90875 and 90805 for now.
2009-12-08 Devang PatelCleanup.
2009-12-08 Devang PatelDo not try to push dead variable's debug info into...
2009-12-07 Devang PatelAdd support to emit debug info for c++ style namespaces.
2009-12-05 Dan GohmanDon't print a space before the : between the file name...
2009-12-05 Dan GohmanPrint newlines after printing labels for debug info...
2009-12-04 Devang PatelIn TAG_subrange_type, uppder bound is zero indexed.
2009-12-03 Devang PatelInsert composite type DIE into the map before processin...
2009-12-03 Devang PatelAdd support to emit debug info for virtual functions...
2009-12-03 Devang PatelEmit method definition DIE at module level (even for...
2009-12-02 Devang PatelClarify that DIEString does not keep a copy of the...
2009-12-01 Devang PatelReuse existing subprogram DIE.
2009-12-01 Devang PatelClear function specific containers while processing...
2009-11-30 Devang PatelIf pointer type has a name then do not ignore the name.
2009-11-25 Benjamin KramerAvoid some possibly unsafe uses of StringRef::data().
2009-11-25 Devang PatelUse StringRef (again) in DebugInfo interface.
2009-11-24 Devang PatelUse StringRef instead of std::string in DIEString.
2009-11-24 Devang PatelSwith to pubtypes section before emitting pub types.
2009-11-24 Devang PatelEmit pubtypes.
2009-11-23 Dan GohmanSimplify this code.
2009-11-23 Devang PatelRevert r89487.
2009-11-22 Jim GrosbachAdd getFrameIndexReference() to TargetRegisterInfo...
2009-11-22 Jim Grosbach80-column cleanup
2009-11-21 Jim Grosbachremove trailing whitespace
2009-11-21 Devang PatelCosmetic changes, which were long overdue, in DwarfDebu...
2009-11-21 Devang PatelRemove dead code.
next