Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use size_t. | Dan Gohman | 2009-07-16 | 1 | -1/+1 |
| | | | | llvm-svn: 76069 | ||||
* | minor syntax cleanup | Chris Lattner | 2009-07-14 | 1 | -11/+5 |
| | | | | llvm-svn: 75707 | ||||
* | Have asm printers use formatted_raw_ostream directly to avoid a | David Greene | 2009-07-14 | 1 | -0/+13 |
| | | | | | | dynamic_cast<>. llvm-svn: 75670 | ||||
* | Make some more changes suggested by Chris. Manipulators go away. | David Greene | 2009-07-13 | 1 | -58/+41 |
| | | | | llvm-svn: 75472 | ||||
* | Make changes suggested by Chris and eliminate newly-added raw_ostream | David Greene | 2009-07-10 | 1 | -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 |