llvm-6502/tools/llvm-mc
Chris Lattner 665e947740 various cleanups, make the disassemble reject lines with too much
data on them, for example:

	addb	%al, (%rax)
simple-tests.txt:11:5: error: excess data detected in input
0 0 0 0 0 
    ^



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91896 91177308-0d34-0410-b5e6-96231b3b80d8
2009-12-22 06:56:51 +00:00
..
AsmCond.h Always initialize AsmConds. 2009-08-08 11:26:50 +00:00
AsmLexer.cpp avoid copying MCAsmInfo by value, add an (extremely low prio) fixme. 2009-09-27 19:38:39 +00:00
AsmLexer.h Move DataTypes.h to include/llvm/System, update all users. This breaks the last 2009-10-26 01:35:46 +00:00
AsmParser.cpp MC: Remove unneeded context argument to MCExpr::Evaluate*. 2009-10-16 01:57:52 +00:00
AsmParser.h add a new DirectiveMap stringmap, which allows more efficient dispatching 2009-09-27 21:16:52 +00:00
CMakeLists.txt Update CMake build to include HexDisassembler.cpp. 2009-12-17 06:35:17 +00:00
HexDisassembler.cpp various cleanups, make the disassemble reject lines with too much 2009-12-22 06:56:51 +00:00
HexDisassembler.h Test harness for the LLVM disassembler. When invoked 2009-12-17 01:49:59 +00:00
llvm-mc.cpp Test harness for the LLVM disassembler. When invoked 2009-12-17 01:49:59 +00:00
Makefile Don't install llvm-mc by default. 2009-08-21 07:28:33 +00:00