2013-10-07 |
David Majnemer | Revert "Revert "Windows: Add support for unicode comman... |
tree | commitdiff |
2013-10-06 |
David Majnemer | Revert "Windows: Add support for unicode command lines" |
tree | commitdiff |
2013-10-06 |
David Majnemer | Windows: Add support for unicode command lines |
tree | commitdiff |
2013-09-17 |
Matt Arsenault | Missed using check type enum in one place |
tree | commitdiff |
2013-09-17 |
Matt Arsenault | Use function's argument instead of the global flag. |
tree | commitdiff |
2013-09-17 |
Matt Arsenault | FileCheck refactor: use enum instead of bunch of bools |
tree | commitdiff |
2013-08-16 |
Stephen Lin | FileCheck: Fix stray quote in CHECK-LABEL error message. |
tree | commitdiff |
2013-08-12 |
Rui Ueyama | [FileCheck] Fix a bug that cause FileCheck to misidenti... |
tree | commitdiff |
2013-08-02 |
Tim Northover | Fix handling of CHECK-DAG combined with CHECK-NOT |
tree | commitdiff |
2013-07-12 |
Stephen Lin | Add new directive called CHECK-LABEL to FileCheck. |
tree | commitdiff |
2013-06-25 |
Rafael Espindola | keep only the StringRef version of getFileOrSTDIN. |
tree | commitdiff |
2013-05-14 |
Michael Liao | Add 'CHECK-DAG' support |
tree | commitdiff |
2013-05-14 |
Michael Liao | Refactor string checking. No functionality change. |
tree | commitdiff |
2013-04-25 |
Michael Liao | Remove SMLoc paired with CHECK-NOT patterns. Not functi... |
tree | commitdiff |
2013-04-25 |
Michael Liao | Remove tailing whitespaces |
tree | commitdiff |
2013-03-23 |
Benjamin Kramer | Plug a memory leak in FileCheck when the input file... |
tree | commitdiff |
2013-02-12 |
Guy Benyei | Add static cast to unsigned char whenever a character... |
tree | commitdiff |
2013-02-06 |
Guy Benyei | Canonicalize line endings to Linux style also when... |
tree | commitdiff |
2012-12-04 |
Chandler Carruth | Sort the #include lines for utils/... |
tree | commitdiff |
2012-12-02 |
Eli Bendersky | Fix a bug in FileCheck that wouldn't let define variabl... |
tree | commitdiff |
2012-12-01 |
Eli Bendersky | Support referencing variables defined on the same line. |
tree | commitdiff |
2012-11-30 |
Eli Bendersky | Clean up whitespace and add comments |
tree | commitdiff |
2012-11-30 |
Eli Bendersky | Make FileCheck return 2 in case of an error as documented, |
tree | commitdiff |
2012-11-15 |
Dmitri Gribenko | FileCheck: remove useless 'continue' at the end of... |
tree | commitdiff |
2012-11-14 |
Alexander Kornienko | Support for [[@LINE]], [[@LINE+<offset>]], [[@LINE... |
tree | commitdiff |
2012-09-21 |
Dmitri Gribenko | Clarify comment. |
tree | commitdiff |
2012-09-18 |
Benjamin Kramer | FileCheck: Fix off-by-one bug that made CHECK-NOT:... |
tree | commitdiff |
2012-09-08 |
Ted Kremenek | Revert "Add -exact-match option to FileCheck to allow... |
tree | commitdiff |
2012-09-07 |
Ted Kremenek | Add -exact-match option to FileCheck to allow clients... |
tree | commitdiff |
2011-10-16 |
Chris Lattner | Make SMDiagnostic a little more sane. Instead of passi... |
tree | commitdiff |
2011-10-16 |
Chris Lattner | Enhance llvm::SourceMgr to support diagnostic ranges... |
tree | commitdiff |
2011-04-09 |
Chris Lattner | fix PR9629 - We were lowering regexes like a{{b|c}... |
tree | commitdiff |
2011-04-09 |
Chris Lattner | various cleanups, no functionality change. |
tree | commitdiff |
2011-02-20 |
Oscar Fuentes | Put targets on folders, if the IDE supports the feature. |
tree | commitdiff |
2011-02-09 |
Chris Lattner | emit a specific error when the input file is empty... |
tree | commitdiff |
2010-12-16 |
Michael J. Spencer | MemoryBuffer now return an error_code and returns a... |
tree | commitdiff |
2010-12-09 |
Michael J. Spencer | Support/MemoryBuffer: Replace all uses of std::string... |
tree | commitdiff |
2010-11-29 |
Michael J. Spencer | Merge System into Support. |
tree | commitdiff |
2010-11-14 |
NAKAMURA Takumi | FileCheck: Eliminate DOSish \r from input file. |
tree | commitdiff |
2010-10-15 |
Jakob Stoklund Olesen | Teach FileCheck to handle trailing CHECK-NOT patterns. |
tree | commitdiff |
2010-08-20 |
Mikhail Glushenkov | Trailing whitespace. |
tree | commitdiff |
2010-04-05 |
Chris Lattner | stringref-ize the MemoryBuffer::get apis. This requires |
tree | commitdiff |
2010-03-19 |
Daniel Dunbar | FileCheck: Don't print "possibly intended match" line... |
tree | commitdiff |
2010-01-30 |
Daniel Dunbar | FileCheck: When looking for "possible matches", only... |
tree | commitdiff |
2010-01-29 |
Dan Gohman | Minor code cleanup. |
tree | commitdiff |
2010-01-29 |
Dan Gohman | Skip whitespace when looking for a potential intended... |
tree | commitdiff |
2010-01-29 |
Dan Gohman | Fix the position of the caret in the FileCheck error... |
tree | commitdiff |
2010-01-29 |
Daniel Dunbar | FileCheck: Switch "possible match" calculation to use... |
tree | commitdiff |
2009-11-29 |
Daniel Dunbar | Fix FileCheck crash when fuzzy scanning starting at... |
tree | commitdiff |
2009-11-22 |
Daniel Dunbar | FileCheck, PR5239: Try to find the intended match on... |
tree | commitdiff |
2009-11-22 |
Daniel Dunbar | FileCheck: When a string using variable references... |
tree | commitdiff |
2009-11-22 |
Daniel Dunbar | Allow '_' in FileCheck variable names, it is nice to... |
tree | commitdiff |
2009-09-27 |
Chris Lattner | implement and document support for filecheck variables... |
tree | commitdiff |
2009-09-26 |
Chris Lattner | remove support for "NoSub" from regex. It seems like... |
tree | commitdiff |
2009-09-25 |
Chris Lattner | reject attempts to use ()'s in patterns, these are... |
tree | commitdiff |
2009-09-25 |
Chris Lattner | reimplement the regex matching strategy by building... |
tree | commitdiff |
2009-09-25 |
Chris Lattner | special case Patterns that are a single fixed string... |
tree | commitdiff |
2009-09-25 |
Chris Lattner | filecheck should not match a \n with a . |
tree | commitdiff |
2009-09-25 |
Chris Lattner | turn a std::pair into a real class. |
tree | commitdiff |
2009-09-24 |
Chris Lattner | add and document regex support for FileCheck. You... |
tree | commitdiff |
2009-09-24 |
Chris Lattner | Use CanonicalizeInputFile to canonicalize the entire... |
tree | commitdiff |
2009-09-24 |
Chris Lattner | change 'not' matching to use Pattern, move pattern... |
tree | commitdiff |
2009-09-24 |
Chris Lattner | refactor out the match string into its own Pattern... |
tree | commitdiff |
2009-09-21 |
Chris Lattner | fix a FileCheck bug where: |
tree | commitdiff |
2009-09-20 |
Chris Lattner | rewrite CountNumNewlinesBetween to be in terms of Strin... |
tree | commitdiff |
2009-09-20 |
Chris Lattner | implement and document support for CHECK-NOT |
tree | commitdiff |
2009-09-20 |
Chris Lattner | rewrite FileCheck in terms of StringRef instead of... |
tree | commitdiff |
2009-08-23 |
Douglas Gregor | Don't install FileCheck or FileUpdate |
tree | commitdiff |
2009-08-16 |
Chris Lattner | when emitting errors about CHECK-NEXT directives, show... |
tree | commitdiff |
2009-08-15 |
Chris Lattner | implement support for CHECK-NEXT: in filecheck. |
tree | commitdiff |
2009-08-15 |
Chris Lattner | simplify some code. |
tree | commitdiff |
2009-08-15 |
Chris Lattner | rewrite FindStringInBuffer to use an explicit loop... |
tree | commitdiff |
2009-08-15 |
Chris Lattner | Instead of using an std::pair, use a custom struct. |
tree | commitdiff |
2009-08-02 |
Daniel Dunbar | Fix an ENABLE_EXPENSIVE_CHECKS error. |
tree | commitdiff |
2009-07-11 |
Daniel Dunbar | Tweak comment. |
tree | commitdiff |
2009-07-11 |
Chris Lattner | improve filecheck's "scanning from here" caret position. |
tree | commitdiff |
2009-07-11 |
Chris Lattner | make filecheck default to canonicalizing horizontal... |
tree | commitdiff |
2009-07-09 |
Chris Lattner | stop on the first file mismatch. |
tree | commitdiff |
2009-07-08 |
Chris Lattner | Add a new little "FileCheck" utility for regression... |
tree | commitdiff |
|