summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/FormattedStream.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use size_t.Dan Gohman2009-07-161-1/+1
| | | | llvm-svn: 76069
* minor syntax cleanupChris Lattner2009-07-141-11/+5
| | | | llvm-svn: 75707
* Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene2009-07-141-0/+13
| | | | | | dynamic_cast<>. llvm-svn: 75670
* Make some more changes suggested by Chris. Manipulators go away.David Greene2009-07-131-58/+41
| | | | llvm-svn: 75472
* Make changes suggested by Chris and eliminate newly-added raw_ostreamDavid Greene2009-07-101-0/+74
hooks as they're no longer needed. The major change with this patch is to make formatted_raw_ostream usable by any client of raw_ostream. llvm-svn: 75283
OpenPOWER on IntegriCloud