[llvm-commits] [llvm] r73074 - in /llvm/trunk: docs/TableGenFundamentals.html test/TableGen/regmatch.td utils/TableGen/Record.cpp utils/TableGen/Record.h utils/TableGen/TGLexer.cpp utils/TableGen/TGLexer.h utils/TableGen/TGParser.cpp

Howard Su howard0su at gmail.com
Tue Jun 9 02:27:10 PDT 2009


This change break the MSVC build since no regex by default in Windows MSVC
platform.

On Tue, Jun 9, 2009 at 1:00 AM, David Greene <greened at obbligato.org> wrote:

> Author: greened
> Date: Mon Jun  8 12:00:34 2009
> New Revision: 73074
>
> URL: http://llvm.org/viewvc/llvm-project?rev=73074&view=rev
> Log:
>
> Add a !regmatch operator to do pattern matching in TableGen.
>
> Added:
>    llvm/trunk/test/TableGen/regmatch.td
> Modified:
>    llvm/trunk/docs/TableGenFundamentals.html
>    llvm/trunk/utils/TableGen/Record.cpp
>    llvm/trunk/utils/TableGen/Record.h
>    llvm/trunk/utils/TableGen/TGLexer.cpp
>    llvm/trunk/utils/TableGen/TGLexer.h
>    llvm/trunk/utils/TableGen/TGParser.cpp
>
> Modified: llvm/trunk/docs/TableGenFundamentals.html
> URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/TableGenFundamentals.html?rev=73074&r1=73073&r2=73074&view=diff
>
>
-- 
-Howard
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20090609/16bb92bd/attachment.html>


More information about the llvm-commits mailing list