aboutsummaryrefslogtreecommitdiffstats
path: root/test/FileCheck
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-0/+23
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-023-0/+56
* Update to LLVM 3.5a.Stephen Hines2014-04-241-0/+10
* FileCheck: fix matching of one check-prefix is a prefix of anotherAlexey Samsonov2013-11-131-0/+5
* FileCheck: fix a bug with multiple --check-prefix options.Alexey Samsonov2013-11-131-0/+10
* Allow multiple check prefixes in FileCheck.Matt Arsenault2013-11-1013-2/+109
* Add FileCheck tests for @LINEMatt Arsenault2013-10-312-0/+26
* Fix "existant" typosAlp Toker2013-10-291-2/+2
* Really fix CHECK-LABEL and CHECK-DAG interaction. This actually just restores...Stephen Lin2013-10-111-0/+11
* Fix handling of CHECK-DAG inside of CHECK-LABEL.Rafael Espindola2013-10-111-0/+11
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-1/+0
* [FileCheck] Fix a bug that cause FileCheck to misidentify check-prefixRui Ueyama2013-08-122-0/+16
* Fix handling of CHECK-DAG combined with CHECK-NOTTim Northover2013-08-021-0/+1
* Add new directive called CHECK-LABEL to FileCheck.Stephen Lin2013-07-121-0/+51
* Prefix failing commands with not to make clear they are expected to fail.Rafael Espindola2013-07-031-1/+1
* Add 'CHECK-DAG' supportMichael Liao2013-05-142-0/+110
* Remove SMLoc paired with CHECK-NOT patterns. Not functionality change.Michael Liao2013-04-251-0/+7
* Canonicalize line endings to Linux style also when the --strict-whitespace fl...Guy Benyei2013-02-061-0/+11
* Fix a bug in FileCheck that wouldn't let define variables as follows:Eli Bendersky2012-12-022-1/+9
* Support referencing variables defined on the same line.Eli Bendersky2012-12-011-0/+16
* Add a FileCheck test that makes sure two different CHECKs won't match theEli Bendersky2012-11-291-0/+8
* Add some tests for the FileCheck utility.Eli Bendersky2012-11-154-0/+27