aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
AgeCommit message (Expand)Author
2011-05-27Select DW_AT_const_value size based on variable size.Devang Patel
2011-05-24Fix debug info for blocks' variable.Devang Patel
2011-05-23Remove unnecessary comment.Devang Patel
2011-05-11Identify end of prologue (and beginning of function body) using DW_LNS_set_pr...Devang Patel
2011-05-10Rename DwarfRequiresRelocationForStmtList toRafael Espindola
2011-05-09Do not ignore InlinedAt while walking up scope chain to find subprogram node. Devang Patel
2011-05-06Move CompileUnit::getOrCreateNameSpace() and CompileUnit::addPubType() from D...Devang Patel
2011-05-06Dead code elimination.Rafael Espindola
2011-05-05Remove little used statistical counter.Devang Patel
2011-05-05If debug info for inlined function is missing then handle it gracefully.Devang Patel
2011-05-04Producing a DW_FORM_addr for DW_AT_stmt_list is probably correct, butRafael Espindola
2011-05-04Tighten up check for empty (i.e. no meaningful debug info) module. This fixes...Devang Patel
2011-05-03Even if the subprogram is going to use AT_specification, emit DW_AT_MIPS_link...Devang Patel
2011-05-03If the front end has emitted llvm.dbg.cu and other debug info anchors (clang ...Devang Patel
2011-05-02Emit debug info for global variables first.Devang Patel
2011-04-28Teach dwarf writer to handle complex address expression for .debug_loc entries.Devang Patel
2011-04-27Simplify handling of variables with complex address (i.e. blocks variables)Devang Patel
2011-04-25Rename a local variable.Devang Patel
2011-04-25Rename a method to match what it really does.Devang Patel
2011-04-25Do not drop a variable's complex address if it is not based on frame base.Devang Patel
2011-04-22Let front-end tie subprogram declaration with subprogram definition directly.Devang Patel
2011-04-22Do not leak argument's DbgVariables.Devang Patel
2011-04-21Refactor.Devang Patel
2011-04-21Add comment in output stream.Devang Patel
2011-04-18Reduce clutter in asm output. Do not emit source location as comment for each...Devang Patel
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2011-04-13Remove extra bytes that were added for gdb. We do not have good poiner to un...Devang Patel
2011-04-12Simplify. There is no need to use static variable.Devang Patel
2011-04-12This mechanical patch moves type handling into CompileUnit from DwarfDebug. I...Devang Patel
2011-04-12Refactor CompileUnit into a separate header.Devang Patel
2011-04-08Simplify array bound checks and clarify comments. One element array can have...Devang Patel
2011-04-08Do not emit DW_AT_upper_bound and DW_AT_lower_bound for unbouded array.Devang Patel
2011-04-05Add support to encode function's template parameters.Devang Patel
2011-04-05Refactor.Devang Patel
2011-04-05Do not emit empty name.Devang Patel
2011-03-26Collect and coalesce DBG_VALUE instructions before emitting the function.Jakob Stoklund Olesen
2011-03-25Emit less labels for debug info and stop emitting .loc directives for DBG_VAL...Jakob Stoklund Olesen
2011-03-24Keep track of directory namd and fIx regression caused by Rafael's patch r119...Devang Patel
2011-03-23Don't coalesce identical DBG_VALUE instructions prematurely.Jakob Stoklund Olesen
2011-03-22Reapply r128045 and r128051 with fixes.Jakob Stoklund Olesen
2011-03-22Revert r128045 and r128051, debug info enhancements.Andrew Trick
2011-03-22Clear map after use.Jakob Stoklund Olesen
2011-03-22Dont emit 'DBG_VALUE %noreg, ...' to terminate user variable ranges.Jakob Stoklund Olesen
2011-03-16Revert r127757, "Patch to a fix dwarf relocation problem on ARM. One-line fixDaniel Dunbar
2011-03-16Patch to a fix dwarf relocation problem on ARM. One-line fix plus the test wh...Renato Golin
2011-03-03Fix typo.Devang Patel
2011-03-03Fix thinko in previous check-in.Devang Patel
2011-03-03llvm::Function argument count is not a good indicator of how many arugments d...Devang Patel
2011-03-01If argument numbering is encoded in metadata then emit arguments' debug info ...Devang Patel
2011-02-25Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.Cameron Zwarich