aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
AgeCommit message (Expand)Author
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
2009-10-05If subprogram die is not available then construct new one.Devang Patel
2009-10-05Adjust context for the global variables that are not at file scope, e.g.Devang Patel
2009-10-05Set address while constructing DIE.Devang Patel
2009-10-05Gracefully handle various scopes while recording source line info.Devang Patel
2009-10-01Add support to extract lexical scope information from DebugLoc attached with ...Devang Patel
2009-10-01 Record first and last instruction of a scope in DbgScope.Devang Patel
2009-09-30Use MDNode * directly as an RecordSourceLine() argument.Devang Patel
2009-09-30Add a way for a frontend to generate more complex dwarf locationMike Stump
2009-09-29Remove std::string uses from DebugInfo interface.Devang Patel
2009-09-24Delete space after function name, before (, reflow a comment andMike Stump
2009-09-24Fix spacing.Mike Stump
2009-09-23This is overly constraining with respect to clang.Mike Stump
2009-09-19Fix indentation.Daniel Dunbar
2009-09-19Strip trailing whitespace.Daniel Dunbar
2009-09-16eliminate the horrid AsmPrinter::getGlobalLinkName method, inliningChris Lattner
2009-09-11Don't generate Dwarf line table entries for source line 0.Caroline Tice
2009-09-09remove DebugLoc from MCInst and eliminate "Comment printing" fromChris Lattner
2009-09-04Ignore malformed global variable debug info.Devang Patel
2009-08-31Subprogram is a scope. Derive DISubprogram from DIScope.Devang Patel
2009-08-31Rename DIBlock as DILexicalBlock.Devang Patel
2009-08-31Add flag to mark structs for Apple Block "byref" variables; also add code toCaroline Tice
2009-08-31Simplify isDerivedType() and other predicate interface.Devang Patel
2009-08-28Reapply 79977.Devang Patel
2009-08-27Closure is a very generic name. Use AppleBlock instead.Devang Patel
2009-08-26Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel
2009-08-26Add isClosure() predicate. This is used to add DW_AT_APPLE_block attribute.Devang Patel
2009-08-25Update DebugInfo interface to use metadata, instead of special named llvm.dbg...Devang Patel
2009-08-24prune the #includes in raw_ostream.h by moving a Chris Lattner
2009-08-23Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner
2009-08-23remove some random indentation stuff, yay for efficiency.Chris Lattner