llvm-6502/lib/Target/ARM/Disassembler
Johnny Chen d1ec11a850 Fixed another assert exposed by fuzzing. Now, the DisassembleVFPLdStMulFrm()
function checks whether we have a valid submode for VLDM/VSTM (must be either
"ia" or "db") before calling ARM_AM::getAM5Opc(AMSubMode, unsigned char).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101306 91177308-0d34-0410-b5e6-96231b3b80d8
2010-04-14 22:37:17 +00:00
..
ARMDisassembler.cpp Fixed another assert exposed by fuzzing. The utility function getRegisterEnum() 2010-04-14 21:03:13 +00:00
ARMDisassembler.h Fixed a nasty layering violation in the edis source 2010-04-13 21:21:57 +00:00
ARMDisassemblerCore.cpp Fixed another assert exposed by fuzzing. Now, the DisassembleVFPLdStMulFrm() 2010-04-14 22:37:17 +00:00
ARMDisassemblerCore.h Fixed another assert exposed by fuzzing. The utility function getRegisterEnum() 2010-04-14 21:03:13 +00:00
Makefile Re-enable ARM/Thumb disassembler and add a workaround for a memcpy() call in 2010-04-07 20:53:12 +00:00
ThumbDisassemblerCore.h For t2BFI disassembly, apply the same error checking as in r101205. 2010-04-14 22:04:45 +00:00