Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add raw_ostream::write_escaped, for writing escaped strings. | Daniel Dunbar | 2009-10-17 | 1 | -0/+16 |
| | | | | llvm-svn: 84355 | ||||
* | Drop the raw_ostream required buffer size to 1. | Daniel Dunbar | 2009-09-15 | 1 | -0/+10 |
| | | | | | | | - As best I can tell, we have eliminated all the code which used to require a larger buffer size. llvm-svn: 81912 | ||||
* | Fix off-by-one in llvm::Format::print. | Daniel Dunbar | 2009-08-23 | 1 | -0/+27 |
| | | | | | | | | | | | | | - This also shortens the Format.h implementation, and uses the print buffer fully (it was wasting a character). - This manifested as llvm-test failures, because one side effect was that raw_ostream would write garbage '\x00' values into the output stream if it happened that the string was at the end of the buffer. This meant that grep would report 'Binary file matches', which meant the silly pattern matching llvm-test eventually does would fail. Cute. :) llvm-svn: 79862 | ||||
* | Add min and max tests. | Daniel Dunbar | 2009-08-19 | 1 | -0/+8 |
| | | | | llvm-svn: 79454 | ||||
* | Added tests for math utility functions; fixed another test's header comment. | Misha Brukman | 2009-04-01 | 1 | -1/+1 |
| | | | | llvm-svn: 68249 | ||||
* | Renamed unittest files to have a consistent {Tt}est suffix. | Misha Brukman | 2009-03-19 | 1 | -0/+85 |
llvm-svn: 67326 |