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
8d77bb5f06129fe0f0c19e41400a7fd6ce2f2069
clang-p2996
/
llvm
/
lib
/
Target
/
ARM
/
Disassembler
History
Owen Anderson
96b7ad2e17
STC2L_POST and STC2L_POST should be handled the same as STCL_POST/LDC_POST for the purposes of decoding all operands except the predicate.
...
Found by randomized testing. llvm-svn: 138003
2011-08-18 22:47:44 +00:00
..
ARMDisassembler.cpp
STC2L_POST and STC2L_POST should be handled the same as STCL_POST/LDC_POST for the purposes of decoding all operands except the predicate.
2011-08-18 22:47:44 +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