aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/AsmParser/X86AsmLexer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix last bits of MC layer issues. llvm-mc doesn't need to initialize TargetMa...Evan Cheng2011-07-251-1/+1
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-231-4/+4
* have AsmMatcherEmitter.cpp produce the hunk of code that gets includedChris Lattner2010-09-061-6/+3
* Teach the x86 mc assembler that %dr6 = %db6, this implementsChris Lattner2010-06-241-0/+32
* more cleanupsChris Lattner2010-06-241-21/+15
* reduce indentationChris Lattner2010-06-241-20/+15
* pass stringref by value instead of by const&Chris Lattner2010-02-091-1/+1
* Fixed the AT&T AsmLexer to report the proper stringsSean Callanan2010-02-081-1/+1
* Moved InstallLexer() from the X86-specific AsmLexerSean Callanan2010-01-311-8/+3
* Unbreak MSVC/CMake build.Daniel Dunbar2010-01-261-1/+1
* Added the implementation of the Intel-specificSean Callanan2010-01-261-1/+27
* Added the TargetAsmLexer implementation for AT&T syntax.Sean Callanan2010-01-261-5/+70
* Implemented the dialect decision logic for the X86Sean Callanan2010-01-251-2/+20
* Added the skeleton for the implementation of the X86Sean Callanan2010-01-231-0/+43