1. Finishing MBlaze MC asm parser test cases
authorWesley Peck <peckw@wesleypeck.com>
Fri, 12 Nov 2010 23:30:17 +0000 (23:30 +0000)
committerWesley Peck <peckw@wesleypeck.com>
Fri, 12 Nov 2010 23:30:17 +0000 (23:30 +0000)
commit41400da31ead2f61d171381c0945dceddd8fc786
tree898cd0b814424757ed392088391a3a6b946c97e9
parent522ad74e4bd27e9156916ed58dd5c7f1a17a541d
1. Finishing MBlaze MC asm parser test cases
2. Parsing .word directive in MBlaze asm parser
3. Fixing hack where memory instructions reversed order of last two parameters
4. Fixing many improperly encoded instructions
5. Support parsing special instructions (MFS,MTS,etc.)
6. Removing unused functions from inst printer

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118941 91177308-0d34-0410-b5e6-96231b3b80d8
20 files changed:
cmake/modules/LLVMLibDeps.cmake
lib/Target/MBlaze/AsmParser/MBlazeAsmParser.cpp
lib/Target/MBlaze/InstPrinter/MBlazeInstPrinter.cpp
lib/Target/MBlaze/InstPrinter/MBlazeInstPrinter.h
lib/Target/MBlaze/MBlazeAsmPrinter.cpp
lib/Target/MBlaze/MBlazeISelDAGToDAG.cpp
lib/Target/MBlaze/MBlazeInstrFPU.td
lib/Target/MBlaze/MBlazeInstrFormats.td
lib/Target/MBlaze/MBlazeInstrInfo.cpp
lib/Target/MBlaze/MBlazeInstrInfo.h
lib/Target/MBlaze/MBlazeInstrInfo.td
lib/Target/MBlaze/MBlazeRegisterInfo.cpp
test/MC/MBlaze/mblaze_branch.s [new file with mode: 0644]
test/MC/MBlaze/mblaze_fpu.s [new file with mode: 0644]
test/MC/MBlaze/mblaze_fsl.s
test/MC/MBlaze/mblaze_memory.s [new file with mode: 0644]
test/MC/MBlaze/mblaze_pattern.s [new file with mode: 0644]
test/MC/MBlaze/mblaze_shift.s [new file with mode: 0644]
test/MC/MBlaze/mblaze_special.s [new file with mode: 0644]
test/MC/MBlaze/mblaze_typea.s