| Age | Commit message (Expand) | Author |
| 2010-07-07 | 80 cols. | Devang Patel |
| 2010-07-01 | Do not require line number entry for undefined local variable. | Devang Patel |
| 2010-06-30 | Do not construct DIE for already processed MDNode. | Devang Patel |
| 2010-06-30 | Add variables into a scope before constructing scope DIE otherwise variables ... | Devang Patel |
| 2010-06-29 | Do not hardcode DW_AT_stmt_list value. | Devang Patel |
| 2010-06-28 | Use DW_FORM_addr for DW_AT_entry_pc. | Devang Patel |
| 2010-06-28 | Include inlined function in list of processed subprograms. | Devang Patel |
| 2010-06-28 | Preserve deleted function's local variables' debug info. | Devang Patel |
| 2010-06-28 | Remove dead code. | Devang Patel |
| 2010-06-25 | Collect debug info for optimized variables of inlined functions. | Devang Patel |
| 2010-06-24 | DBG_VALUE machine instruction pointing to undefined register for a variable j... | Devang Patel |
| 2010-06-22 | Use single interface, using twine, to get named metadata. | Devang Patel |
| 2010-06-22 | Discard special LLVM prefix from linkage name. | Devang Patel |
| 2010-06-22 | Do not rely on Twine temporaries to survive. | Devang Patel |
| 2010-06-18 | Give NamedRegionTimer an Enabled flag, allowing all its clients to | Dan Gohman |
| 2010-06-16 | Use separate named MDNode to hold each function's local variable info. | Devang Patel |
| 2010-06-15 | Added a comment. | Stuart Hastings |
| 2010-06-11 | Support for nested functions/classes in debug output. (Again.) Radar 7424645. | Stuart Hastings |
| 2010-06-05 | Revert 105492 & 105493 due to a testcase regression. Radar 7424645. | Stuart Hastings |
| 2010-06-04 | Support for nested functions/classes in debug output. Radar 7424645. | Stuart Hastings |
| 2010-06-02 | Skip identical instruction while calculating DBG_VALUE range. | Devang Patel |
| 2010-06-02 | Use local small vector. | Devang Patel |
| 2010-06-01 | Ignore line number of debug value in undefined register. | Devang Patel |
| 2010-05-28 | Revert 104841, 104842, 104876 due to buildbot failures. Radar 7424645. | Stuart Hastings |
| 2010-05-27 | Do not drop location info for inlined function args. | Devang Patel |
| 2010-05-27 | inlined function's arguments need a label to mark the start point because the... | Devang Patel |
| 2010-05-27 | Support for nested functions/classes in debug output. Radar 7424645. | Stuart Hastings |
| 2010-05-26 | Simplify. Eliminate unneeded debug_loc entry. | Devang Patel |
| 2010-05-26 | There is no need to force an line number entry (using previous location) for ... | Devang Patel |
| 2010-05-26 | Identify instructions, that needs a label to mark debug info entity, in advan... | Devang Patel |
| 2010-05-26 | Remove dead code. | Devang Patel |
| 2010-05-26 | Do not construct location list backword! | Devang Patel |
| 2010-05-25 | First cut at supporting .debug_loc section. | Devang Patel |
| 2010-05-24 | Do not emit line number entries for unknown debug values. | Devang Patel |
| 2010-05-22 | Collect variable information during endFunction() instead of beginFunction(). | Devang Patel |
| 2010-05-21 | Simplify | Devang Patel |
| 2010-05-21 | Simplify. | Devang Patel |
| 2010-05-20 | Refactor. | Devang Patel |
| 2010-05-20 | Split DbgVariable. Eventually, variable info will be communicated through fra... | Devang Patel |
| 2010-05-19 | Revert r104165. | Devang Patel |
| 2010-05-19 | There is no need to maintain InsnsBeginScopeSet separately. | Devang Patel |
| 2010-05-14 | Do not forget to mark prcessed arguments. | Devang Patel |
| 2010-05-14 | Add support to preserve type info for the variables that are removed by the o... | Devang Patel |
| 2010-05-10 | Enable multiple Compile Units in one module. | Devang Patel |
| 2010-05-07 | Instead of just verifying compile unit, verify entire type, variable, namespa... | Devang Patel |
| 2010-05-07 | Remove DIGlobal. | Devang Patel |
| 2010-05-07 | Verify entire type descriptor not just tag. | Devang Patel |
| 2010-05-07 | Wrap const MDNode * inside DIDescriptor. | Devang Patel |
| 2010-05-07 | Avoid DIDescriptor::getNode(). Use overloaded operators instead. | Devang Patel |
| 2010-05-07 | Disable the new unknown-location code for now. It causes a major | Dan Gohman |