Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Emit memcmp directly from the StringMatcherEmitter. | Benjamin Kramer | 2012-05-20 | 1 | -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 can | Douglas Gregor | 2012-05-02 | 1 | -0/+149 |
be used by clang-tblgen. llvm-svn: 156000 |