Merging r259177:
[oota-llvm.git] / utils / FileCheck /
2009-09-20 Chris Lattnerrewrite CountNumNewlinesBetween to be in terms of Strin...
2009-09-20 Chris Lattnerimplement and document support for CHECK-NOT
2009-09-20 Chris Lattnerrewrite FileCheck in terms of StringRef instead of...
2009-08-23 Douglas GregorDon't install FileCheck or FileUpdate
2009-08-16 Chris Lattnerwhen emitting errors about CHECK-NEXT directives, show...
2009-08-15 Chris Lattnerimplement support for CHECK-NEXT: in filecheck.
2009-08-15 Chris Lattnersimplify some code.
2009-08-15 Chris Lattnerrewrite FindStringInBuffer to use an explicit loop...
2009-08-15 Chris LattnerInstead of using an std::pair, use a custom struct.
2009-08-02 Daniel DunbarFix an ENABLE_EXPENSIVE_CHECKS error.
2009-07-11 Daniel DunbarTweak comment.
2009-07-11 Chris Lattnerimprove filecheck's "scanning from here" caret position.
2009-07-11 Chris Lattnermake filecheck default to canonicalizing horizontal...
2009-07-09 Chris Lattnerstop on the first file mismatch.
2009-07-08 Chris LattnerAdd a new little "FileCheck" utility for regression...