aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
AgeCommit message (Expand)Author
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
2009-11-13Ignore nameless variables.Devang Patel
2009-11-12"Attach debug info with llvm instructions" mode was enabled a month ago. Now ...Devang Patel
2009-11-11If doesSupportDebugInformation() is false then do not try to emit dwarf debug...Devang Patel
2009-11-11Fix -Asserts warning.Daniel Dunbar
2009-11-11Do not assume first function scope seen represents current function. Devang Patel
2009-11-11While creating DbgScopes, do not forget parent scope. Devang Patel
2009-11-10Ignore variable if scope info is not available.Devang Patel
2009-11-10Implement support to debug inlined functions.Devang Patel
2009-11-06Do not bother to emit debug info for nameless global variable.Devang Patel
2009-11-06Do not try to emit debug info entry for dead global variable.Devang Patel
2009-11-04While calculating original type size for a derived type, handle type variants...Devang Patel
2009-11-04Fix DW_AT_data_member_location for bit-fields. It points to the location of a...Devang Patel
2009-11-04Array element size does not match array size but array is not a bitfield. Devang Patel
2009-11-03Ignore unnamed variables.Devang Patel
2009-11-03Fix a funky "declared with greater visibility than the type of its field"Jeffrey Yasskin
2009-10-27Do not held on to DenseMap slot accross map insertion. The insertion may caus...Devang Patel
2009-10-16Do not emit name entry for a pointer type.Devang Patel
2009-10-16If there is not any llvm instruction associated with each lexical scope encod...Devang Patel
2009-10-14Add support to record DbgScope as inlined scope.Devang Patel
2009-10-13s/DebugLoc.CompileUnit/DebugLoc.Scope/gDevang Patel
2009-10-13Fix a -Asserts warning.Daniel Dunbar
2009-10-12Find enclosing subprogram info.Devang Patel
2009-10-09Extract scope information from the variable itself, instead of relying on all...Devang Patel
2009-10-09Check invalid debug info for enums. This may happen when underlyng enum is op...Devang Patel
2009-10-08Do not record line number to implicitly mark start of function if function ha...Devang Patel
2009-10-06Add support to handle debug info attached to an instruction.Devang Patel
2009-10-06Fix cut-n-pasto.Devang Patel
2009-10-06Remove dead code.Devang Patel
2009-10-06Add utility routine to set begin and end labels for DbgScopes.Devang Patel
2009-10-06Add utility routine to collect variable debug info. This is not yet used.Devang Patel
2009-10-06Existence of a compile unit for input source file is a good indicator to chec...Devang Patel