| Age | Commit message (Expand) | Author |
| 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-25 | Move the verbose asm output up a bit so it can be used in the special cases | Eric Christopher |
| 2010-05-25 | Add support for initialized global data for darwin tls. Update comments | Eric Christopher |
| 2010-05-24 | Do not emit line number entries for unknown debug values. | Devang Patel |
| 2010-05-24 | Encode the Caml frametable by following what the comment says: the number of ... | Nicolas Geoffray |
| 2010-05-22 | Add full bss data support for darwin tls variables. | Eric Christopher |
| 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-20 | Partial code for emitting thread local bss data. | Eric Christopher |
| 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 | Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe what | Bill Wendling |
| 2010-05-14 | Add support to preserve type info for the variables that are removed by the o... | Devang Patel |
| 2010-05-14 | Inline Asm: Ensure buffer is newline terminated to match how the text is prin... | Daniel Dunbar |
| 2010-05-12 | Remove unused variable. Tweak a comment while there. | Duncan Sands |
| 2010-05-12 | updated support for the COFF .linkonce | Nathan Jeffords |
| 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-06 | Fix PR7054 - Assertion `Symbol->isUndefined() && "Cannot define a symbol twic... | Chris Lattner |
| 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-05-01 | Don't count debug info as instructions. This was | Dale Johannesen |
| 2010-04-30 | Attach AT_APPLE_optimized attribute to optimized function's debug info. | Devang Patel |
| 2010-04-29 | Print variable scope name in DEBUG_VALUE comment. Useful in some cases. e.g. | Devang Patel |
| 2010-04-28 | Rework global alignment computation again. Now we do round up | Chris Lattner |
| 2010-04-28 | Emit debug info for byval parameters. | Devang Patel |
| 2010-04-28 | further simplify EmitAlignment by eliminating the | Chris Lattner |
| 2010-04-28 | remove a dead argument to EmitAlignment. | Chris Lattner |
| 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-27 | Do not count kill, implicit_def instructions as printed instructions. | Evan Cheng |
| 2010-04-27 | round zero-byte .zerofill directives up to 1 byte. This | Chris Lattner |