| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-08-15 | rewrite FindStringInBuffer to use an explicit loop instead of | Chris Lattner | |
| trying to wrap strstr which is just too inconvenient. Make it use a StringRef to avoid ".c_str()" calls. llvm-svn: 79120 | |||
| 2009-08-15 | Instead of using an std::pair, use a custom struct. | Chris Lattner | |
| llvm-svn: 79119 | |||
| 2009-08-02 | Fix an ENABLE_EXPENSIVE_CHECKS error. | Daniel Dunbar | |
| llvm-svn: 77845 | |||
| 2009-07-11 | Tweak comment. | Daniel Dunbar | |
| llvm-svn: 75391 | |||
| 2009-07-11 | improve filecheck's "scanning from here" caret position. | Chris Lattner | |
| llvm-svn: 75371 | |||
| 2009-07-11 | make filecheck default to canonicalizing horizontal whitespace | Chris Lattner | |
| away. This way you can write a space and it matches arbitrary spaces and tabs. llvm-svn: 75370 | |||
| 2009-07-09 | stop on the first file mismatch. | Chris Lattner | |
| llvm-svn: 75076 | |||
| 2009-07-08 | Add a new little "FileCheck" utility for regression testing. | Chris Lattner | |
| llvm-svn: 75022 | |||
