Merging r260587:
[oota-llvm.git] / test / FileCheck /
2015-02-26 Duncan P. N. Exon... FileCheck: Add CHECK-SAME
2014-08-07 Justin BognerFileCheck: Add a flag to allow checking empty input
2014-07-29 Eli BenderskyAdd missing test for r214210.
2014-07-11 Alexander KornienkoAdd FileCheck -implicit-check-not option to allow stric...
2013-11-20 Daniel SandersFileCheck: fix a bug with multiple --check-prefix optio...
2013-11-13 Alexey SamsonovFileCheck: fix matching of one check-prefix is a prefix...
2013-11-13 Alexey SamsonovFileCheck: fix a bug with multiple --check-prefix options.
2013-11-10 Matt ArsenaultAllow multiple check prefixes in FileCheck.
2013-10-31 Matt ArsenaultAdd FileCheck tests for @LINE
2013-10-29 Alp TokerFix "existant" typos
2013-10-11 Stephen LinReally fix CHECK-LABEL and CHECK-DAG interaction. This...
2013-10-11 Rafael EspindolaFix handling of CHECK-DAG inside of CHECK-LABEL.
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-08-12 Rui Ueyama[FileCheck] Fix a bug that cause FileCheck to misidenti...
2013-08-02 Tim NorthoverFix handling of CHECK-DAG combined with CHECK-NOT
2013-07-12 Stephen LinAdd new directive called CHECK-LABEL to FileCheck.
2013-07-03 Rafael EspindolaPrefix failing commands with not to make clear they...
2013-05-14 Michael LiaoAdd 'CHECK-DAG' support
2013-04-25 Michael LiaoRemove SMLoc paired with CHECK-NOT patterns. Not functi...
2013-02-06 Guy BenyeiCanonicalize line endings to Linux style also when...
2012-12-02 Eli BenderskyFix a bug in FileCheck that wouldn't let define variabl...
2012-12-01 Eli BenderskySupport referencing variables defined on the same line.
2012-11-29 Eli BenderskyAdd a FileCheck test that makes sure two different...
2012-11-15 Eli BenderskyAdd some tests for the FileCheck utility.