Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | convert the DIE printing stuff to use raw_ostream instead of std::ostream. | Chris Lattner | 2009-08-23 | 1 | -5/+2 |
| | | | | | | Tweak #includes. llvm-svn: 79800 | ||||
* | Split out the Dwarf writer stuff into separate files. This is a much more | Bill Wendling | 2009-05-15 | 1 | -0/+35 |
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 |