aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
AgeCommit message (Expand)Author
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
2010-01-11s/NextValueNo/NextMDValueNo while processing metadata.Devang Patel
2010-01-07Kill dead store.Benjamin Kramer
2010-01-05If a scope has only one instruction then first instruction is also the last i...Devang Patel
2010-01-05Use StringRef.startswith().Devang Patel
2010-01-04Fix debug_inlined section entries for routines whose names are changed throug...Devang Patel
2010-01-04Fix begin and end markers for nested scopes.Devang Patel
2009-12-28move these out of their own timer groups into the 'uncategorized' groups.Chris Lattner
2009-12-24Change errs() to dbgs().David Greene
2009-12-15Add support to emit debug info for C++ namespaces.Devang Patel
2009-12-14Use DW_AT_specification to point to DIE describing function declaration.Devang Patel
2009-12-11Construct CompileUnits lazily.Devang Patel
2009-12-10If VariableDIe is not created (may be because global was optimzed away) then ...Devang Patel
2009-12-10Refactor code that finds context for a given die.Devang Patel
2009-12-10Refactor.Devang Patel
2009-12-09Reapply r90858, a cleanup patch.Devang Patel
2009-12-08Revert 90858 90875 and 90805 for now.Devang Patel
2009-12-08Cleanup.Devang Patel
2009-12-08Do not try to push dead variable's debug info into namespace info.Devang Patel
2009-12-07Add support to emit debug info for c++ style namespaces.Devang Patel
2009-12-05Don't print a space before the : between the file name and line number.Dan Gohman
2009-12-05Print newlines after printing labels for debug info, so that the outputDan Gohman
2009-12-04In TAG_subrange_type, uppder bound is zero indexed. Devang Patel
2009-12-03Insert composite type DIE into the map before processing type fields. This al...Devang Patel
2009-12-03Add support to emit debug info for virtual functions and virtual base classes.Devang Patel
2009-12-03Emit method definition DIE at module level (even for methods with inlined fun...Devang Patel
2009-12-02Clarify that DIEString does not keep a copy of the string.Devang Patel
2009-12-01Reuse existing subprogram DIE.Devang Patel
2009-12-01Clear function specific containers while processing end of a function, even i...Devang Patel
2009-11-30If pointer type has a name then do not ignore the name.Devang Patel
2009-11-25Avoid some possibly unsafe uses of StringRef::data().Benjamin Kramer
2009-11-25Use StringRef (again) in DebugInfo interface.Devang Patel
2009-11-24Use StringRef instead of std::string in DIEString.Devang Patel
2009-11-24Swith to pubtypes section before emitting pub types.Devang Patel
2009-11-24Emit pubtypes.Devang Patel
2009-11-23Simplify this code.Dan Gohman
2009-11-23Revert r89487.Devang Patel
2009-11-22Add getFrameIndexReference() to TargetRegisterInfo, which allows targets toJim Grosbach
2009-11-2280-column cleanupJim Grosbach
2009-11-21remove trailing whitespaceJim Grosbach
2009-11-21Cosmetic changes, which were long overdue, in DwarfDebug.cpp.Devang Patel
2009-11-21Remove dead code.Devang Patel
2009-11-21There is no need to use FoldingSet to unique DIEs. Devang Patel
2009-11-20Do not hold on to a map slot while new entries may be inserted into the map.Devang Patel
2009-11-20There is no need to emit source location info for DW_TAG_pointer_type.Devang Patel
2009-11-17Remove VISIBILITY_HIDDEN from the classes in this directory. Fixes bug 5507.Nick Lewycky
2009-11-17Revert r88939.Nick Lewycky
2009-11-16Revert r88939.Devang Patel
2009-11-16Add VISIBILITY_HIDDEN marker.Devang Patel