aboutsummaryrefslogtreecommitdiffstats
path: root/utils/FileCheck
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-2/+1
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-2/+47
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-23/+57
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-14/+15
* Adds the ability to run the llvm test suite in-tree.Chris Wailes2014-06-061-1/+0
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-2/+9
* Update to LLVM 3.5a.Stephen Hines2014-04-243-50/+21
* Merge remote-tracking branch 'upstream/release_34' into merge-20140211Stephen Hines2014-02-112-117/+318
|\
| * FileCheck: fix matching of one check-prefix is a prefix of anotherAlexey Samsonov2013-11-131-10/+11
| * FileCheck: fix a bug with multiple --check-prefix options.Alexey Samsonov2013-11-131-3/+3
| * Allow multiple check prefixes in FileCheck.Matt Arsenault2013-11-101-80/+237
| * Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz2013-10-121-0/+1
| * Really fix CHECK-LABEL and CHECK-DAG interaction. This actually just restores...Stephen Lin2013-10-111-9/+17
| * Fix handling of CHECK-DAG inside of CHECK-LABEL.Rafael Espindola2013-10-111-6/+4
| * Revert "Revert "Windows: Add support for unicode command lines""David Majnemer2013-10-071-1/+1
| * Revert "Windows: Add support for unicode command lines"David Majnemer2013-10-061-1/+1
| * Windows: Add support for unicode command linesDavid Majnemer2013-10-061-1/+1
| * Missed using check type enum in one placeMatt Arsenault2013-09-171-6/+6
| * Use function's argument instead of the global flag.Matt Arsenault2013-09-171-3/+3
| * FileCheck refactor: use enum instead of bunch of boolsMatt Arsenault2013-09-171-76/+88
| * FileCheck: Fix stray quote in CHECK-LABEL error message.Stephen Lin2013-08-161-1/+1
| * [FileCheck] Fix a bug that cause FileCheck to misidentify check-prefixRui Ueyama2013-08-121-2/+26
* | Merge commit '10251753b6897adcd22cc981c0cc42f348c109de' into merge-20130807Stephen Hines2013-08-071-33/+97
|\ \ | |/
| * Fix handling of CHECK-DAG combined with CHECK-NOTTim Northover2013-08-021-2/+1
| * Add new directive called CHECK-LABEL to FileCheck.Stephen Lin2013-07-121-29/+94
| * keep only the StringRef version of getFileOrSTDIN.Rafael Espindola2013-06-251-2/+2
* | Merge commit '100fbdd06be7590b23c4707a98cd605bdb519498' into merge_20130612Stephen Hines2013-06-121-78/+234
|\ \ | |/
| * Add 'CHECK-DAG' supportMichael Liao2013-05-141-23/+147
| * Refactor string checking. No functionality change.Michael Liao2013-05-141-62/+94
* | Merge remote-tracking branch 'upstream/master' into merge-20130502Stephen Hines2013-05-021-15/+16
|\ \ | |/
| * Remove SMLoc paired with CHECK-NOT patterns. Not functionality change.Michael Liao2013-04-251-8/+9
| * Remove tailing whitespacesMichael Liao2013-04-251-1/+1
| * Plug a memory leak in FileCheck when the input file is empty.Benjamin Kramer2013-03-231-6/+6
* | Merge commit 'b3201c5cf1e183d840f7c99ff779d57f1549d8e5' into merge_20130226Stephen Hines2013-03-051-11/+15
|\ \ | |/
| * Add static cast to unsigned char whenever a character classification function...Guy Benyei2013-02-121-1/+1
| * Canonicalize line endings to Linux style also when the --strict-whitespace fl...Guy Benyei2013-02-061-10/+14
* | Merge remote-tracking branch 'upstream/master' into merge-llvmStephen Hines2013-01-211-62/+196
|\ \ | |/
| * Sort the #include lines for utils/...Chandler Carruth2012-12-041-4/+4
| * Fix a bug in FileCheck that wouldn't let define variables as follows:Eli Bendersky2012-12-021-4/+47
| * Support referencing variables defined on the same line.Eli Bendersky2012-12-011-16/+40
| * Clean up whitespace and add commentsEli Bendersky2012-11-301-7/+8
| * Make FileCheck return 2 in case of an error as documented,Eli Bendersky2012-11-301-2/+2
| * FileCheck: remove useless 'continue' at the end of a 'while(){}' loop.Dmitri Gribenko2012-11-151-1/+0
| * Support for [[@LINE]], [[@LINE+<offset>]], [[@LINE-<offset>]] expressions inAlexander Kornienko2012-11-141-27/+94
| * Clarify comment.Dmitri Gribenko2012-09-211-1/+1
| * FileCheck: Fix off-by-one bug that made CHECK-NOT: ignore the next character ...Benjamin Kramer2012-09-181-2/+2
| * Revert "Add -exact-match option to FileCheck to allow clients to do exact mat...Ted Kremenek2012-09-081-5/+1
| * Add -exact-match option to FileCheck to allow clients to do exact matches wit...Ted Kremenek2012-09-071-1/+5
* | Host tools don't need LOCAL_MODULE_TAGSJoe Onorato2012-08-161-1/+0
* | Build FileCheck and enable DWARF emission for target eng buildsDaniel Malea2012-02-291-0/+24
|/