| Age | Commit message (Expand) | Author |
| 2012-08-29 | Clean this up slightly, doesn't really fall through. | Eric Christopher |
| 2012-08-24 | Use DW_FORM_flag_present to save space in debug information if we're | Eric Christopher |
| 2012-02-05 | Convert assert(0) to llvm_unreachable | Craig Topper |
| 2012-01-24 | Remove generation of DW_AT_sibling. Nothing as far as I can tell uses it. | Eric Christopher |
| 2012-01-20 | More dead code removal (using -Wunreachable-code) | David Blaikie |
| 2011-12-20 | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie |
| 2011-11-05 | Add more PRI.64 macros for MSVC and use them throughout the codebase. | Benjamin Kramer |
| 2011-10-28 | Always use the string pool, even when it makes the .o larger. This may help | Nick Lewycky |
| 2011-10-27 | Teach our Dwarf emission to use the string pool. | Nick Lewycky |
| 2011-07-29 | Fix a lot of typos, improve (but not necessarily fix) grammaros and reflow some | Nick Lewycky |
| 2011-02-25 | Roll out r126425 and r126450 to see if it fixes the failures on the buildbots. | Cameron Zwarich |
| 2011-02-24 | Enable DebugInfo support for COFF object files. | Devang Patel |
| 2010-06-28 | Use DW_FORM_addr for DW_AT_entry_pc. | Devang Patel |
| 2010-04-05 | change SizeOf to take AsmPrinter instead of TargetData, | Chris Lattner |
| 2010-04-05 | 1) make DIE take AsmPrinter instead of DwarfPrinter. | Chris Lattner |
| 2010-04-04 | inline EmitDifference away. | Chris Lattner |
| 2010-04-04 | move uleb/sleb printing into AsmPrinter from DwarfPrinter. | Chris Lattner |
| 2010-03-31 | DwarfDebug: Allocate DIEValues with a BumpPtrAllocator. Most of them are | Benjamin Kramer |
| 2010-03-22 | DW_AT_stmt_list attribute attached with a compile unit encodes offset of line... | Devang Patel |
| 2010-03-22 | Fix a memory leak from DIE::addSiblingOffset() by adding the DIEValue | Jeffrey Yasskin |
| 2010-03-10 | inline away a form of IsPCRelative, eliminating the | Chris Lattner |
| 2010-03-09 | eliminate a bunch of \n's that are being printed to O. Next up is to kill | Chris Lattner |
| 2010-03-08 | simplify EmitSectionOffset to always use .set if it is | Chris Lattner |
| 2010-03-08 | merge DIEObjectLabel and DIEDwarfLabel into DIELabel. | Chris Lattner |
| 2010-03-08 | elimiante the DWLabel class, using MCSymbol instead. Start | Chris Lattner |
| 2010-02-11 | Fix to get it to compile. | Bill Wendling |
| 2010-02-11 | Don't print out a default newline when emitting the section offset. There are | Bill Wendling |
| 2010-01-23 | remove one form of EmitString, just use EmitBytes instead. We must | 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 | 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 | eliminate some uses of AsmPrinter::EmitIntXXX | Chris Lattner |
| 2010-01-17 | Switch some functions to take Twines, eliminate uses of StringExtras.h. | Benjamin Kramer |
| 2010-01-16 | Change DIEObjectLabel to take an MCSymbol instead of std::string. | Chris Lattner |
| 2009-12-24 | Change errs() to dbgs(). | David Greene |
| 2009-11-21 | Cosmetic changes, which were long overdue, in DwarfDebug.cpp. | Devang Patel |
| 2009-11-21 | There is no need to use FoldingSet to unique DIEs. | Devang Patel |
| 2009-08-23 | convert the DIE printing stuff to use raw_ostream instead of std::ostream. | Chris Lattner |
| 2009-08-22 | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner |
| 2009-07-14 | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin |
| 2009-07-11 | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin |
| 2009-06-24 | Down with _even more_ statics! | Owen Anderson |
| 2009-05-15 | Split out the Dwarf writer stuff into separate files. This is a much more | Bill Wendling |