Craig Topper
|
a2d7ca4495
[X86] Fix diassembler crash on AVX512 cmpps/cmppd with immediate that doesn't fit in 5-bits. Fixes PR22743.
|
пре 10 година |
Michael Kuperstein
|
2b5910a767
Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.
|
пре 10 година |
Michael Kuperstein
|
23dd089d8f
Use std::bitset for SubtargetFeatures
|
пре 10 година |
Craig Topper
|
f3455f13a2
[X86] Add support for parsing and printing the mnemonic aliases for the XOP VPCOM instructions.
|
пре 10 година |
Craig Topper
|
aef361807e
[X86] Teach disassembler to handle illegal immediates on AVX512 integer compare instructions.
|
пре 10 година |
Craig Topper
|
951d088ae7
[X86] Convert all the i8imm used by SSE and AVX instructions to u8imm.
|
пре 10 година |
Craig Topper
|
decea4d6a6
[X86] Remove some unused TYPE enums from the disassembler.
|
пре 10 година |
Craig Topper
|
654a66dbd3
Teach disassembler to handle illegal immediates on (v)cmpps/pd/ss/sd instructions. Instead of rejecting we'll just generate the _alt forms that don't try to alter the mnemonic. While I'm here, merge some common code in the Instruction printers for the condition code replacement and fix the mask on SSE to be 3-bits instead of 4.
|
пре 10 година |
Michael Liao
|
d3c452a506
[X86] Clean up whitespace as well as minor coding style
|
пре 10 година |
Rafael Espindola
|
6a222ec893
Pass an ArrayRef to MCDisassembler::getInstruction.
|
пре 10 година |
Rafael Espindola
|
d342c4c748
Misc style fixes. NFC.
|
пре 10 година |
Adam Nemet
|
6ae2941874
[X86] AVX512: Add disassembler support for compressed displacement
|
пре 11 година |
Patrik Hagglund
|
696bbc59ae
Fix gcc -Wsign-compare warning in X86DisassemblerTables.cpp.
|
пре 11 година |
Craig Topper
|
c848b1bbcf
[C++] Use 'nullptr'. Target edition.
|
пре 11 година |
Elena Demikhovsky
|
3890a42255
X86Disassembler - fixed a bug in immediate print
|
пре 11 година |
Chandler Carruth
|
58f58c97f0
[cleanup] Lift using directives, DEBUG_TYPE definitions, and even some
|
пре 11 година |
Chandler Carruth
|
283b399377
[Modules] Make Support/Debug.h modular. This requires it to not change
|
пре 11 година |
Richard Smith
|
fe0e7bb571
What year is it! This file has no reason to be written in C, and has doubly no
|
пре 11 година |
Lang Hames
|
508bd63046
[MC] Require an MCContext when constructing an MCDisassembler.
|
пре 11 година |
Lang Hames
|
4e510c10b5
[X86] unique_ptr'ify one of X86GenericDisassembler's members.
|
пре 11 година |
NAKAMURA Takumi
|
f9e66a412b
X86Disassembler.cpp: Fix @param introduced in r199804. [-Wdocumentation]
|
пре 11 година |
Benjamin Kramer
|
7dd91217c7
Remove param doxygen comment for non-existing parameter.
|
пре 11 година |
David Woodhouse
|
b92c3984b2
[x86] Fix uninitialized variable warning in translate{Src,Dst}Index
|
пре 11 година |
David Woodhouse
|
ccbfd5b18a
[x86] Allow address-size overrides for STOS[BWLQ] (PR9385)
|
пре 11 година |
David Woodhouse
|
db9fa461d7
[x86] Allow segment and address-size overrides for LODS[BWLQ] (PR9385)
|
пре 11 година |
David Woodhouse
|
e6f5bb99fc
[x86] Infer disassembler mode from SubtargetInfo feature bits
|
пре 11 година |
Craig Topper
|
85026d9375
Allow x86 mov instructions to/from memory with absolute address to be encoded and disassembled with a segment override prefix. Fixes PR16962.
|
пре 11 година |
NAKAMURA Takumi
|
550848ecb9
X86Disassembler.cpp: Prune stray @return on translateFPRegister(). [-Wdocumentation]
|
пре 11 година |
Craig Topper
|
95a3ccdd80
Remove need for MODIFIER_OPCODE in the disassembler tables. AddRegFrms are really more like OrRegFrm so we don't need a difference since we can just mask bits.
|
пре 11 година |
Craig Topper
|
979b2cd2bc
Second attempt at Removing special form of AddRegFrm used by FP instructions. These instructions can be handled by MRMXr instead.
|
пре 11 година |