aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/AsmParser/ARMAsmLexer.cpp
AgeCommit message (Expand)Author
2012-12-20Remove MCTargetAsmLexer and its derived classes now that edis,Roman Divacky
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-03-27Prune some includesCraig Topper
2011-11-06Replace (Lower|Upper)caseString in favor of StringRef's newest methods.Benjamin Kramer
2011-08-24Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng
2011-07-26Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng
2011-07-25Fix last bits of MC layer issues. llvm-mc doesn't need to initialize TargetMa...Evan Cheng
2011-07-23Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng
2011-07-19Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng
2011-06-30Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng
2011-01-03Formatting changes. No functionality change.Bill Wendling
2010-12-24Use a StringSwitch<> instead of a manually constructed string matcher.Jim Grosbach
2010-12-23Recognize a few more documented register name aliases for ARM in the asm lexer.Jim Grosbach
2010-12-22Trailing whitespace.Jim Grosbach
2010-04-07Added an AsmLexer for the ARM target, which usesSean Callanan