llvm-6502/lib/Target/ARM/Disassembler
Johnny Chen 6f72ab345d Fixed another assert exposed by fuzzing. Now, when an encoding error occurs
involing getBFCInvMask() where lsb <= msb does not hold true, the disassembler
just returns false, instead of assert, to indicate disassembly error.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101205 91177308-0d34-0410-b5e6-96231b3b80d8
2010-04-14 02:05:29 +00:00
..
ARMDisassembler.cpp Fixed a nasty layering violation in the edis source 2010-04-13 21:21:57 +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, when an encoding error occurs 2010-04-14 02:05:29 +00:00
ARMDisassemblerCore.h Fixed an assert() exposed by fuzzing. Now, instead of assert when an invalid 2010-04-14 01:17:37 +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 Fixed warnings pointed out by clang. 2010-04-07 21:52:48 +00:00