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] Annotate input dump (1/7)
Joel E. Denny
2018-12-18
4
-17
/
+370
*
[FileCheck] introduce CHECK-COUNT-<num> repetition directive
Fedor Sergeev
2018-11-13
1
-0
/
+100
*
[FileCheck] Try to fix windows bots broken by r346272
Joel E. Denny
2018-11-06
1
-2
/
+2
*
[FileCheck] Parse command-line options from FILECHECK_OPTS
Joel E. Denny
2018-11-06
1
-0
/
+15
*
[SourceMgr][FileCheck] Obey -color by extending WithColor
Joel E. Denny
2018-10-24
1
-0
/
+22
*
Revert r344930 as it broke some of the bots on Windows.
Aaron Ballman
2018-10-22
1
-22
/
+0
*
[SourceMgr][FileCheck] Obey -color by extending WithColor
Joel E. Denny
2018-10-22
1
-0
/
+22
*
[FileCheck] Provide an option for FileCheck to dump original input to stderr ...
George Karpenkov
2018-07-20
1
-0
/
+17
*
[FileCheck] Fix search ranges for DAG-NOT-DAG
Joel E. Denny
2018-07-20
2
-1
/
+78
*
[FileCheck] Implement -v and -vv for tracing matches
Joel E. Denny
2018-07-13
9
-26
/
+153
*
[FileCheck] Don't permit overlapping CHECK-DAG
Joel E. Denny
2018-07-11
2
-0
/
+524
*
Revert r336830: [FileCheck] Don't permit overlapping CHECK-DAG
Joel E. Denny
2018-07-11
2
-524
/
+0
*
[FileCheck] Don't permit overlapping CHECK-DAG
Joel E. Denny
2018-07-11
2
-0
/
+524
*
[FileCheck] Add CHECK-EMPTY directive for checking for blank lines
James Henderson
2018-06-26
1
-0
/
+45
*
[FileCheck] - Fix possible buffer out of bounds access when parsing --check-p...
George Rimar
2018-01-16
1
-0
/
+4
*
Add a -D flag to FileCheck to define variables
Alexander Richardson
2017-11-07
1
-0
/
+9
*
[llvm] Remove redundant check-prefix=CHECK from tests. NFC.
Mandeep Singh Grang
2017-07-17
1
-1
/
+1
*
[FileCheck] Don't scan past the closing CHECK-DAG for CHECK-NOT inside CHECK-DAG
Benjamin Kramer
2017-06-07
1
-0
/
+9
*
[FileCheck] Added --enable-var-scope option to enable scope for regex variables.
Artem Belevich
2017-03-09
2
-13
/
+36
*
Commit a test for match-full-lines.
James Y Knight
2017-01-09
2
-14
/
+53
*
[FileCheck] Fix --strict-whitespace --match-full-lines -- add test-case
Tom de Vries
2016-12-18
1
-0
/
+14
*
Make check lines not match themselves.
Paul Robinson
2016-06-16
1
-3
/
+4
*
[FileCheck] Add --check-prefixes as a shorthand for multiple --check-prefix o...
Daniel Sanders
2016-06-14
4
-0
/
+7
*
Fix windows build bot failure
Xinliang David Li
2016-05-28
1
-1
/
+1
*
FileCheck: dump command line context with empty input
Xinliang David Li
2016-05-27
1
-0
/
+1
*
Reapply r262092: [FileCheck] Abort if -NOT is combined with another suffix.
Paul Robinson
2016-02-29
1
-0
/
+28
*
Revert r262092, caught LLD tests
Paul Robinson
2016-02-26
1
-28
/
+0
*
[FileCheck] Abort if -NOT is combined with another suffix.
Paul Robinson
2016-02-26
1
-0
/
+28
*
FileCheck: Add CHECK-SAME
Duncan P. N. Exon Smith
2015-02-26
1
-0
/
+23
*
FileCheck: Add a flag to allow checking empty input
Justin Bogner
2014-08-07
1
-0
/
+11
*
Add missing test for r214210.
Eli Bendersky
2014-07-29
1
-0
/
+1
*
Add FileCheck -implicit-check-not option to allow stricter tests without addi...
Alexander Kornienko
2014-07-11
1
-0
/
+44
*
FileCheck: fix a bug with multiple --check-prefix options. Similar to r194565
Daniel Sanders
2013-11-20
1
-0
/
+10
*
FileCheck: fix matching of one check-prefix is a prefix of another
Alexey Samsonov
2013-11-13
1
-0
/
+5
*
FileCheck: fix a bug with multiple --check-prefix options.
Alexey Samsonov
2013-11-13
1
-0
/
+10
*
Allow multiple check prefixes in FileCheck.
Matt Arsenault
2013-11-10
13
-2
/
+109
*
Add FileCheck tests for @LINE
Matt Arsenault
2013-10-31
2
-0
/
+26
*
Fix "existant" typos
Alp Toker
2013-10-29
1
-2
/
+2
*
Really fix CHECK-LABEL and CHECK-DAG interaction. This actually just restores...
Stephen Lin
2013-10-11
1
-0
/
+11
*
Fix handling of CHECK-DAG inside of CHECK-LABEL.
Rafael Espindola
2013-10-11
1
-0
/
+11
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
1
-1
/
+0
*
[FileCheck] Fix a bug that cause FileCheck to misidentify check-prefix
Rui Ueyama
2013-08-12
2
-0
/
+16
*
Fix handling of CHECK-DAG combined with CHECK-NOT
Tim Northover
2013-08-02
1
-0
/
+1
*
Add new directive called CHECK-LABEL to FileCheck.
Stephen Lin
2013-07-12
1
-0
/
+51
*
Prefix failing commands with not to make clear they are expected to fail.
Rafael Espindola
2013-07-03
1
-1
/
+1
*
Add 'CHECK-DAG' support
Michael Liao
2013-05-14
2
-0
/
+110
*
Remove SMLoc paired with CHECK-NOT patterns. Not functionality change.
Michael Liao
2013-04-25
1
-0
/
+7
*
Canonicalize line endings to Linux style also when the --strict-whitespace fl...
Guy Benyei
2013-02-06
1
-0
/
+11
*
Fix a bug in FileCheck that wouldn't let define variables as follows:
Eli Bendersky
2012-12-02
2
-1
/
+9
*
Support referencing variables defined on the same line.
Eli Bendersky
2012-12-01
1
-0
/
+16
[prev]
[next]