llvm-6502/lib/Target/ARM/Disassembler
Johnny Chen ceceabd4b1 Modify DisassembleThumb2LdStEx() to be more robust/correct in light of recent change to
t2LDREX/t2STREX instructions.  Add two test cases.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128293 91177308-0d34-0410-b5e6-96231b3b80d8
2011-03-25 18:29:49 +00:00
..
ARMDisassembler.cpp Plug a leak by ThumbDisassembler::getInstruction(), thanks to Benjamin Kramer! 2011-03-24 21:42:55 +00:00
ARMDisassembler.h
ARMDisassemblerCore.cpp Instruction formats of SWP/SWPB were changed from LdStExFrm to MiscFrm. Modify the disassembler to handle that. 2011-03-25 17:31:16 +00:00
ARMDisassemblerCore.h
CMakeLists.txt CMake: Add disabling optimization on MSVC8 and MSVC10 as workaround for some files in Target/ARM and Target/X86. 2010-12-29 03:59:27 +00:00
Makefile
ThumbDisassemblerCore.h Modify DisassembleThumb2LdStEx() to be more robust/correct in light of recent change to 2011-03-25 18:29:49 +00:00