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
/
test
/
MC
/
Disassembler
/
X86
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
It's a test to demonstrate wrong disassembler with 0x67 prefix
Andrew V. Tischenko
2017-10-26
1
-0
/
+8
*
[X86] Add PTWRITE instruction for assembler and disassembler.
Craig Topper
2017-10-23
2
-0
/
+17
*
[X86] Add RDPID instruction for assembler and disassembler.
Craig Topper
2017-10-23
2
-0
/
+6
*
Fix for Bug 30718 - Failure to disassemble certain MOV with rex.R. The issue ...
Andrew V. Tischenko
2017-10-23
1
-0
/
+3
*
[X86] Fix disassembly of EVEX rounding control and SAE instructions.
Craig Topper
2017-10-23
1
-0
/
+80
*
[X86] Teach the disassembler that some instructions use VEX.W==0 without a co...
Craig Topper
2017-10-22
1
-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
1
-12
/
+4
*
More tests with x86 prefixes which work after rL315899 commit
Andrew V. Tischenko
2017-10-17
2
-0
/
+125
*
This patch is a result of D37262: The issues with X86 prefixes. It closes PR...
Andrew V. Tischenko
2017-10-16
3
-1
/
+81
*
[X86] Run dos2unix on two disassembler tests.
Craig Topper
2017-10-02
2
-1854
/
+1854
*
[X86] Change register&memory TEST instructions from MRMSrcMem to MRMDstMem
Craig Topper
2017-10-01
1
-2
/
+2
*
'into' instruction should not be decoded as a valid instr in 64-bit mode
Andrew V. Tischenko
2017-09-20
1
-0
/
+6
*
Revert "The current version of LLVM X86 disassembler incorrectly interprets s...
Eric Christopher
2017-08-29
3
-133
/
+1
*
The current version of LLVM X86 disassembler incorrectly interprets some poss...
Andrew V. Tischenko
2017-08-28
3
-1
/
+133
*
[X86] Add nopq instruction which is a rex encoded version of nopl for gas com...
Craig Topper
2017-07-22
1
-0
/
+6
*
[X86] Add register form of NOPL and NOPW for assembler/disassembler.
Craig Topper
2017-07-22
1
-0
/
+6
*
[X86] Adding vpopcntd and vpopcntq instructions
Oren Ben Simhon
2017-05-25
1
-0
/
+23
*
[X86][LWP] Add llvm support for LWP instructions (reapplied).
Simon Pilgrim
2017-05-03
2
-0
/
+42
*
Revert rL302028 due to accidental line ending changes.
Simon Pilgrim
2017-05-03
2
-42
/
+0
*
[X86][LWP] Add llvm support for LWP instructions.
Simon Pilgrim
2017-05-03
2
-0
/
+42
*
[X86][SSE2] Fix asm string for movq (Move Quadword) instruction.
Ayman Musa
2017-04-26
1
-4
/
+4
*
[X86] Clzero intrinsic and its addition under znver1
Craig Topper
2017-02-09
1
-0
/
+3
*
[X86] Remove PCOMMIT instruction support since Intel has deprecated this inst...
Craig Topper
2017-02-08
1
-3
/
+0
*
[X86] Fix printing of sha256rnds2 to include the implicit %xmm0 argument.
Craig Topper
2017-02-05
1
-2
/
+2
*
[X86][Disassembler] Added SALC instruction
Chris Ray
2017-01-29
1
-790
/
+793
*
[X86] Adding FFREEP instruction.
Chris Ray
2017-01-27
1
-1037
/
+1061
*
[AVX-512] Teach the disassembler about all of the EVEX gather and scatter ins...
Craig Topper
2017-01-16
1
-0
/
+95
*
[AVX-512] Fix a disassembler failure for AVX-512 vcmpss/vcmpsd with an immedi...
Craig Topper
2016-11-13
1
-0
/
+31
*
Add new flag and intrinsic support for MWAITX and MONITORX instructions
Ashutosh Nema
2016-05-18
2
-0
/
+12
*
AVX512F: Add GATHER/SCATTER assembler Intel syntax tests for knl/skx/avx . Ch...
Igor Breger
2016-02-25
1
-2
/
+2
*
[X86] Add some missing reversed forms of XOP instructions.
Craig Topper
2016-02-20
1
-0
/
+9
*
[AVX-512] Fix test case update missed in r257299.
Craig Topper
2016-01-11
1
-1
/
+1
*
[llvm-mc] Ignore opcode size prefix in 64-bit CALL disassembly
Vedant Kumar
2015-08-26
1
-0
/
+111
*
[X86]: Correctly sign-extend 16-bit immediate in CALL instruction.
Douglas Katzman
2015-06-26
3
-0
/
+11
*
[X86] Fix PR23271 - RIP-relative decoding bug in disassembler.
Douglas Katzman
2015-05-13
1
-0
/
+38
*
AVX-512: Added all forms of FP compare instructions for KNL and SKX.
Elena Demikhovsky
2015-05-07
1
-1
/
+1
*
Fix the operand encoding in the test instruction.
Rafael Espindola
2015-03-31
1
-1
/
+1
*
[X86] Fix diassembler crash on AVX512 cmpps/cmppd with immediate that doesn't...
Craig Topper
2015-03-02
1
-0
/
+3
*
[X86] Add some missing redundant MMX and SSE encodings for disassembler.
Craig Topper
2015-02-22
1
-0
/
+21
*
[X86] Add support for parsing and printing the mnemonic aliases for the XOP V...
Craig Topper
2015-02-13
1
-0
/
+6
*
[X86] Add GETSEC instruction.
Craig Topper
2015-02-07
1
-0
/
+3
*
[X86] Add assembler and disassembler test cases for clflushopt, clwb, pcommit...
Craig Topper
2015-02-06
1
-0
/
+21
*
[X86] Make fxsave64/fxrstor64/xsave64/xsrstor64/xsaveopt64 parseable in AT&T ...
Craig Topper
2015-02-03
1
-3
/
+3
*
[X86] Teach disassembler to handle illegal immediates on AVX512 integer compa...
Craig Topper
2015-01-28
1
-0
/
+27
*
[X86] Convert all the i8imm used by SSE and AVX instructions to u8imm.
Craig Topper
2015-01-21
1
-1
/
+1
*
[X86] Don't print 'dword ptr' or 'qword ptr' on the operand to some of the LE...
Craig Topper
2015-01-08
3
-0
/
+47
*
[X86] Add OpSize32 to XBEGIN_4. Add XBEGIN_2 with OpSize16.
Craig Topper
2015-01-06
1
-0
/
+3
*
[X86] Disassembler support for move to/from %rax with a 32-bit memory offset ...
Craig Topper
2015-01-03
2
-2
/
+14
*
[X86] Make the instructions that use AdSize16/32/64 co-exist together without...
Craig Topper
2015-01-02
1
-16
/
+16
[prev]
[next]