Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Hexagon, TableGen] Fix some Clang-tidy modernize and Include What You Use ↵ | Eugene Zelenko | 2017-01-04 | 1 | -7/+12 |
| | | | | | | warnings; other minor fixes (NFC). llvm-svn: 290925 | ||||
* | 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 |