| Age | Commit message (Expand) | Author |
| 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 |
| 2010-05-06 | Update LabelsBeforeInsn also, when creating unknown-position labels. | Dan Gohman |
| 2010-05-05 | Emit debug info for MachineInstrs with unknown debug locations, instead | Dan Gohman |
| 2010-05-04 | Set DW_AT_APPLE_omit_frame_ptr in endFunction() where MachineFunction is avai... | Devang Patel |
| 2010-04-30 | Attach AT_APPLE_optimized attribute to optimized function's debug info. | Devang Patel |
| 2010-04-28 | Emit debug info for byval parameters. | Devang Patel |
| 2010-04-28 | remove some default arguments to EmitAlignment. | Chris Lattner |
| 2010-04-28 | Refactor. | Devang Patel |
| 2010-04-27 | Use isReg(), isImm() and isFPImm(). | Devang Patel |
| 2010-04-27 | Check operand type first. | Devang Patel |
| 2010-04-27 | Ignore DBG_VALUE instructions that points to undef values. | Devang Patel |
| 2010-04-27 | Identify when a lexical scope is split in to multiple instruction ranges. Emi... | Devang Patel |
| 2010-04-26 | Use DW_AT_entry_pc instead of DW_AT_low_pc/DW_AT_high_pc pair. This simplifie... | Devang Patel |
| 2010-04-23 | Revert 102135, 102129, 102127, 102106, 102104, 102102, 102012, 102004, | Dan Gohman |
| 2010-04-22 | Adjust debug range offsets for isWeakForLinker() functions. | Devang Patel |
| 2010-04-22 | Rename InsnAfterLabelMap and InsnBeforeLabelMap. | Devang Patel |
| 2010-04-22 | Keep track of MCSymbol used to mark beginning of a function. | Devang Patel |
| 2010-04-22 | At this point Start and End are not null. | Devang Patel |
| 2010-04-21 | Add command line option to disable debug info printing in .s file. This optio... | Devang Patel |
| 2010-04-21 | Identify when a lexical scope is split in to multiple instruction ranges. Emi... | Devang Patel |
| 2010-04-21 | Implement -disable-non-leaf-fp-elim which disable frame pointer elimination | Evan Cheng |
| 2010-04-20 | Remove MachineFunction's DefaultDebugLoc member, and make DwarfDebug.cpp | Dan Gohman |