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