Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix a fixme in stringmatcher, having it generate nice looking code if the | Chris Lattner | 2010-10-30 | 1 | -3/+12 |
| | | | | | | 'tomatch' code contains \n's. llvm-svn: 117843 | ||||
* | emit the LLVM intrinsic name -> intrinsic number mapping table with | Chris Lattner | 2010-09-06 | 1 | -2/+2 |
| | | | | | | StringMatcher instead of a linear sequence of memcmps. llvm-svn: 113145 | ||||
* | allow specifying an indentation level for the string matcher. | Chris Lattner | 2010-09-06 | 1 | -7/+11 |
| | | | | llvm-svn: 113143 | ||||
* | same bug, another place. | Chris Lattner | 2010-09-06 | 1 | -1/+1 |
| | | | | llvm-svn: 113141 | ||||
* | fix a critical bug where the generated table would say | Chris Lattner | 2010-09-06 | 1 | -1/+3 |
| | | | | | | "1 strings to match" in a comment, which isn't gramatic. llvm-svn: 113140 | ||||
* | factor the snazzy string matcher code that Daniel hates | Chris Lattner | 2010-09-06 | 1 | -0/+134 |
out of AsmMatcherEmitter.cpp into its own class. llvm-svn: 113137 |