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
/
X86
/
Disassembler
History
Craig Topper
38afbfdd76
[X86] Check return value of readSIB in disassembler so errors propagate. In particular this makes a too short instruction with a missing SIB byte fail.
...
llvm-svn: 204305
2014-03-20 05:56:00 +00:00
..
CMakeLists.txt
Cleaning up two more pre-Visual C++ 2012 build hacks.
2014-03-06 08:05:43 +00:00
LLVMBuild.txt
Prune redundant dependencies in LLVMBuild.txt.
2013-12-11 00:30:57 +00:00
Makefile
Fix LLVM build when the user specifies CPPFLAGS on the make command line.
2010-03-12 21:42:14 +00:00
X86Disassembler.cpp
X86Disassembler.cpp: Fix @param introduced in r199804. [-Wdocumentation]
2014-01-23 00:37:25 +00:00
X86Disassembler.h
[C++11] Add 'override' keyword to virtual methods that override their base class.
2014-03-09 18:03:14 +00:00
X86DisassemblerDecoder.c
[X86] Check return value of readSIB in disassembler so errors propagate. In particular this makes a too short instruction with a missing SIB byte fail.
2014-03-20 05:56:00 +00:00
X86DisassemblerDecoder.h
Fix known typos
2014-01-24 17:20:08 +00:00
X86DisassemblerDecoderCommon.h
Remove A6/A7 opcode maps. They can all be handled with a TB map, opcode of 0xa6/0xa7, and adding MRM_C0/MRM_E0 forms. Removes 376K from the disassembler tables.
2014-02-19 05:34:21 +00:00