| Commit message (Expand) | Author | Age | Files | Lines |
| * | [FileCheck] Implement --ignore-case option. | Kai Nacke | 2019-10-11 | 1 | -0/+5 |
| * | Revert "[FileCheck] Implement --ignore-case option." | Dmitri Gribenko | 2019-10-10 | 1 | -706/+701 |
| * | [FileCheck] Implement --ignore-case option. | Kai Nacke | 2019-10-10 | 1 | -701/+706 |
| * | [FileCheck] Forbid using var defined on same line | Thomas Preud'homme | 2019-09-02 | 1 | -1/+1 |
| * | [doc] Give a workaround for a FileCheck regex that ends in a brace. | Paul Robinson | 2019-08-02 | 1 | -1/+4 |
| * | FileCheck [8/12]: Define numeric var from expr | Thomas Preud'homme | 2019-07-24 | 1 | -5/+21 |
| * | Revert "FileCheck [8/12]: Define numeric var from expr" | Thomas Preud'homme | 2019-07-24 | 1 | -21/+5 |
| * | FileCheck [8/12]: Define numeric var from expr | Thomas Preud'homme | 2019-07-23 | 1 | -5/+21 |
| * | FileCheck [7/12]: Arbitrary long numeric expressions | Thomas Preud'homme | 2019-07-13 | 1 | -13/+12 |
| * | [docs][tools] Add missing "program" tags to rst files | James Henderson | 2019-06-27 | 1 | -0/+2 |
| * | [FileCheck] Stop qualifying expressions as numeric | Thomas Preud'homme | 2019-06-19 | 1 | -9/+9 |
| * | FileCheck [6/12]: Introduce numeric variable definition | Thomas Preud'homme | 2019-06-06 | 1 | -17/+32 |
| * | FileCheck: Improve FileCheck variable terminology | Thomas Preud'homme | 2019-05-23 | 1 | -28/+35 |
| * | [FileCheck] Fix sphinx error: Make input be gas block | Thomas Preud'homme | 2019-05-15 | 1 | -2/+2 |
| * | Reinstate "FileCheck [5/12]: Introduce regular numeric variables" | Thomas Preud'homme | 2019-05-14 | 1 | -7/+53 |
| * | Revert "FileCheck [5/12]: Introduce regular numeric variables" | Thomas Preud'homme | 2019-05-14 | 1 | -53/+7 |
| * | FileCheck [5/12]: Introduce regular numeric variables | Thomas Preud'homme | 2019-05-13 | 1 | -7/+53 |
| * | FileCheck [4/12]: Introduce @LINE numeric expressions | Thomas Preud'homme | 2019-05-02 | 1 | -14/+21 |
| * | [FileCheck] Suppress old -v/-vv diags if dumping input | Joel E. Denny | 2019-01-22 | 1 | -1/+4 |
| * | [FileCheck] Annotate input dump (1/7) | Joel E. Denny | 2018-12-18 | 1 | -1/+8 |
| * | [FileCheck] fixing docs buildbot - use proper code-block type | Fedor Sergeev | 2018-11-13 | 1 | -1/+1 |
| * | [FileCheck] fixing small formatting error in docs | Fedor Sergeev | 2018-11-13 | 1 | -1/+1 |
| * | [FileCheck] introduce CHECK-COUNT-<num> repetition directive | Fedor Sergeev | 2018-11-13 | 1 | -0/+23 |
| * | [FileCheck] Parse command-line options from FILECHECK_OPTS | Joel E. Denny | 2018-11-06 | 1 | -0/+3 |
| * | [SourceMgr][FileCheck] Obey -color by extending WithColor | Joel E. Denny | 2018-10-24 | 1 | -0/+4 |
| * | Revert r344930 as it broke some of the bots on Windows. | Aaron Ballman | 2018-10-22 | 1 | -4/+0 |
| * | [SourceMgr][FileCheck] Obey -color by extending WithColor | Joel E. Denny | 2018-10-22 | 1 | -0/+4 |
| * | [docs] Fix an LLVM-syntax code block to actually be valid LLVM synatx. | Chandler Carruth | 2018-08-06 | 1 | -2/+2 |
| * | [FileCheck] Provide an option for FileCheck to dump original input to stderr ... | George Karpenkov | 2018-07-20 | 1 | -0/+4 |
| * | [FileCheck] Implement -v and -vv for tracing matches | Joel E. Denny | 2018-07-13 | 1 | -0/+10 |
| * | [FileCheck] Don't permit overlapping CHECK-DAG | Joel E. Denny | 2018-07-11 | 1 | -0/+26 |
| * | Revert r336830: [FileCheck] Don't permit overlapping CHECK-DAG | Joel E. Denny | 2018-07-11 | 1 | -26/+0 |
| * | [FileCheck] Don't permit overlapping CHECK-DAG | Joel E. Denny | 2018-07-11 | 1 | -0/+26 |
| * | Fix doc title underlining. | James Henderson | 2018-06-26 | 1 | -1/+1 |
| * | [FileCheck] Add CHECK-EMPTY directive for checking for blank lines | James Henderson | 2018-06-26 | 1 | -0/+19 |
| * | Add a -D flag to FileCheck to define variables | Alexander Richardson | 2017-11-07 | 1 | -0/+5 |
| * | [FileCheck] regexp doc update/fix | Sjoerd Meijer | 2017-10-13 | 1 | -5/+6 |
| * | [FileCheck] Added --enable-var-scope option to enable scope for regex variables. | Artem Belevich | 2017-03-09 | 1 | -0/+19 |
| * | [docs] Fixing Sphinx warnings to unclog the buildbot | Renato Golin | 2016-07-20 | 1 | -4/+4 |
| * | Document the ability to perform multi-line pattern matching in FileCheck. | Wolfgang Pieb | 2016-06-27 | 1 | -0/+19 |
| * | [FileCheck] Document --check-prefixes. | Daniel Sanders | 2016-06-14 | 1 | -0/+5 |
| * | Add -match-full-lines argument to FileCheck. | James Y Knight | 2016-02-11 | 1 | -0/+12 |
| * | IR: Give 'DI' prefix to debug info metadata | Duncan P. N. Exon Smith | 2015-04-29 | 1 | -2/+2 |
| * | All FileCheck directives allow patterns. | Paul Robinson | 2015-03-05 | 1 | -1/+1 |
| * | FileCheck: Document CHECK-SAME, follow-up to r230612 | Duncan P. N. Exon Smith | 2015-03-05 | 1 | -0/+25 |
| * | Fix Sphinx warnings. | Dan Liew | 2014-07-21 | 1 | -1/+1 |
| * | Add FileCheck -implicit-check-not option to allow stricter tests without addi... | Alexander Kornienko | 2014-07-11 | 1 | -0/+11 |
| * | Allow multiple check prefixes in FileCheck. | Matt Arsenault | 2013-11-10 | 1 | -5/+7 |
| * | Add warning about CHECK-DAG with variable definition | Renato Golin | 2013-10-11 | 1 | -9/+37 |
| * | Fix underscore to be the proper length. | Bill Wendling | 2013-07-30 | 1 | -1/+1 |