aboutsummaryrefslogtreecommitdiff
path: root/utils/FileCheck
AgeCommit message (Expand)Author
2016-12-02Convert the rest of llvm to Android.bpColin Cross
2016-10-24Update aosp/master LLVM for rebase to r275480Pirama Arumuga Nainar
2016-03-03Update aosp/master LLVM for rebase to r256229Pirama Arumuga Nainar
2015-07-08Update aosp/master LLVM for rebase to r239765Pirama Arumuga Nainar
2015-04-09Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar
2015-03-23Update aosp/master LLVM for rebase to r230699.Stephen Hines
2014-12-02Update aosp/master LLVM for rebase to r222494.Stephen Hines
2014-07-21Update LLVM for rebase to r212749.Stephen Hines
2014-06-06Adds the ability to run the llvm test suite in-tree.Chris Wailes
2014-05-29Update LLVM for 3.5 rebase (r209712).Stephen Hines
2014-04-24Update to LLVM 3.5a.Stephen Hines
2014-02-11Merge remote-tracking branch 'upstream/release_34' into merge-20140211Stephen Hines
2013-11-13FileCheck: fix matching of one check-prefix is a prefix of anotherAlexey Samsonov
2013-11-13FileCheck: fix a bug with multiple --check-prefix options.Alexey Samsonov
2013-11-10Allow multiple check prefixes in FileCheck.Matt Arsenault
2013-10-12Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz
2013-10-11Really fix CHECK-LABEL and CHECK-DAG interaction. This actually just restores...Stephen Lin
2013-10-11Fix handling of CHECK-DAG inside of CHECK-LABEL.Rafael Espindola
2013-10-07Revert "Revert "Windows: Add support for unicode command lines""David Majnemer
2013-10-06Revert "Windows: Add support for unicode command lines"David Majnemer
2013-10-06Windows: Add support for unicode command linesDavid Majnemer
2013-09-17Missed using check type enum in one placeMatt Arsenault
2013-09-17Use function's argument instead of the global flag.Matt Arsenault
2013-09-17FileCheck refactor: use enum instead of bunch of boolsMatt Arsenault
2013-08-16FileCheck: Fix stray quote in CHECK-LABEL error message.Stephen Lin
2013-08-12[FileCheck] Fix a bug that cause FileCheck to misidentify check-prefixRui Ueyama
2013-08-07Merge commit '10251753b6897adcd22cc981c0cc42f348c109de' into merge-20130807Stephen Hines
2013-08-02Fix handling of CHECK-DAG combined with CHECK-NOTTim Northover
2013-07-12Add new directive called CHECK-LABEL to FileCheck.Stephen Lin
2013-06-25keep only the StringRef version of getFileOrSTDIN.Rafael Espindola
2013-06-12Merge commit '100fbdd06be7590b23c4707a98cd605bdb519498' into merge_20130612Stephen Hines
2013-05-14Add 'CHECK-DAG' supportMichael Liao
2013-05-14Refactor string checking. No functionality change.Michael Liao
2013-05-02Merge remote-tracking branch 'upstream/master' into merge-20130502Stephen Hines
2013-04-25Remove SMLoc paired with CHECK-NOT patterns. Not functionality change.Michael Liao
2013-04-25Remove tailing whitespacesMichael Liao
2013-03-23Plug a memory leak in FileCheck when the input file is empty.Benjamin Kramer
2013-03-05Merge commit 'b3201c5cf1e183d840f7c99ff779d57f1549d8e5' into merge_20130226Stephen Hines
2013-02-12Add static cast to unsigned char whenever a character classification function...Guy Benyei
2013-02-06Canonicalize line endings to Linux style also when the --strict-whitespace fl...Guy Benyei
2013-01-21Merge remote-tracking branch 'upstream/master' into merge-llvmStephen Hines
2012-12-04Sort the #include lines for utils/...Chandler Carruth
2012-12-02Fix a bug in FileCheck that wouldn't let define variables as follows:Eli Bendersky
2012-12-01Support referencing variables defined on the same line.Eli Bendersky
2012-11-30Clean up whitespace and add commentsEli Bendersky
2012-11-30Make FileCheck return 2 in case of an error as documented,Eli Bendersky
2012-11-15FileCheck: remove useless 'continue' at the end of a 'while(){}' loop.Dmitri Gribenko
2012-11-14Support for [[@LINE]], [[@LINE+<offset>]], [[@LINE-<offset>]] expressions inAlexander Kornienko
2012-09-21Clarify comment.Dmitri Gribenko
2012-09-18FileCheck: Fix off-by-one bug that made CHECK-NOT: ignore the next character ...Benjamin Kramer