aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/TableGen/StringMatcher.cpp
AgeCommit message (Collapse)AuthorFilesLines
2012-05-20Emit memcmp directly from the StringMatcherEmitter.Benjamin Kramer1-4/+4
There should be no difference in the resulting binary, given a sufficiently smart compiler. However we already had compiler timeouts on the generated code in Intrinsics.gen, this hopefully makes the lives of slow buildbots a little easier. llvm-svn: 157161
2012-05-02Move llvm-tblgen's StringMatcher into the TableGen library so it canDouglas Gregor1-0/+149
be used by clang-tblgen. llvm-svn: 156000