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
*
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
*
[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
[next]