This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
aa38dbadca0fcfd82a3bedb81fcf4dfd7bd14cf2
clang-p2996
/
llvm
/
lib
/
Target
/
ARM
/
Disassembler
History
Benjamin Kramer
aa38dbadca
ARMDisassembler: Always return a size, even when disassembling fails.
...
This should fix PR10772. llvm-svn: 138636
2011-08-26 18:21:36 +00:00
..
ARMDisassembler.cpp
ARMDisassembler: Always return a size, even when disassembling fails.
2011-08-26 18:21:36 +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