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
Roman Divacky
e3d323052f
Remove edis - the enhanced disassembler. Fixes PR14654.
...
llvm-svn: 170578
2012-12-19 19:55:47 +00:00
..
CMakeLists.txt
build/CMake: Finish removal of add_llvm_library_dependencies.
2011-11-29 19:25:30 +00:00
LLVMBuild.txt
Reuse the enum names from X86Desc in the X86Disassembler.
2012-02-11 14:50:54 +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
Remove edis - the enhanced disassembler. Fixes PR14654.
2012-12-19 19:55:47 +00:00
X86Disassembler.h
Remove edis - the enhanced disassembler. Fixes PR14654.
2012-12-19 19:55:47 +00:00
X86DisassemblerDecoder.c
Fix typo
2012-10-29 17:56:15 +00:00
X86DisassemblerDecoder.h
Change unsigned to a uint16_t in static disassembler tables to reduce the table size.
2012-09-11 04:19:21 +00:00
X86DisassemblerDecoderCommon.h
Add a new compression type to ModRM table that detects when the memory modRM byte represent 8 instructions and the reg modRM byte represents up to 64 instructions. Reduces modRM table from 43k entreis to 25k entries. Based on a patch from Manman Ren.
2012-09-13 05:45:42 +00:00