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