| Age | Commit message (Expand) | Author |
| 2010-01-26 | constify a bunch of dwarf stuff now that the registerinfo method | Chris Lattner |
| 2010-01-26 | Use AssertingVH, just to be paranoid. | Devang Patel |
| 2010-01-26 | Emit DW_AT_containing_type attribute for a class if containing type is known. | Devang Patel |
| 2010-01-25 | mcstreamerize .file and .file. This also fixes an issue where the | Chris Lattner |
| 2010-01-24 | fix some issues where we weren't emitting enough newlines. | Chris Lattner |
| 2010-01-24 | when emitting DIEs, emit the comment on the same line as the directive. | Chris Lattner |
| 2010-01-23 | remove one form of EmitString, just use EmitBytes instead. We must | Chris Lattner |
| 2010-01-22 | move "EOL" from asmprinter to dwarfprinter. It should eventually | Chris Lattner |
| 2010-01-22 | move uleb printing from asmprinter to dwarfprinter, mcize, | Chris Lattner |
| 2010-01-22 | move sleb printing out of asmprinter into dwarf printer, make clients | Chris Lattner |
| 2010-01-22 | Remove MetadataBase class because it is not adding significant value. | Devang Patel |
| 2010-01-22 | rename the dwarf class to DwarfPrinter. This matches the filename | Chris Lattner |
| 2010-01-22 | inline away the trivial AsmPrinter::EOL() method. | Chris Lattner |
| 2010-01-20 | If a instruction belongs to another function (and not current function) as pe... | Devang Patel |
| 2010-01-19 | MDNodes are not expected to disappear or replaced by another MDNode, so there... | Devang Patel |
| 2010-01-19 | Revert accident check-in from r93165. | Devang Patel |
| 2010-01-17 | Switch some functions to take Twines, eliminate uses of StringExtras.h. | Benjamin Kramer |
| 2010-01-16 | move the mangler into libtarget from vmcore. | Chris Lattner |
| 2010-01-16 | Change DIEObjectLabel to take an MCSymbol instead of std::string. | Chris Lattner |
| 2010-01-16 | No need to use WeakVH here. | Devang Patel |
| 2010-01-16 | Replace DebugLocTuple with DILocation. | Devang Patel |
| 2010-01-15 | Add FIXME. | Devang Patel |
| 2010-01-15 | Do not use AT_specification die for static variables. It confuses gdb. | Devang Patel |
| 2010-01-15 | Do not emit multiple AT_container_type attributes. | Devang Patel |
| 2010-01-11 | s/NextValueNo/NextMDValueNo while processing metadata. | Devang Patel |
| 2010-01-07 | Kill dead store. | Benjamin Kramer |
| 2010-01-05 | If a scope has only one instruction then first instruction is also the last i... | Devang Patel |
| 2010-01-05 | Use StringRef.startswith(). | Devang Patel |
| 2010-01-04 | Fix debug_inlined section entries for routines whose names are changed throug... | Devang Patel |
| 2010-01-04 | Fix begin and end markers for nested scopes. | Devang Patel |
| 2009-12-28 | move these out of their own timer groups into the 'uncategorized' groups. | Chris Lattner |
| 2009-12-24 | Change errs() to dbgs(). | David Greene |
| 2009-12-15 | Add support to emit debug info for C++ namespaces. | Devang Patel |
| 2009-12-14 | Use DW_AT_specification to point to DIE describing function declaration. | Devang Patel |
| 2009-12-11 | Construct CompileUnits lazily. | Devang Patel |
| 2009-12-10 | If VariableDIe is not created (may be because global was optimzed away) then ... | Devang Patel |
| 2009-12-10 | Refactor code that finds context for a given die. | Devang Patel |
| 2009-12-10 | Refactor. | Devang Patel |
| 2009-12-09 | Reapply r90858, a cleanup patch. | Devang Patel |
| 2009-12-08 | Revert 90858 90875 and 90805 for now. | Devang Patel |
| 2009-12-08 | Cleanup. | Devang Patel |
| 2009-12-08 | Do not try to push dead variable's debug info into namespace info. | Devang Patel |
| 2009-12-07 | Add support to emit debug info for c++ style namespaces. | Devang Patel |
| 2009-12-05 | Don't print a space before the : between the file name and line number. | Dan Gohman |
| 2009-12-05 | Print newlines after printing labels for debug info, so that the output | Dan Gohman |
| 2009-12-04 | In TAG_subrange_type, uppder bound is zero indexed. | Devang Patel |
| 2009-12-03 | Insert composite type DIE into the map before processing type fields. This al... | Devang Patel |
| 2009-12-03 | Add support to emit debug info for virtual functions and virtual base classes. | Devang Patel |
| 2009-12-03 | Emit method definition DIE at module level (even for methods with inlined fun... | Devang Patel |
| 2009-12-02 | Clarify that DIEString does not keep a copy of the string. | Devang Patel |