aboutsummaryrefslogtreecommitdiff
path: root/test/MC/X86/x86_errors.s
AgeCommit message (Expand)Author
2012-11-14X86: Better diagnostics for 32-bit vs. 64-bit mode mismatches.Jim Grosbach
2012-03-12Added a missing error check for X86 assembly with mismatched base and indexKevin Enderby
2012-03-09Add the missing call to Error when a bad X86 scale expression is parsed.Kevin Enderby
2011-10-27Change the sysexit mnemonic (and sysexitl) to never have the REX.W prefix andKevin Enderby
2011-10-16Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner
2011-10-12Finish supporting cpp #file/line comments in assembler for error messages. SoKevin Enderby
2011-07-27Emit an error is asm parser parsed X86_64 only registers, e.g. %rax, %sil.Evan Cheng
2010-10-01move X86 subdir up a levelChris Lattner