This website requires JavaScript.
Explore
Help
Sign In
OSchip
/
llvm-project
mirror of
https://github.com/THU-DSP-LAB/llvm-project.git
Watch
13
Star
0
Fork
You've already forked llvm-project
6
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f7ecc16c96
llvm-project
/
llvm
/
lib
/
Target
/
ARM
/
Disassembler
History
Owen Anderson
37612a3de3
Perform more thorough checking of t2IT mask parameters, which fixes all remaining crashers when disassembling the entire 16-bit instruction space.
...
llvm-svn: 138507
2011-08-24 22:40:22 +00:00
..
ARMDisassembler.cpp
Perform more thorough checking of t2IT mask parameters, which fixes all remaining crashers when disassembling the entire 16-bit instruction space.
2011-08-24 22:40:22 +00:00
ARMDisassembler.h
Allow the MCDisassembler to return a "soft fail" status code, indicating an instruction that is disassemblable, but invalid. Only used for ARM UNPREDICTABLE instructions at the moment.
2011-08-17 17:44:15 +00:00
CMakeLists.txt
Replace the existing ARM disassembler with a new one based on the FixedLenDecoderEmitter.
2011-08-09 20:55:18 +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