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
93eae1571ccd0e4da15901acf47a8daeea9d1e8a
clang-p2996
/
llvm
/
lib
/
Target
/
ARM
/
Disassembler
History
Johnny Chen
421316178e
The ARM disassembler did not handle the alignment correctly for VLD*DUP* instructions
...
(single element or n-element structure to all lanes). llvm-svn: 129550
2011-04-15 00:10:45 +00:00
..
ARMDisassembler.cpp
Adding support for printing operands symbolically to llvm's public 'C'
2011-04-11 18:08:50 +00:00
ARMDisassembler.h
Better error handling of invalid IT mask '0000', instead of just asserting.
2010-04-19 23:02:58 +00:00
ARMDisassemblerCore.cpp
The ARM disassembler did not handle the alignment correctly for VLD*DUP* instructions
2011-04-15 00:10:45 +00:00
ARMDisassemblerCore.h
Print out a debug message when the reglist fails the sanity check for Thumb Ld/St Multiple.
2011-04-12 17:09:04 +00:00
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
Re-enable ARM/Thumb disassembler and add a workaround for a memcpy() call in
2010-04-07 20:53:12 +00:00
ThumbDisassemblerCore.h
Add sanity checkings for Thumb2 Load/Store Register Exclusive family of operations.
2011-04-14 19:13:28 +00:00