LLVMBuild: Remove trailing newline, which irked me.
[oota-llvm.git] / lib / Target / X86 / AsmParser / X86AsmLexer.cpp
2011-11-06 Benjamin KramerReplace (Lower|Upper)caseString in favor of StringRef...
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-07-26 Evan ChengRename TargetAsmParser to MCTargetAsmParser and TargetA...
2011-07-25 Evan ChengFix last bits of MC layer issues. llvm-mc doesn't need...
2011-07-23 Evan ChengMove TargetAsmParser.h TargetAsmBackend.h and TargetAsm...
2010-09-06 Chris Lattnerhave AsmMatcherEmitter.cpp produce the hunk of code...
2010-06-24 Chris LattnerTeach the x86 mc assembler that %dr6 = %db6, this imple...
2010-06-24 Chris Lattnermore cleanups
2010-06-24 Chris Lattnerreduce indentation
2010-02-09 Chris Lattnerpass stringref by value instead of by const&
2010-02-08 Sean CallananFixed the AT&T AsmLexer to report the proper strings
2010-01-31 Sean CallananMoved InstallLexer() from the X86-specific AsmLexer
2010-01-26 Daniel DunbarUnbreak MSVC/CMake build.
2010-01-26 Sean CallananAdded the implementation of the Intel-specific
2010-01-26 Sean CallananAdded the TargetAsmLexer implementation for AT&T syntax.
2010-01-25 Sean CallananImplemented the dialect decision logic for the X86
2010-01-23 Sean CallananAdded the skeleton for the implementation of the X86