index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
X86
/
Disassembler
/
X86DisassemblerDecoder.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86][Disassembler] Fix LOCK prefix disassembler support
Maksim Panchenko
2018-07-05
1
-0
/
+3
*
[X86] Properly disassemble gather/scatter instructions where xmm4/ymm4/zmm4 a...
Craig Topper
2018-06-06
1
-1
/
+1
*
[X86][Disassembler] Make it an error to set EVEX.R' to 0 when modrm.reg encod...
Craig Topper
2018-06-01
1
-7
/
+18
*
[X86][Disassembler] Ignore EVEX.X extension of modrm.rm to 5-bits when modrm....
Craig Topper
2018-06-01
1
-0
/
+1
*
[X86][Disassembler] Clamp index to 4-bits when decoding GPR registers.
Craig Topper
2018-06-01
1
-3
/
+4
*
[X86][Disassembler] Make sure EVEX.X is not used to extend base registers of ...
Craig Topper
2018-06-01
1
-3
/
+5
*
[X86][Disassembler] Use a local variable instead of using a field in the inst...
Craig Topper
2018-06-01
1
-9
/
+11
*
[X86] Make sure the check for VEX.vvvv being all ones on instructions that do...
Craig Topper
2018-06-01
1
-1
/
+3
*
[X86][Disassembler] Suppress reading of EVEX.V' and EVEX.R' in 32-bit mode.
Craig Topper
2018-06-01
1
-2
/
+2
*
[X86] movdiri and movdir64b instructions
Gabor Buella
2018-05-01
1
-2
/
+4
*
[X86] Revert r330638 - accidental commit
Gabor Buella
2018-04-23
1
-4
/
+2
*
[X86] movdiri and movdir64b instructions
Gabor Buella
2018-04-23
1
-2
/
+4
*
[X86] WaitPKG instructions
Gabor Buella
2018-04-20
1
-6
/
+9
*
[X86] Disassembler support for having an ADSIZE prefix affect instructions wi...
Craig Topper
2018-04-05
1
-0
/
+3
*
[X86] Add a new disassembler opcode map for 3DNow. Stop treating 3DNow as an ...
Craig Topper
2018-03-24
1
-41
/
+17
*
[X86][3DNOW] Teach decoder about AMD 3DNow! instrs
Rafael Auler
2018-02-15
1
-2
/
+43
*
Invalid used of 'w' suffix on push and pop using 64-bit register.
Andrew V. Tischenko
2017-10-30
1
-1
/
+3
*
Fix for Bug 30718 - Failure to disassemble certain MOV with rex.R. The issue ...
Andrew V. Tischenko
2017-10-23
1
-2
/
+2
*
[X86] Fix disassembly of EVEX rounding control and SAE instructions.
Craig Topper
2017-10-23
1
-0
/
+4
*
[X86] Don't allow gather/scatter to disassembler if memory operand does not u...
Craig Topper
2017-10-22
1
-0
/
+4
*
[X86] Fix disassembling of EVEX instructions to stop accidentally decoding th...
Craig Topper
2017-10-21
1
-22
/
+37
*
This patch is a result of D37262: The issues with X86 prefixes. It closes PR...
Andrew V. Tischenko
2017-10-16
1
-139
/
+126
*
Revert "The current version of LLVM X86 disassembler incorrectly interprets s...
Eric Christopher
2017-08-29
1
-68
/
+17
*
The current version of LLVM X86 disassembler incorrectly interprets some poss...
Andrew V. Tischenko
2017-08-28
1
-17
/
+68
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-4
/
+4
*
[X86] Remove unnecessary duplicate code (PR30649). NFCI.
Simon Pilgrim
2017-03-22
1
-5
/
+0
*
[X86] Reduce the number of operand 'types' the disassembler needs to deal wit...
Craig Topper
2017-01-16
1
-14
/
+5
*
[AVX-512] Teach the disassembler about all of the EVEX gather and scatter ins...
Craig Topper
2017-01-16
1
-1
/
+8
*
[AVX-512] Begin giving the disassembler a way to recognize that VSIB is a dif...
Craig Topper
2017-01-16
1
-0
/
+6
*
Use StringRef instead of raw pointers in MCAsmInfo/MCInstrInfo APIs (NFC)
Mehdi Amini
2016-10-01
1
-6
/
+6
*
[X86] Decode MPX BND registers.
Ahmed Bougacha
2016-07-14
1
-4
/
+8
*
[X86] Remove unused encoding types from disassembler. NFC
Craig Topper
2016-02-21
1
-8
/
+0
*
[X86] Remove unused entries from the disassembler type enum.
Craig Topper
2016-02-19
1
-1
/
+0
*
Fix Clang-tidy readability-redundant-control-flow warnings; other minor fixes.
Eugene Zelenko
2016-02-02
1
-3
/
+0
*
[X86] Fix a couple cases were bitwise and logical operations were being mixed...
Craig Topper
2015-12-10
1
-1
/
+1
*
[X86][AVX512CD] add mask broadcast intrinsics
Asaf Badouh
2015-11-18
1
-0
/
+4
*
[X86] NFC: Clean up and clang-format a few lines
Vedant Kumar
2015-08-28
1
-5
/
+5
*
[llvm-mc] Ignore opcode size prefix in 64-bit CALL disassembly
Vedant Kumar
2015-08-26
1
-0
/
+41
*
[X86] Simplify some stuff in X86DisassemblerDecoder. NFC
Douglas Katzman
2015-06-24
1
-22
/
+17
*
[X86] Fix PR23271 - RIP-relative decoding bug in disassembler.
Douglas Katzman
2015-05-13
1
-9
/
+8
*
Refactor: Simplify boolean expressions in x86 target
David Blaikie
2015-03-23
1
-5
/
+2
*
[X86] There are only 8 mask registers. Fail disassembly if instruction tries ...
Craig Topper
2015-03-02
1
-0
/
+2
*
[X86] Remove some unused TYPE enums from the disassembler.
Craig Topper
2015-01-07
1
-2
/
+0
*
[X86] Fix disassembly of absolute moves to work correctly in 16 and 32-bit mo...
Craig Topper
2014-12-31
1
-0
/
+26
*
[x86] Simplify detection of jcxz/jecxz/jrcxz in disassembler.
Craig Topper
2014-12-31
1
-16
/
+5
*
[X86] Add the debug registers DR8-DR15 so we can assemble and disassemble ref...
Craig Topper
2014-12-26
1
-2
/
+0
*
[X86] Don't fail disassembly if REX.R/REX.B is used on an MMX register. Simil...
Craig Topper
2014-12-26
1
-5
/
+1
*
Teach disassembler to handle illegal immediates on (v)cmpps/pd/ss/sd instruct...
Craig Topper
2014-12-26
1
-6
/
+0
*
[X86] Fix a bug where the disassembler was ignoring the VEX.W bit in 32-bit m...
Craig Topper
2014-10-07
1
-0
/
+47
*
Formatting fixes. Most putting 'else' on the same line as the preceding curly...
Craig Topper
2014-10-07
1
-38
/
+19
[next]