llvm-6502/tools/llvm-objdump
Jack Carter fd6d165155 Some of the instructions in the Mips instruction set are revision
delimited. llvm-mc -disassemble access these through the -mattr
option.

llvm-objdump -disassemble had no such way to set the attribute so
some instructions were just not recognized for disassembly.

This patch accepts llvm-mc mechanism for specifying the attributes.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162781 91177308-0d34-0410-b5e6-96231b3b80d8
2012-08-28 19:24:49 +00:00
..
CMakeLists.txt llvm-objdump: Output line info next to the disassembly if available. 2011-09-21 01:13:19 +00:00
llvm-objdump.cpp Some of the instructions in the Mips instruction set are revision 2012-08-28 19:24:49 +00:00
llvm-objdump.h Make MemoryObject accessor members const again 2012-02-29 01:09:06 +00:00
LLVMBuild.txt LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
MachODump.cpp Remove tabs. 2012-07-19 00:17:40 +00:00
Makefile build: Tidy up a bunch of tool Makefiles, and simplify where possible using the 2011-10-18 19:27:24 +00:00
MCFunction.cpp Make MemoryObject accessor members const again 2012-02-29 01:09:06 +00:00
MCFunction.h Make MemoryObject accessor members const again 2012-02-29 01:09:06 +00:00