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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86] Remove some unused code from disassembler.
Craig Topper
2015-03-03
1
-12
/
+0
*
[X86] There are only 8 mask registers. Fail disassembly if instruction tries ...
Craig Topper
2015-03-02
1
-0
/
+2
*
[X86] Fix diassembler crash on AVX512 cmpps/cmppd with immediate that doesn't...
Craig Topper
2015-03-02
1
-20
/
+22
*
Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.
Michael Kuperstein
2015-02-19
1
-9
/
+10
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-02-19
1
-10
/
+9
*
[X86] Add support for parsing and printing the mnemonic aliases for the XOP V...
Craig Topper
2015-02-13
1
-8
/
+24
*
[X86] Teach disassembler to handle illegal immediates on AVX512 integer compa...
Craig Topper
2015-01-28
2
-0
/
+130
*
[X86] Convert all the i8imm used by SSE and AVX instructions to u8imm.
Craig Topper
2015-01-21
2
-14
/
+3
*
[X86] Remove some unused TYPE enums from the disassembler.
Craig Topper
2015-01-07
3
-18
/
+1
*
[X86] Disassembler support for move to/from %rax with a 32-bit memory offset ...
Craig Topper
2015-01-03
1
-0
/
+2
*
[X86] Fix disassembly of absolute moves to work correctly in 16 and 32-bit mo...
Craig Topper
2014-12-31
2
-6
/
+35
*
[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
2
-3
/
+9
*
[X86] Don't fail disassembly if REX.R/REX.B is used on an MMX register. Simil...
Craig Topper
2014-12-26
2
-6
/
+9
*
Teach disassembler to handle illegal immediates on (v)cmpps/pd/ss/sd instruct...
Craig Topper
2014-12-26
2
-6
/
+48
*
[X86] Clean up whitespace as well as minor coding style
Michael Liao
2014-12-04
1
-38
/
+38
*
Pass an ArrayRef to MCDisassembler::getInstruction.
Rafael Espindola
2014-11-12
2
-9
/
+21
*
Misc style fixes. NFC.
Rafael Espindola
2014-11-10
2
-44
/
+28
*
[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
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
3
-6
/
+6
*
[X86] Increase X86_MAX_OPERANDS from 5 to 6
Adam Nemet
2014-08-05
1
-1
/
+1
*
Finish inverting the MC -> Object dependency.
Rafael Espindola
2014-07-23
1
-1
/
+1
*
[SKX] Enabling SKX target and AVX512BW, AVX512DQ, AVX512VL features.
Robert Khasanov
2014-07-21
1
-1
/
+5
*
[X86] AVX512: Add disassembler support for compressed displacement
Adam Nemet
2014-07-17
3
-3
/
+21
*
[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
4
-17
/
+15
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
1
-2
/
+2
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-1
/
+1
*
X86Disassembler - fixed a bug in immediate print
Elena Demikhovsky
2014-04-23
1
-1
/
+1
*
[cleanup] Lift using directives, DEBUG_TYPE definitions, and even some
Chandler Carruth
2014-04-22
1
-5
/
+5
*
[Modules] Make Support/Debug.h modular. This requires it to not change
Chandler Carruth
2014-04-21
1
-0
/
+2
*
Appease autoconf build since X86Disassembler.c has been disappeared in r206717.
NAKAMURA Takumi
2014-04-21
1
-0
/
+2
*
C++ has a bool type! (And C's had one too, for 15 years...)
Richard Smith
2014-04-20
2
-38
/
+33
*
More C++ification.
Richard Smith
2014-04-20
2
-226
/
+165
*
Remove some more C junk from these files.
Richard Smith
2014-04-20
2
-16
/
+6
*
Don't provide two different definitions of ModRMDecision, OpcodeDecision, and...
Richard Smith
2014-04-20
3
-37
/
+23
*
Don't define llvm::X86Disassembler::InstructionSpecifier in different ways in
Richard Smith
2014-04-20
2
-12
/
+8
*
Maybe if I touch this file the buildbots will actually rerun configure like t...
Richard Smith
2014-04-20
1
-1
/
+1
*
What year is it! This file has no reason to be written in C, and has doubly no
Richard Smith
2014-04-20
5
-109
/
+103
*
[MC] Require an MCContext when constructing an MCDisassembler.
Lang Hames
2014-04-15
2
-4
/
+6
*
[X86] unique_ptr'ify one of X86GenericDisassembler's members.
Lang Hames
2014-04-13
2
-14
/
+10
*
[X86] Check return value of readSIB in disassembler so errors propagate. In p...
Craig Topper
2014-03-20
1
-5
/
+2
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-09
1
-5
/
+3
*
Cleaning up two more pre-Visual C++ 2012 build hacks.
Yaron Keren
2014-03-06
1
-8
/
+0
*
Remove A6/A7 opcode maps. They can all be handled with a TB map, opcode of 0x...
Craig Topper
2014-02-19
2
-35
/
+3
*
Fix diassembler handling of rex.b when mod=00/01/10 and bbb=101. Mod=00 shoul...
Craig Topper
2014-02-17
1
-4
/
+3
*
Avoid C++ comment in C sources
Alp Toker
2014-01-26
1
-1
/
+1
*
Set displacementSize to 1 for instrucitons with mod==0x1. Fixes PR17310. Modi...
Craig Topper
2014-01-25
1
-0
/
+3
[next]