add and document regex support for FileCheck. You can now do stuff like:
authorChris Lattner <sabre@nondot.org>
Thu, 24 Sep 2009 21:47:32 +0000 (21:47 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 24 Sep 2009 21:47:32 +0000 (21:47 +0000)
commit528700863adefca8de461ce28a7d903729fb96b4
tree904a28d55c7039cefe27a789ca9d4c6465dd6e7e
parentfe03dbeaa30187a75548d891cbe3f5cc97e73713
add and document regex support for FileCheck.  You can now do stuff like:

; CHECK: movl {{%e[a-z][xi]}}, %eax

or whatever.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82717 91177308-0d34-0410-b5e6-96231b3b80d8
docs/TestingGuide.html
include/llvm/Support/Regex.h
lib/Support/Regex.cpp
unittests/Support/RegexTest.cpp
utils/FileCheck/FileCheck.cpp