| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make SMDiagnostic a little more sane. Instead of passing around note/warning... | Chris Lattner | 2011-10-16 | 1 | -36/+37 |
* | Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does... | Chris Lattner | 2011-10-16 | 1 | -1/+1 |
* | fix PR9629 - We were lowering regexes like a{{b|c}}d into ab|cd, which | Chris Lattner | 2011-04-09 | 1 | -0/+8 |
* | various cleanups, no functionality change. | Chris Lattner | 2011-04-09 | 1 | -10/+6 |
* | Put targets on folders, if the IDE supports the feature. | Oscar Fuentes | 2011-02-20 | 1 | -1/+1 |
* | emit a specific error when the input file is empty. This fixes | Chris Lattner | 2011-02-09 | 1 | -0/+5 |
* | MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v... | Michael J. Spencer | 2010-12-16 | 1 | -6/+9 |
* | Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code... | Michael J. Spencer | 2010-12-09 | 1 | -8/+7 |
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 3 | -5/+5 |
* | FileCheck: Eliminate DOSish \r from input file. | NAKAMURA Takumi | 2010-11-14 | 1 | -0/+5 |
* | Teach FileCheck to handle trailing CHECK-NOT patterns. | Jakob Stoklund Olesen | 2010-10-15 | 1 | -9/+22 |
* | Trailing whitespace. | Mikhail Glushenkov | 2010-08-20 | 1 | -80/+80 |
* | stringref-ize the MemoryBuffer::get apis. This requires | Chris Lattner | 2010-04-05 | 1 | -4/+2 |
* | FileCheck: Don't print "possibly intended match" line if it would match the | Daniel Dunbar | 2010-03-19 | 1 | -5/+6 |
* | FileCheck: When looking for "possible matches", only compare against the prefix | Daniel Dunbar | 2010-01-30 | 1 | -1/+4 |
* | Minor code cleanup. | Dan Gohman | 2010-01-29 | 1 | -1/+1 |
* | Skip whitespace when looking for a potential intended match. | Dan Gohman | 2010-01-29 | 1 | -0/+5 |
* | Fix the position of the caret in the FileCheck error message. | Dan Gohman | 2010-01-29 | 1 | -1/+4 |
* | FileCheck: Switch "possible match" calculation to use StringRef::edit_distance. | Daniel Dunbar | 2010-01-29 | 1 | -6/+1 |
* | Fix FileCheck crash when fuzzy scanning starting at the end of the file. | Daniel Dunbar | 2009-11-29 | 1 | -1/+1 |
* | FileCheck, PR5239: Try to find the intended match on failures, but looking for a | Daniel Dunbar | 2009-11-22 | 1 | -4/+60 |
* | FileCheck: When a string using variable references fails to match, print | Daniel Dunbar | 2009-11-22 | 1 | -4/+50 |
* | Allow '_' in FileCheck variable names, it is nice to have at least one | Daniel Dunbar | 2009-11-22 | 1 | -2/+3 |
* | implement and document support for filecheck variables. This | Chris Lattner | 2009-09-27 | 1 | -43/+172 |
* | remove support for "NoSub" from regex. It seems like a minor optimization | Chris Lattner | 2009-09-26 | 1 | -1/+1 |
* | reject attempts to use ()'s in patterns, these are reserved for filecheck. | Chris Lattner | 2009-09-25 | 1 | -3/+15 |
* | reimplement the regex matching strategy by building a single | Chris Lattner | 2009-09-25 | 1 | -88/+51 |
* | special case Patterns that are a single fixed string. This is a microscopic | Chris Lattner | 2009-09-25 | 1 | -0/+16 |
* | filecheck should not match a \n with a . | Chris Lattner | 2009-09-25 | 1 | -3/+1 |
* | turn a std::pair into a real class. | Chris Lattner | 2009-09-25 | 1 | -23/+34 |
* | add and document regex support for FileCheck. You can now do stuff like: | Chris Lattner | 2009-09-24 | 1 | -11/+116 |
* | Use CanonicalizeInputFile to canonicalize the entire buffer containing the | Chris Lattner | 2009-09-24 | 1 | -57/+40 |
* | change 'not' matching to use Pattern, move pattern parsing logic into | Chris Lattner | 2009-09-24 | 1 | -32/+51 |
* | refactor out the match string into its own Pattern class. | Chris Lattner | 2009-09-24 | 1 | -33/+50 |
* | fix a FileCheck bug where: | Chris Lattner | 2009-09-21 | 1 | -3/+3 |
* | rewrite CountNumNewlinesBetween to be in terms of StringRef. | Chris Lattner | 2009-09-20 | 1 | -13/+15 |
* | implement and document support for CHECK-NOT | Chris Lattner | 2009-09-20 | 1 | -8/+50 |
* | rewrite FileCheck in terms of StringRef instead of manual pointer pairs. | Chris Lattner | 2009-09-20 | 1 | -68/+37 |
* | Don't install FileCheck or FileUpdate | Douglas Gregor | 2009-08-23 | 1 | -0/+3 |
* | when emitting errors about CHECK-NEXT directives, show the line that the | Chris Lattner | 2009-08-16 | 1 | -2/+6 |
* | implement support for CHECK-NEXT: in filecheck. | Chris Lattner | 2009-08-15 | 1 | -26/+105 |
* | simplify some code. | Chris Lattner | 2009-08-15 | 1 | -8/+13 |
* | rewrite FindStringInBuffer to use an explicit loop instead of | Chris Lattner | 2009-08-15 | 1 | -19/+27 |
* | Instead of using an std::pair, use a custom struct. | Chris Lattner | 2009-08-15 | 1 | -12/+21 |
* | Fix an ENABLE_EXPENSIVE_CHECKS error. | Daniel Dunbar | 2009-08-02 | 1 | -2/+3 |
* | Tweak comment. | Daniel Dunbar | 2009-07-11 | 1 | -2/+2 |
* | improve filecheck's "scanning from here" caret position. | Chris Lattner | 2009-07-11 | 1 | -0/+11 |
* | make filecheck default to canonicalizing horizontal whitespace | Chris Lattner | 2009-07-11 | 1 | -0/+66 |
* | stop on the first file mismatch. | Chris Lattner | 2009-07-09 | 1 | -0/+1 |
* | Add a new little "FileCheck" utility for regression testing. | Chris Lattner | 2009-07-08 | 3 | -0/+203 |