aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/AsmParser/X86AsmLexer.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-11-08Add support of RTM from TSX extensionMichael Liao
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
2010-09-06have AsmMatcherEmitter.cpp produce the hunk of code that gets includedChris Lattner
2010-06-24Teach the x86 mc assembler that %dr6 = %db6, this implementsChris Lattner
2010-06-24more cleanupsChris Lattner
2010-06-24reduce indentationChris Lattner
2010-02-09pass stringref by value instead of by const&Chris Lattner
2010-02-08Fixed the AT&T AsmLexer to report the proper stringsSean Callanan
2010-01-31Moved InstallLexer() from the X86-specific AsmLexerSean Callanan
2010-01-26Unbreak MSVC/CMake build.Daniel Dunbar
2010-01-26Added the implementation of the Intel-specificSean Callanan
2010-01-26Added the TargetAsmLexer implementation for AT&T syntax.Sean Callanan
2010-01-25Implemented the dialect decision logic for the X86Sean Callanan
2010-01-23Added the skeleton for the implementation of the X86Sean Callanan