| Commit message (Expand) | Author | Age | Files | Lines |
* | Use DW_FORM_addr for DW_AT_entry_pc. | Devang Patel | 2010-06-28 | 1 | -0/+2 |
* | change SizeOf to take AsmPrinter instead of TargetData, | Chris Lattner | 2010-04-05 | 1 | -13/+10 |
* | 1) make DIE take AsmPrinter instead of DwarfPrinter. | Chris Lattner | 2010-04-05 | 1 | -25/+22 |
* | inline EmitDifference away. | Chris Lattner | 2010-04-04 | 1 | -2/+2 |
* | move uleb/sleb printing into AsmPrinter from DwarfPrinter. | Chris Lattner | 2010-04-04 | 1 | -16/+16 |
* | DwarfDebug: Allocate DIEValues with a BumpPtrAllocator. Most of them are | Benjamin Kramer | 2010-03-31 | 1 | -2/+3 |
* | DW_AT_stmt_list attribute attached with a compile unit encodes offset of line... | Devang Patel | 2010-03-22 | 1 | -25/+0 |
* | Fix a memory leak from DIE::addSiblingOffset() by adding the DIEValue | Jeffrey Yasskin | 2010-03-22 | 1 | -1/+2 |
* | inline away a form of IsPCRelative, eliminating the | Chris Lattner | 2010-03-10 | 1 | -1/+2 |
* | eliminate a bunch of \n's that are being printed to O. Next up is to kill | Chris Lattner | 2010-03-09 | 1 | -11/+6 |
* | simplify EmitSectionOffset to always use .set if it is | Chris Lattner | 2010-03-08 | 1 | -2/+2 |
* | merge DIEObjectLabel and DIEDwarfLabel into DIELabel. | Chris Lattner | 2010-03-08 | 1 | -28/+4 |
* | elimiante the DWLabel class, using MCSymbol instead. Start | Chris Lattner | 2010-03-08 | 1 | -14/+5 |
* | Fix to get it to compile. | Bill Wendling | 2010-02-11 | 1 | -1/+1 |
* | Don't print out a default newline when emitting the section offset. There are | Bill Wendling | 2010-02-11 | 1 | -0/+1 |
* | remove one form of EmitString, just use EmitBytes instead. We must | Chris Lattner | 2010-01-23 | 1 | -1/+3 |
* | move uleb printing from asmprinter to dwarfprinter, mcize, | Chris Lattner | 2010-01-22 | 1 | -13/+15 |
* | move sleb printing out of asmprinter into dwarf printer, make clients | Chris Lattner | 2010-01-22 | 1 | -1/+1 |
* | rename the dwarf class to DwarfPrinter. This matches the filename | Chris Lattner | 2010-01-22 | 1 | -8/+8 |
* | inline away the trivial AsmPrinter::EOL() method. | Chris Lattner | 2010-01-22 | 1 | -1/+2 |
* | eliminate some uses of AsmPrinter::EmitIntXXX | Chris Lattner | 2010-01-20 | 1 | -6/+9 |
* | Switch some functions to take Twines, eliminate uses of StringExtras.h. | Benjamin Kramer | 2010-01-17 | 1 | -0/+1 |
* | Change DIEObjectLabel to take an MCSymbol instead of std::string. | Chris Lattner | 2010-01-16 | 1 | -2/+3 |
* | Change errs() to dbgs(). | David Greene | 2009-12-24 | 1 | -3/+4 |
* | Cosmetic changes, which were long overdue, in DwarfDebug.cpp. | Devang Patel | 2009-11-21 | 1 | -2/+2 |
* | There is no need to use FoldingSet to unique DIEs. | Devang Patel | 2009-11-21 | 1 | -98/+0 |
* | convert the DIE printing stuff to use raw_ostream instead of std::ostream. | Chris Lattner | 2009-08-23 | 1 | -20/+20 |
* | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner | 2009-08-22 | 1 | -4/+4 |
* | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin | 2009-07-14 | 1 | -4/+4 |
* | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin | 2009-07-11 | 1 | -4/+5 |
* | Down with _even more_ statics! | Owen Anderson | 2009-06-24 | 1 | -1/+0 |
* | Split out the Dwarf writer stuff into separate files. This is a much more | Bill Wendling | 2009-05-15 | 1 | -0/+518 |