summaryrefslogtreecommitdiffstats
path: root/llvm/lib/TableGen/StringMatcher.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Emit memcmp directly from the StringMatcherEmitter.Benjamin Kramer2012-05-201-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
* Move llvm-tblgen's StringMatcher into the TableGen library so it canDouglas Gregor2012-05-021-0/+149
be used by clang-tblgen. llvm-svn: 156000
OpenPOWER on IntegriCloud