This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2025-01-30 04:35:00 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-6502
/
test
/
FileCheck
History
…
..
check-a-b-has-b.txt
…
check-b-a-has-b.txt
…
check-dag-multi-prefix-2.txt
…
check-dag-multi-prefix.txt
Allow multiple check prefixes in FileCheck.
2013-11-10 02:04:09 +00:00
check-dag-substring-prefix.txt
…
check-dag-xfails.txt
Add 'CHECK-DAG' support
2013-05-14 20:34:12 +00:00
check-dag.txt
…
check-label-dag-capture.txt
Really fix CHECK-LABEL and CHECK-DAG interaction. This actually just restores the initial implementation that was in r186162 but got lost in some subsequent refactoring. More explicit variable names and comments are present now to hopefully prevent repeat regression, as well as another test.
2013-10-11 18:38:36 +00:00
check-label-dag.txt
…
check-label.txt
…
check-multi-prefix-label.txt
…
check-multiple-prefixes-mixed.txt
…
check-multiple-prefixes-nomatch-2.txt
…
check-multiple-prefixes-nomatch.txt
…
check-multiple-prefixes-substr.txt
FileCheck: fix matching of one check-prefix is a prefix of another
2013-11-13 14:12:52 +00:00
check-not-diaginfo.txt
Prefix failing commands with not to make clear they are expected to fail.
2013-07-03 16:41:29 +00:00
check-prefixes.txt
…
check-substring-multi-prefix-2.txt
…
check-substring-multi-prefix.txt
…
dos-style-eol.txt
Canonicalize line endings to Linux style also when the --strict-whitespace flag is in use. This flag is supposed to affect horizontal whitespaces only.
2013-02-06 20:40:38 +00:00
first-character-match.txt
…
line-count-2.txt
…
line-count.txt
…
multiple-missing-prefixes.txt
…
next-no-match.txt
…
regex-brackets.txt
Fix a bug in FileCheck that wouldn't let define variables as follows:
2012-12-02 16:02:41 +00:00
regex-no-match.txt
…
separate-multi-prefix.txt
…
simple-var-capture.txt
…
two-checks-for-same-match.txt
Add a FileCheck test that makes sure two different CHECKs won't match the
2012-11-29 21:24:44 +00:00
validate-check-prefix.txt
…
var-ref-same-line.txt
…