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
*
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
*
Fix filename in header and use C++ version of the C header files.
Craig Topper
2014-10-07
1
-5
/
+5
*
[X86] AVX512: Add disassembler support for compressed displacement
Adam Nemet
2014-07-17
1
-2
/
+5
*
[Disasm][AVX512] Implement decoding of top bit for non-destructive reg fields
Adam Nemet
2014-06-24
1
-1
/
+2
*
Fix gcc -Wsign-compare warning in X86DisassemblerTables.cpp.
Patrik Hagglund
2014-04-28
1
-10
/
+9
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
1
-2
/
+2
*
C++ has a bool type! (And C's had one too, for 15 years...)
Richard Smith
2014-04-20
1
-32
/
+29
*
Don't provide two different definitions of ModRMDecision, OpcodeDecision, and...
Richard Smith
2014-04-20
1
-0
/
+23
*
What year is it! This file has no reason to be written in C, and has doubly no
Richard Smith
2014-04-20
1
-0
/
+1819