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
*
[lit] Delete empty lines at the end of lit.local.cfg NFC
Fangrui Song
2019-06-17
1
-1
/
+0
*
[X86] Add VP2INTERSECT instructions
Pengfei Wang
2019-05-31
8
-0
/
+459
*
[X86] Add ENQCMD instructions
Pengfei Wang
2019-05-30
3
-0
/
+132
*
[X86] Remove the suffix on vcvt[u]si2ss/sd register variants in assembly prin...
Craig Topper
2019-05-06
1
-1
/
+1
*
[X86] Move files to correct directories after D60552
Fangrui Song
2019-05-06
8
-0
/
+959
*
[X86] Print all register forms of x87 fadd/fsub/fdiv/fmul as having two argum...
Craig Topper
2019-02-04
2
-98
/
+98
*
[X86] Print %st(0) as %st when its implicit to the instruction. Continue prin...
Craig Topper
2019-02-04
1
-112
/
+112
*
Revert r352985 "[X86] Print %st(0) as %st to match what gcc inline asm uses a...
Craig Topper
2019-02-04
2
-144
/
+144
*
[X86] Print %st(0) as %st to match what gcc inline asm uses as the clobber na...
Craig Topper
2019-02-03
2
-144
/
+144
*
[X86][Disassembler] Add bizarro versions of the MOVSXD instruction that sign ...
Craig Topper
2018-10-02
1
-0
/
+9
*
[X86] Don't ignore 0x66 prefix on relative jumps in 64-bit mode. Fix opcode s...
Craig Topper
2018-08-13
1
-36
/
+48
*
[X86][Disassembler] Fix LOCK prefix disassembler support
Maksim Panchenko
2018-07-05
1
-0
/
+4
*
[X86] Teach the disassembler to use %eiz/%riz instead of NoRegister when the ...
Craig Topper
2018-06-27
2
-8
/
+38
*
[X86] Teach disassembler to use %eip instead of %rip when 0x67 prefix is used...
Craig Topper
2018-06-23
1
-0
/
+4
*
[X86] Properly disassemble gather/scatter instructions where xmm4/ymm4/zmm4 a...
Craig Topper
2018-06-06
1
-0
/
+3
*
[X86][Disassembler] Make it an error to set EVEX.R' to 0 when modrm.reg encod...
Craig Topper
2018-06-01
1
-0
/
+4
*
[X86][Disassembler] Ignore EVEX.X extension of modrm.rm to 5-bits when modrm....
Craig Topper
2018-06-01
1
-0
/
+5
*
[X86][Disassembler] Clamp index to 4-bits when decoding GPR registers.
Craig Topper
2018-06-01
1
-1
/
+1
*
[X86] Add a test case showing a bad disassembling of an EVEX instruction with...
Craig Topper
2018-06-01
1
-0
/
+3
*
[X86][Disassembler] Make sure EVEX.X is not used to extend base registers of ...
Craig Topper
2018-06-01
1
-0
/
+4
*
[X86] Make sure the check for VEX.vvvv being all ones on instructions that do...
Craig Topper
2018-06-01
1
-0
/
+4
*
[X86][Disassembler] Suppress reading of EVEX.V' and EVEX.R' in 32-bit mode.
Craig Topper
2018-06-01
1
-2
/
+2
*
[X86] Add test cases showing the disassembler producing an xmm16-xmm31 regist...
Craig Topper
2018-06-01
1
-0
/
+6
*
[x86] Introduce the enclv instruction
Gabor Buella
2018-05-08
2
-0
/
+18
*
[x86] Introduce the pconfig instruction
Gabor Buella
2018-05-08
2
-0
/
+6
*
[X86] movdiri and movdir64b instructions
Gabor Buella
2018-05-01
3
-0
/
+27
*
[X86] Remove 'opaque ptr' from the intel syntax parser and printer.
Craig Topper
2018-05-01
2
-7
/
+7
*
[X86] Add suffixes to the LGDT/LIDT/SGDT/SIDT mnemonics in Intel syntax. Add ...
Craig Topper
2018-04-29
1
-4
/
+4
*
[X86] Add a BSWAP16 instruction using the 32-bit encoding plus a 0x66 prefix.
Craig Topper
2018-04-24
1
-1
/
+1
*
[X86] Revert r330638 - accidental commit
Gabor Buella
2018-04-23
3
-27
/
+0
*
[X86] movdiri and movdir64b instructions
Gabor Buella
2018-04-23
3
-0
/
+27
*
[X86] Add disassembler test cases for bswap.
Craig Topper
2018-04-23
1
-0
/
+9
*
[X86] Add VEX_WIG to VEX encoded version of VCMPPSY/VCMPPDY.
Craig Topper
2018-04-23
1
-0
/
+6
*
[X86] WaitPKG instructions
Gabor Buella
2018-04-20
3
-0
/
+33
*
[X86] Add the bizarro movsww and movzww mnemonics for the disassembler.
Craig Topper
2018-04-13
1
-0
/
+18
*
[X86] Introduce cldemote instruction
Gabor Buella
2018-04-13
2
-0
/
+12
*
[X86] Describe wbnoinvd instruction
Gabor Buella
2018-04-11
3
-0
/
+9
*
[X86][3DNow!] Add PFRCP reg-reg disassembler test case (PR21168)
Simon Pilgrim
2018-02-17
1
-0
/
+3
*
[X86][3DNOW] Teach decoder about AMD 3DNow! instrs
Rafael Auler
2018-02-15
1
-0
/
+76
*
[X86] Don't swap argument on BOUND instruction in at&t syntax.
Craig Topper
2018-02-14
1
-2
/
+2
*
[X86] Add 'l' and 'q' suffixes to the tbm instruction mnemonics.
Craig Topper
2018-01-12
1
-2
/
+2
*
[X86] Stop printing moves between VR64 and GR64 with 'movd' mnemonic. Use 'mo...
Craig Topper
2018-01-05
1
-4
/
+4
*
[X86] Add prefetchwt1 instruction and overhaul priorities and isel enabling f...
Craig Topper
2017-12-22
1
-0
/
+3
*
Avoid unecessary opsize byte in segment move to memory
Nirav Dave
2017-11-21
1
-2
/
+2
*
Revert r318678 to fix Clang test
Richard Trieu
2017-11-21
1
-2
/
+2
*
[X86] Avoid unecessary opsize byte in segment move to memory
Nirav Dave
2017-11-20
1
-2
/
+2
*
[MC][X86] Add test case from PR19251
Simon Pilgrim
2017-11-18
1
-0
/
+4
*
[MC][X86] Add teet case from PR32807
Simon Pilgrim
2017-11-18
1
-0
/
+3
*
Fix for Bug 34475 - LOCK/REP/REPNE prefixes emitted as instruction on their own.
Andrew V. Tischenko
2017-11-03
4
-118
/
+59
*
Invalid used of 'w' suffix on push and pop using 64-bit register.
Andrew V. Tischenko
2017-10-30
1
-4
/
+2
[next]