index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
test
/
FileCheck
Commit message (
Expand
)
Author
Age
Files
Lines
*
[FileCheck] Given multiple -dump-input, prefer most verbose
Joel E. Denny
2019-12-03
1
-6
/
+101
*
[FileCheck] Make FILECHECK_OPTS useful for its test suite
Joel E. Denny
2019-11-21
29
-114
/
+310
*
[FileCheck] Use lit's internal shell for the test suite
Joel E. Denny
2019-11-19
1
-0
/
+5
*
[FileCheck] Implement --ignore-case option.
Kai Nacke
2019-10-11
1
-0
/
+45
*
Revert "[FileCheck] Implement --ignore-case option."
Dmitri Gribenko
2019-10-10
1
-45
/
+0
*
[FileCheck] Implement --ignore-case option.
Kai Nacke
2019-10-10
1
-0
/
+45
*
[FileCheck] Forbid using var defined on same line
Thomas Preud'homme
2019-09-02
1
-2
/
+26
*
[FileCheck] Move -dump-input diagnostic to first line
Joel E. Denny
2019-08-14
1
-8
/
+8
*
[FileCheck]] Canonicalize caret location testing
Thomas Preud'homme
2019-07-24
5
-80
/
+81
*
FileCheck [8/12]: Define numeric var from expr
Thomas Preud'homme
2019-07-24
3
-36
/
+73
*
Revert "FileCheck [8/12]: Define numeric var from expr"
Thomas Preud'homme
2019-07-24
3
-73
/
+36
*
Revert "[FileCheck]] Canonicalize caret location testing"
Thomas Preud'homme
2019-07-24
5
-81
/
+80
*
[FileCheck]] Canonicalize caret location testing
Thomas Preud'homme
2019-07-23
5
-80
/
+81
*
FileCheck [8/12]: Define numeric var from expr
Thomas Preud'homme
2019-07-23
3
-36
/
+73
*
[FileCheck] Fix numeric variable redefinition
Thomas Preud'homme
2019-07-18
2
-10
/
+22
*
FileCheck [7/12]: Arbitrary long numeric expressions
Thomas Preud'homme
2019-07-13
3
-9
/
+17
*
[FileCheck] Don't diagnose undef vars at parse time
Thomas Preud'homme
2019-07-05
1
-2
/
+8
*
[FileCheck] Factor some parsing checks out
Thomas Preud'homme
2019-07-05
1
-2
/
+2
*
[FileCheck] Stop qualifying expressions as numeric
Thomas Preud'homme
2019-06-19
2
-4
/
+4
*
FileCheck: Return parse error w/ Error & Expected
Thomas Preud'homme
2019-06-19
2
-1
/
+13
*
FileCheck [6/12]: Introduce numeric variable definition
Thomas Preud'homme
2019-06-06
4
-62
/
+97
*
[FileCheck] Introduce substitution subclasses
Thomas Preud'homme
2019-05-23
3
-6
/
+6
*
FileCheck: Improve FileCheck variable terminology
Thomas Preud'homme
2019-05-23
4
-13
/
+13
*
Reinstate "FileCheck [5/12]: Introduce regular numeric variables"
Thomas Preud'homme
2019-05-14
7
-30
/
+225
*
Revert "FileCheck [5/12]: Introduce regular numeric variables"
Thomas Preud'homme
2019-05-14
7
-225
/
+30
*
FileCheck [5/12]: Introduce regular numeric variables
Thomas Preud'homme
2019-05-13
7
-30
/
+225
*
[FileCheck, NFC] Split defines.txt in two
Thomas Preud'homme
2019-05-08
3
-48
/
+78
*
[CommandLine] Change help output to prefix long options with `--` instead of ...
Don Hinton
2019-05-03
1
-1
/
+1
*
[FileCheck] Fix line-count.txt test
Thomas Preud'homme
2019-05-02
1
-2
/
+2
*
FileCheck [4/12]: Introduce @LINE numeric expressions
Thomas Preud'homme
2019-05-02
1
-12
/
+22
*
FileCheck [3/12]: Stricter parsing of @LINE expressions
Thomas Preud'homme
2019-04-29
1
-14
/
+55
*
FileCheck [2/12]: Stricter parsing of -D option
Thomas Preud'homme
2019-04-29
1
-1
/
+15
*
[FileCheck]Remove assertions that prevent matching an empty string at file st...
James Henderson
2019-03-12
1
-0
/
+16
*
Fixup test on Windows with a case-insensitive filesystem due to path printing...
Douglas Yung
2019-02-05
1
-1
/
+1
*
Recommit: Detect incorrect FileCheck variable CLI definition
Thomas Preud'homme
2019-02-05
1
-5
/
+21
*
Fixup test after r352704 since it changes how paths may be emitted.
Douglas Yung
2019-01-31
2
-2
/
+2
*
Revert "Detect incorrect FileCheck variable CLI definition"
Thomas Preud'homme
2019-01-27
1
-21
/
+5
*
Revert "Fix defines.txt"
Thomas Preud'homme
2019-01-27
1
-1
/
+1
*
[FileCheck] Suppress old -v/-vv diags if dumping input
Joel E. Denny
2019-01-22
2
-80
/
+196
*
Fix defines.txt
Thomas Preud'homme
2019-01-14
1
-1
/
+1
*
Detect incorrect FileCheck variable CLI definition
Thomas Preud'homme
2019-01-14
1
-5
/
+21
*
[FileCheck] Don't propagate `FILECHECK_DUMP_INPUT_ON_FAILURE` and
Dan Liew
2019-01-10
1
-0
/
+13
*
[FileCheck] Try to fix test on windows due to r349418
Joel E. Denny
2018-12-18
1
-1
/
+1
*
[FileCheck] Annotate input dump (final tweaks)
Joel E. Denny
2018-12-18
1
-0
/
+7
*
[FileCheck] Annotate input dump (7/7)
Joel E. Denny
2018-12-18
1
-1
/
+7
*
[FileCheck] Annotate input dump (6/7)
Joel E. Denny
2018-12-18
1
-4
/
+9
*
[FileCheck] Annotate input dump (5/7)
Joel E. Denny
2018-12-18
2
-25
/
+55
*
[FileCheck] Annotate input dump (4/7)
Joel E. Denny
2018-12-18
1
-0
/
+47
*
[FileCheck] Annotate input dump (3/7)
Joel E. Denny
2018-12-18
1
-3
/
+57
*
[FileCheck] Annotate input dump (2/7)
Joel E. Denny
2018-12-18
1
-20
/
+26
[next]