summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/StringMatcher.cpp
Commit message (Collapse)AuthorAgeFilesLines
* fix a fixme in stringmatcher, having it generate nice looking code if theChris Lattner2010-10-301-3/+12
| | | | | | 'tomatch' code contains \n's. llvm-svn: 117843
* emit the LLVM intrinsic name -> intrinsic number mapping table withChris Lattner2010-09-061-2/+2
| | | | | | StringMatcher instead of a linear sequence of memcmps. llvm-svn: 113145
* allow specifying an indentation level for the string matcher.Chris Lattner2010-09-061-7/+11
| | | | llvm-svn: 113143
* same bug, another place.Chris Lattner2010-09-061-1/+1
| | | | llvm-svn: 113141
* fix a critical bug where the generated table would sayChris Lattner2010-09-061-1/+3
| | | | | | "1 strings to match" in a comment, which isn't gramatic. llvm-svn: 113140
* factor the snazzy string matcher code that Daniel hatesChris Lattner2010-09-061-0/+134
out of AsmMatcherEmitter.cpp into its own class. llvm-svn: 113137
OpenPOWER on IntegriCloud