| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | teach MCAsmStreamer::EmitBytes to use .ascii and .asciz | Chris Lattner | 2010-01-23 | 1 | -1/+1 |
| | | | | | llvm-svn: 94259 | ||||
| * | move uleb printing from asmprinter to dwarfprinter, mcize, | Chris Lattner | 2010-01-22 | 1 | -1/+1 |
| | | | | | | | cleanup and eliminate a bunch more uses of "EOL". llvm-svn: 94250 | ||||
| * | rename the dwarf class to DwarfPrinter. This matches the filename | Chris Lattner | 2010-01-22 | 1 | -10/+10 |
| | | | | | | | and much more accurately describes what it is all about. llvm-svn: 94233 | ||||
| * | Change DIEObjectLabel to take an MCSymbol instead of std::string. | Chris Lattner | 2010-01-16 | 1 | -3/+4 |
| | | | | | llvm-svn: 93647 | ||||
| * | Add support to emit debug info for C++ namespaces. | Devang Patel | 2009-12-15 | 1 | -8/+12 |
| | | | | | llvm-svn: 91440 | ||||
| * | Clarify that DIEString does not keep a copy of the string. | Devang Patel | 2009-12-02 | 1 | -1/+1 |
| | | | | | llvm-svn: 90318 | ||||
| * | Use StringRef instead of std::string in DIEString. | Devang Patel | 2009-11-24 | 1 | -2/+2 |
| | | | | | llvm-svn: 89793 | ||||
| * | Cosmetic changes, which were long overdue, in DwarfDebug.cpp. | Devang Patel | 2009-11-21 | 1 | -13/+7 |
| | | | | | llvm-svn: 89537 | ||||
| * | There is no need to use FoldingSet to unique DIEs. | Devang Patel | 2009-11-21 | 1 | -50/+2 |
| | | | | | | | DIEs are created from MDNode, which are already uniqued. And DwarfDebug already uses ValueMaps to find and use existing DIE for a given MDNode. llvm-svn: 89518 | ||||
| * | Remove VISIBILITY_HIDDEN from the classes in this directory. Fixes bug 5507. | Nick Lewycky | 2009-11-17 | 1 | -12/+12 |
| | | | | | llvm-svn: 89075 | ||||
| * | convert the DIE printing stuff to use raw_ostream instead of std::ostream. | Chris Lattner | 2009-08-23 | 1 | -22/+12 |
| | | | | | | | Tweak #includes. llvm-svn: 79800 | ||||
| * | Down with _even more_ statics! | Owen Anderson | 2009-06-24 | 1 | -1/+5 |
| | | | | | llvm-svn: 74137 | ||||
| * | Split out the DwarfDebug module from the DwarfWriter module. | Bill Wendling | 2009-05-15 | 1 | -2/+2 |
| | | | | | | | Again, no intendtional functionality change. llvm-svn: 71854 | ||||
| * | Mark class as hidden. | Bill Wendling | 2009-05-15 | 1 | -1/+1 |
| | | | | | llvm-svn: 71850 | ||||
| * | Split out the Dwarf writer stuff into separate files. This is a much more | Bill Wendling | 2009-05-15 | 1 | -0/+549 |
| logical/sane approach to organizing all of the stuff that goes into writing out DWARF information. Honestly? even this is too complex for what it's supposed to be doing. Trivia: It *looks* like there would be functionality changes, however there aren't! llvm-svn: 71821 | |||||

