aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target/TargetAsmLexer.h
Commit message (Collapse)AuthorAgeFilesLines
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where ↵Evan Cheng2011-07-231-89/+0
| | | | | | they belong. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135833 91177308-0d34-0410-b5e6-96231b3b80d8
* Moved InstallLexer() from the X86-specific AsmLexerSean Callanan2010-01-311-0/+10
| | | | | | | | | to the TargetAsmLexer class so that clients can actually use the TargetAsmLexer they get from a Target. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94940 91177308-0d34-0410-b5e6-96231b3b80d8
* Filled out the skeleton of the TargetAsmLexer to behaveSean Callanan2010-01-221-0/+43
| | | | | | | | | exactly like an MCAsmLexer. (The difference is that the TargetAsmLexer knows how to handle target-specific stuff like registers, whereas the MCAsmLexer is fully generic.) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94237 91177308-0d34-0410-b5e6-96231b3b80d8
* stub out a new TargetAsmLexer interface.Chris Lattner2010-01-221-0/+36
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94125 91177308-0d34-0410-b5e6-96231b3b80d8