aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use DebugLoc directly to map inlined functions' instructions to respective le...Devang Patel2011-07-151-4/+6
* Eliminate redundant map.Devang Patel2011-07-151-8/+3
* Reverting r135232. It's causing infinite looping in DbgScope::openInsnRange.Evan Cheng2011-07-151-13/+5
* Do not get confused by multiple empty lexical scopes inlined at one location. Devang Patel2011-07-151-5/+13
* Refactor.Devang Patel2011-07-141-16/+7
* Eliminate redundant LLVMContext argument.Devang Patel2011-07-141-8/+10
* Simplify.Devang Patel2011-07-141-13/+3
* Simplify and delay extracting DebugLoc elements, scope and InlinedAt, as much...Devang Patel2011-07-141-17/+13
* Simplify. Compile unit check inside hasValidLocation() did not add any value.Devang Patel2011-07-141-26/+10
* Fix typo in DEBUG message.Devang Patel2011-07-141-2/+2
* Add DEBUG messages.Devang Patel2011-07-141-0/+5
* Refactor.Devang Patel2011-07-081-28/+29
* Make provision to have floating point constants in .debug_loc expressions.Devang Patel2011-07-081-37/+51
* Add DEBUG message.Devang Patel2011-07-071-0/+2
* Add DEBUG messages.Devang Patel2011-07-071-2/+9
* Remove dead code.Devang Patel2011-07-061-2/+0
* Handle debug info for i128 constants.Devang Patel2011-06-241-17/+21
* Use path API for path concatenation.Benjamin Kramer2011-06-051-5/+3
* A DBG_VALUE that truncates a range does not start another dbg value range.Devang Patel2011-06-011-0/+5
* Do not drop constant values when a variable's content is described using .deb...Devang Patel2011-06-011-12/+34
* Include global types, that are referenced through local variables, in debug_p...Devang Patel2011-05-311-6/+1
* Make size computation less brittle.Rafael Espindola2011-05-271-10/+6
* Select DW_AT_const_value size based on variable size.Devang Patel2011-05-271-2/+3
* Fix debug info for blocks' variable.Devang Patel2011-05-241-6/+21
* Remove unnecessary comment.Devang Patel2011-05-231-1/+0
* Identify end of prologue (and beginning of function body) using DW_LNS_set_pr...Devang Patel2011-05-111-43/+34
* Rename DwarfRequiresRelocationForStmtList toRafael Espindola2011-05-101-1/+1
* Do not ignore InlinedAt while walking up scope chain to find subprogram node. Devang Patel2011-05-091-1/+8
* Move CompileUnit::getOrCreateNameSpace() and CompileUnit::addPubType() from D...Devang Patel2011-05-061-34/+0
* Dead code elimination.Rafael Espindola2011-05-061-99/+1
* Remove little used statistical counter.Devang Patel2011-05-051-29/+0
* If debug info for inlined function is missing then handle it gracefully.Devang Patel2011-05-051-3/+5
* Producing a DW_FORM_addr for DW_AT_stmt_list is probably correct, butRafael Espindola2011-05-041-2/+2
* Tighten up check for empty (i.e. no meaningful debug info) module. This fixes...Devang Patel2011-05-041-15/+17
* Even if the subprogram is going to use AT_specification, emit DW_AT_MIPS_link...Devang Patel2011-05-031-5/+5
* If the front end has emitted llvm.dbg.cu and other debug info anchors (clang ...Devang Patel2011-05-031-27/+49
* Emit debug info for global variables first.Devang Patel2011-05-021-5/+5
* Teach dwarf writer to handle complex address expression for .debug_loc entries.Devang Patel2011-04-281-2/+34
* Simplify handling of variables with complex address (i.e. blocks variables)Devang Patel2011-04-271-17/+25
* Rename a local variable.Devang Patel2011-04-251-17/+21
* Rename a method to match what it really does.Devang Patel2011-04-251-2/+3
* Do not drop a variable's complex address if it is not based on frame base.Devang Patel2011-04-251-1/+5
* Let front-end tie subprogram declaration with subprogram definition directly.Devang Patel2011-04-221-38/+50
* Do not leak argument's DbgVariables.Devang Patel2011-04-221-1/+1
* Refactor.Devang Patel2011-04-211-30/+1
* Add comment in output stream.Devang Patel2011-04-211-0/+3
* Reduce clutter in asm output. Do not emit source location as comment for each...Devang Patel2011-04-181-2/+1
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-2/+2
* Remove extra bytes that were added for gdb. We do not have good poiner to un...Devang Patel2011-04-131-8/+1
* Simplify. There is no need to use static variable.Devang Patel2011-04-121-3/+1