| Commit message (Expand) | Author | Age | Files | Lines |
* | When a CHECK-NEXT fails because there was no match on the next line, include | Richard Smith | 2014-04-07 | 1 | -2/+9 |
* | Replace OwningPtr<T> with std::unique_ptr<T>. | Ahmed Charles | 2014-03-06 | 1 | -3/+2 |
* | [C++11] Replace OwningPtr::take() with OwningPtr::release(). | Ahmed Charles | 2014-03-05 | 1 | -2/+2 |
* | [CMake] LLVMSupport should be responsible to provide system_libs. | NAKAMURA Takumi | 2014-02-10 | 1 | -6/+0 |
* | FileCheck: Print a nice error message for missing closing ']' in regex vars. | Adrian Prantl | 2014-01-03 | 1 | -4/+9 |
* | Install three utils, "FileCheck", "count", and "not", for now to appease llvm... | NAKAMURA Takumi | 2013-12-20 | 1 | -2/+2 |
* | Expose FileCheck's AddFixedStringToRegEx as Regex::escape | Hans Wennborg | 2013-12-12 | 1 | -31/+3 |
* | FileCheck: fix a bug with multiple --check-prefix options. Similar to r194565 | Daniel Sanders | 2013-11-20 | 1 | -2/+3 |
* | FileCheck: fix matching of one check-prefix is a prefix of another | Alexey Samsonov | 2013-11-13 | 1 | -10/+11 |
* | FileCheck: fix a bug with multiple --check-prefix options. | Alexey Samsonov | 2013-11-13 | 1 | -3/+3 |
* | Allow multiple check prefixes in FileCheck. | Matt Arsenault | 2013-11-10 | 1 | -80/+237 |
* | Add missing #include's to cctype when using isdigit/alpha/etc. | Will Dietz | 2013-10-12 | 1 | -0/+1 |
* | Really fix CHECK-LABEL and CHECK-DAG interaction. This actually just restores... | Stephen Lin | 2013-10-11 | 1 | -9/+17 |
* | Fix handling of CHECK-DAG inside of CHECK-LABEL. | Rafael Espindola | 2013-10-11 | 1 | -6/+4 |
* | Revert "Revert "Windows: Add support for unicode command lines"" | David Majnemer | 2013-10-07 | 1 | -1/+1 |
* | Revert "Windows: Add support for unicode command lines" | David Majnemer | 2013-10-06 | 1 | -1/+1 |
* | Windows: Add support for unicode command lines | David Majnemer | 2013-10-06 | 1 | -1/+1 |
* | Missed using check type enum in one place | Matt Arsenault | 2013-09-17 | 1 | -6/+6 |
* | Use function's argument instead of the global flag. | Matt Arsenault | 2013-09-17 | 1 | -3/+3 |
* | FileCheck refactor: use enum instead of bunch of bools | Matt Arsenault | 2013-09-17 | 1 | -76/+88 |
* | FileCheck: Fix stray quote in CHECK-LABEL error message. | Stephen Lin | 2013-08-16 | 1 | -1/+1 |
* | [FileCheck] Fix a bug that cause FileCheck to misidentify check-prefix | Rui Ueyama | 2013-08-12 | 1 | -2/+26 |
* | Fix handling of CHECK-DAG combined with CHECK-NOT | Tim Northover | 2013-08-02 | 1 | -2/+1 |
* | Add new directive called CHECK-LABEL to FileCheck. | Stephen Lin | 2013-07-12 | 1 | -29/+94 |
* | keep only the StringRef version of getFileOrSTDIN. | Rafael Espindola | 2013-06-25 | 1 | -2/+2 |
* | Add 'CHECK-DAG' support | Michael Liao | 2013-05-14 | 1 | -23/+147 |
* | Refactor string checking. No functionality change. | Michael Liao | 2013-05-14 | 1 | -62/+94 |
* | Remove SMLoc paired with CHECK-NOT patterns. Not functionality change. | Michael Liao | 2013-04-25 | 1 | -8/+9 |
* | Remove tailing whitespaces | Michael Liao | 2013-04-25 | 1 | -1/+1 |
* | Plug a memory leak in FileCheck when the input file is empty. | Benjamin Kramer | 2013-03-23 | 1 | -6/+6 |
* | Add static cast to unsigned char whenever a character classification function... | Guy Benyei | 2013-02-12 | 1 | -1/+1 |
* | Canonicalize line endings to Linux style also when the --strict-whitespace fl... | Guy Benyei | 2013-02-06 | 1 | -10/+14 |
* | Sort the #include lines for utils/... | Chandler Carruth | 2012-12-04 | 1 | -4/+4 |
* | Fix a bug in FileCheck that wouldn't let define variables as follows: | Eli Bendersky | 2012-12-02 | 1 | -4/+47 |
* | Support referencing variables defined on the same line. | Eli Bendersky | 2012-12-01 | 1 | -16/+40 |
* | Clean up whitespace and add comments | Eli Bendersky | 2012-11-30 | 1 | -7/+8 |
* | Make FileCheck return 2 in case of an error as documented, | Eli Bendersky | 2012-11-30 | 1 | -2/+2 |
* | FileCheck: remove useless 'continue' at the end of a 'while(){}' loop. | Dmitri Gribenko | 2012-11-15 | 1 | -1/+0 |
* | Support for [[@LINE]], [[@LINE+<offset>]], [[@LINE-<offset>]] expressions in | Alexander Kornienko | 2012-11-14 | 1 | -27/+94 |
* | Clarify comment. | Dmitri Gribenko | 2012-09-21 | 1 | -1/+1 |
* | FileCheck: Fix off-by-one bug that made CHECK-NOT: ignore the next character ... | Benjamin Kramer | 2012-09-18 | 1 | -2/+2 |
* | Revert "Add -exact-match option to FileCheck to allow clients to do exact mat... | Ted Kremenek | 2012-09-08 | 1 | -5/+1 |
* | Add -exact-match option to FileCheck to allow clients to do exact matches wit... | Ted Kremenek | 2012-09-07 | 1 | -1/+5 |
* | 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 |