| Commit message (Expand) | Author | Age | Files | Lines |
| * | Stay within 80 columns. | Devang Patel | 2011-08-10 | 1 | -18/+28 |
| * | Distinguish between two copies of one inlined variable. Take 2. | Devang Patel | 2011-08-10 | 1 | -3/+4 |
| * | Revert unintentional parts of previous check-in. | Devang Patel | 2011-08-10 | 1 | -5/+2 |
| * | Start using LexicalScopes utility. No intetional functionality change. | Devang Patel | 2011-08-10 | 1 | -488/+101 |
| * | Simplify by creating parent first. | Devang Patel | 2011-08-08 | 1 | -19/+14 |
| * | Temporarily revert r135528 which distinguishes between two copies of one | Chandler Carruth | 2011-08-05 | 1 | -6/+2 |
| * | Some revisions to Devang's change r136759 for merged global debug info. | Bob Wilson | 2011-08-03 | 1 | -23/+9 |
| * | Use byte offset, instead of element number, to access merged global. | Devang Patel | 2011-08-03 | 1 | -3/+21 |
| * | Fix a lot of typos, improve (but not necessarily fix) grammaros and reflow some | Nick Lewycky | 2011-07-29 | 1 | -23/+21 |
| * | Remove outdated FIXME comment. | Devang Patel | 2011-07-27 | 1 | -1/+0 |
| * | It is quiet possible that inlined function body is split into multiple chunks... | Devang Patel | 2011-07-27 | 1 | -16/+41 |
| * | While extracting lexical scopes from machine instruction stream, work on one ... | Devang Patel | 2011-07-26 | 1 | -9/+9 |
| * | Refactor. | Devang Patel | 2011-07-20 | 1 | -30/+40 |
| * | There are two ways to map a variable to its lexical scope. Lexical scope info... | Devang Patel | 2011-07-20 | 1 | -2/+10 |
| * | Distinguish between two copies of one inlined variable. | Devang Patel | 2011-07-19 | 1 | -2/+6 |
| * | Use DebugLoc directly to map inlined functions' instructions to respective le... | Devang Patel | 2011-07-15 | 1 | -4/+6 |
| * | Eliminate redundant map. | Devang Patel | 2011-07-15 | 1 | -8/+3 |
| * | Reverting r135232. It's causing infinite looping in DbgScope::openInsnRange. | Evan Cheng | 2011-07-15 | 1 | -13/+5 |
| * | Do not get confused by multiple empty lexical scopes inlined at one location. | Devang Patel | 2011-07-15 | 1 | -5/+13 |
| * | Refactor. | Devang Patel | 2011-07-14 | 1 | -16/+7 |
| * | Eliminate redundant LLVMContext argument. | Devang Patel | 2011-07-14 | 1 | -8/+10 |
| * | Simplify. | Devang Patel | 2011-07-14 | 1 | -13/+3 |
| * | Simplify and delay extracting DebugLoc elements, scope and InlinedAt, as much... | Devang Patel | 2011-07-14 | 1 | -17/+13 |
| * | Simplify. Compile unit check inside hasValidLocation() did not add any value. | Devang Patel | 2011-07-14 | 1 | -26/+10 |
| * | Fix typo in DEBUG message. | Devang Patel | 2011-07-14 | 1 | -2/+2 |
| * | Add DEBUG messages. | Devang Patel | 2011-07-14 | 1 | -0/+5 |
| * | Refactor. | Devang Patel | 2011-07-08 | 1 | -28/+29 |
| * | Make provision to have floating point constants in .debug_loc expressions. | Devang Patel | 2011-07-08 | 1 | -37/+51 |
| * | Add DEBUG message. | Devang Patel | 2011-07-07 | 1 | -0/+2 |
| * | Add DEBUG messages. | Devang Patel | 2011-07-07 | 1 | -2/+9 |
| * | Remove dead code. | Devang Patel | 2011-07-06 | 1 | -2/+0 |
| * | Handle debug info for i128 constants. | Devang Patel | 2011-06-24 | 1 | -17/+21 |
| * | Use path API for path concatenation. | Benjamin Kramer | 2011-06-05 | 1 | -5/+3 |
| * | A DBG_VALUE that truncates a range does not start another dbg value range. | Devang Patel | 2011-06-01 | 1 | -0/+5 |
| * | Do not drop constant values when a variable's content is described using .deb... | Devang Patel | 2011-06-01 | 1 | -12/+34 |
| * | Include global types, that are referenced through local variables, in debug_p... | Devang Patel | 2011-05-31 | 1 | -6/+1 |
| * | Make size computation less brittle. | Rafael Espindola | 2011-05-27 | 1 | -10/+6 |
| * | Select DW_AT_const_value size based on variable size. | Devang Patel | 2011-05-27 | 1 | -2/+3 |
| * | Fix debug info for blocks' variable. | Devang Patel | 2011-05-24 | 1 | -6/+21 |
| * | Remove unnecessary comment. | Devang Patel | 2011-05-23 | 1 | -1/+0 |
| * | Identify end of prologue (and beginning of function body) using DW_LNS_set_pr... | Devang Patel | 2011-05-11 | 1 | -43/+34 |
| * | Rename DwarfRequiresRelocationForStmtList to | Rafael Espindola | 2011-05-10 | 1 | -1/+1 |
| * | Do not ignore InlinedAt while walking up scope chain to find subprogram node. | Devang Patel | 2011-05-09 | 1 | -1/+8 |
| * | Move CompileUnit::getOrCreateNameSpace() and CompileUnit::addPubType() from D... | Devang Patel | 2011-05-06 | 1 | -34/+0 |
| * | Dead code elimination. | Rafael Espindola | 2011-05-06 | 1 | -99/+1 |
| * | Remove little used statistical counter. | Devang Patel | 2011-05-05 | 1 | -29/+0 |
| * | If debug info for inlined function is missing then handle it gracefully. | Devang Patel | 2011-05-05 | 1 | -3/+5 |
| * | Producing a DW_FORM_addr for DW_AT_stmt_list is probably correct, but | Rafael Espindola | 2011-05-04 | 1 | -2/+2 |
| * | Tighten up check for empty (i.e. no meaningful debug info) module. This fixes... | Devang Patel | 2011-05-04 | 1 | -15/+17 |
| * | Even if the subprogram is going to use AT_specification, emit DW_AT_MIPS_link... | Devang Patel | 2011-05-03 | 1 | -5/+5 |