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
*
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
4
-0
/
+11
*
[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
4
-118
/
+44
*
This patch is a result of D37262: The issues with X86 prefixes. It closes PR...
Andrew V. Tischenko
2017-10-16
3
-153
/
+160
*
Revert "The current version of LLVM X86 disassembler incorrectly interprets s...
Eric Christopher
2017-08-29
2
-71
/
+17
*
The current version of LLVM X86 disassembler incorrectly interprets some poss...
Andrew V. Tischenko
2017-08-28
2
-17
/
+71
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
2
-5
/
+5
*
[X86] Remove unnecessary duplicate code (PR30649). NFCI.
Simon Pilgrim
2017-03-22
1
-5
/
+0
*
[X86] Merge the disassemblers handling of the different TYPE_RELs by getting ...
Craig Topper
2017-01-16
2
-30
/
+26
*
[X86] Reduce the number of operand 'types' the disassembler needs to deal wit...
Craig Topper
2017-01-16
3
-102
/
+22
*
[AVX-512] Teach the disassembler about all of the EVEX gather and scatter ins...
Craig Topper
2017-01-16
2
-4
/
+67
*
[AVX-512] Begin giving the disassembler a way to recognize that VSIB is a dif...
Craig Topper
2017-01-16
3
-0
/
+23
*
[AVX-512] Fix a disassembler failure for AVX-512 vcmpss/vcmpsd with an immedi...
Craig Topper
2016-11-13
1
-4
/
+14
*
Move the global variables representing each Target behind accessor function
Mehdi Amini
2016-10-09
1
-2
/
+2
*
Use StringRef instead of raw pointers in MCAsmInfo/MCInstrInfo APIs (NFC)
Mehdi Amini
2016-10-01
3
-8
/
+8
*
[X86] Decode MPX BND registers.
Ahmed Bougacha
2016-07-14
2
-4
/
+15
*
[X86] Remove unnecessary header file containing a small class. It was only in...
Craig Topper
2016-04-29
2
-115
/
+84
*
[X86] Include X86MCTargetDesc.h directly in X86Disassembler.cpp instead of du...
Craig Topper
2016-04-29
1
-9
/
+1
*
[X86] Remove unused encoding types from disassembler. NFC
Craig Topper
2016-02-21
3
-22
/
+0
*
[X86] Remove unused entries from the disassembler type enum.
Craig Topper
2016-02-19
3
-6
/
+0
*
Fix Clang-tidy readability-redundant-control-flow warnings; other minor fixes.
Eugene Zelenko
2016-02-02
1
-3
/
+0
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-18
/
+0
*
Reflect the MC/MCDisassembler split on the include/ level.
Benjamin Kramer
2016-01-26
2
-2
/
+2
*
[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
2
-0
/
+8
*
Put global classes into the appropriate namespace.
Benjamin Kramer
2015-10-28
1
-0
/
+2
*
[X86] Rip out orphaned method declarations and other dead code. NFC.
Benjamin Kramer
2015-10-15
1
-2
/
+0
*
[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
*
Explicitly clear the MI operand list when getInstruction() is called. Call M...
Cameron Esfahani
2015-08-11
1
-0
/
+1
*
[X86]: Correctly sign-extend 16-bit immediate in CALL instruction.
Douglas Katzman
2015-06-26
1
-1
/
+7
*
[X86] Simplify some stuff in X86DisassemblerDecoder. NFC
Douglas Katzman
2015-06-24
1
-22
/
+17
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
X86-MPX: Implemented encoding for MPX instructions.
Elena Demikhovsky
2015-06-09
2
-0
/
+4
*
Use std::bitset for SubtargetFeatures.
Michael Kuperstein
2015-05-26
1
-10
/
+9
*
[X86] Fix PR23271 - RIP-relative decoding bug in disassembler.
Douglas Katzman
2015-05-13
1
-9
/
+8
*
MC: Modernize MCOperand API naming. NFC.
Jim Grosbach
2015-05-13
1
-33
/
+33
*
Reverting r237234, "Use std::bitset for SubtargetFeatures"
Michael Kuperstein
2015-05-13
1
-9
/
+10
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-05-13
1
-10
/
+9
*
Revert "Use std::bitset for SubtargetFeatures"
Michael Kuperstein
2015-03-24
1
-9
/
+10
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-03-24
1
-10
/
+9
*
Refactor: Simplify boolean expressions in x86 target
David Blaikie
2015-03-23
1
-5
/
+2
*
[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
[next]