This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
llvm
/
lib
/
Target
/
Mips
/
Disassembler
History
Vladimir Medic
b682ddf33a
The andi16, addiusp and jraddiusp micromips instructions were missing dedicated decoder methods in MipsDisassembler.cpp to properly decode immediate operands. These methods are added together with corresponding tests.
...
llvm-svn: 223006
2014-12-01 11:12:04 +00:00
..
CMakeLists.txt
Cleaning up a bunch of pre-Visual C++ 2012 build hacks.
2014-03-04 09:23:33 +00:00
LLVMBuild.txt
Prune dependency to MC from each target disassembler.
2014-07-24 11:45:11 +00:00
Makefile
This is a resubmittal. For some reason it broke the bots yesterday
2013-01-19 02:00:40 +00:00
MipsDisassembler.cpp
The andi16, addiusp and jraddiusp micromips instructions were missing dedicated decoder methods in MipsDisassembler.cpp to properly decode immediate operands. These methods are added together with corresponding tests.
2014-12-01 11:12:04 +00:00