index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
utils
/
TableGen
/
X86RecognizableInstr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow pinsrw/pinsrb/pextrb/pextrw/movmskps/movmskpd/pmovmskb/extractps instru...
Craig Topper
2013-10-14
1
-0
/
+3
*
Remove more filters from the disassembler. Mark some AVX512 instructions as C...
Craig Topper
2013-10-12
1
-5
/
+0
*
Mark some more instructions as CodeGenOnly. Remove filters from the disassemb...
Craig Topper
2013-10-12
1
-4
/
+0
*
Remove another unnecessary filter from the disassembler.
Craig Topper
2013-10-11
1
-3
/
+0
*
Fix so CRC32r64r8 isn't accidentally filtered from the disassembler tables.
Craig Topper
2013-10-10
1
-1
/
+1
*
More x86 disassembler filtering cleanup.
Craig Topper
2013-10-09
1
-4
/
+1
*
Remove some old filters from the x86 disassembler table builder.
Craig Topper
2013-10-09
1
-6
/
+0
*
Remove unneeded MMX instruction definition by moving pattern to an equivalent...
Craig Topper
2013-10-08
1
-1
/
+0
*
Remove some instructions that existed to provide aliases to the assembler. Ca...
Craig Topper
2013-10-08
1
-3
/
+1
*
Remove some instructions that seem to only exist to trick the filtering check...
Craig Topper
2013-10-07
1
-1
/
+2
*
Add disassembler support for long encodings for INC/DEC in 32-bit mode.
Craig Topper
2013-10-07
1
-1
/
+2
*
Add XOP disassembler support. Fixes PR13933.
Craig Topper
2013-10-03
1
-2
/
+65
*
AVX-512: Added masked SHIFT commands, more encoding tests
Elena Demikhovsky
2013-08-22
1
-17
/
+23
*
Remove use of sprintf added to X86 disassembler tablegen code. Send message w...
Craig Topper
2013-07-28
1
-4
/
+2
*
fixed compilation issue
Elena Demikhovsky
2013-07-28
1
-0
/
+1
*
Added encoding prefixes for KNL instructions (EVEX).
Elena Demikhovsky
2013-07-28
1
-4
/
+156
*
Add support for encoding the HLE XACQUIRE and XRELEASE prefixes.
Stefanus Du Toit
2013-06-18
1
-0
/
+6
*
Add CLAC/STAC instruction encoding/decoding support
Michael Liao
2013-04-11
1
-17
/
+19
*
x86 -- add the XTEST instruction
Dave Zarzycki
2013-03-25
1
-8
/
+9
*
Fixes disassembler crashes on 2013 Haswell RTM instructions.
Kevin Enderby
2013-03-11
1
-0
/
+11
*
Added 0x0D to 2-byte opcode extension table for prefetch* variants
Kay Tiong Khoo
2013-02-12
1
-0
/
+1
*
Sort the #include lines for utils/...
Chandler Carruth
2012-12-04
1
-3
/
+1
*
Add support of RTM from TSX extension
Michael Liao
2012-11-08
1
-8
/
+9
*
Remove code for setting the VEX L-bit as a function of operand size from the ...
Craig Topper
2012-09-19
1
-15
/
+1
*
Add support for converting llvm.fma to fma4 instructions.
Craig Topper
2012-08-31
1
-0
/
+2
*
Mark MOVZX32_NOREX as isCodeGenOnly and neverHasSideEffects. The isCodeGenOnl...
Craig Topper
2012-07-30
1
-2
/
+1
*
Remove some unnecessary filter checks. They were already covered by IsCodeGen...
Craig Topper
2012-07-30
1
-12
/
+0
*
Remove check for sub class of X86Inst from filter function since caller guara...
Craig Topper
2012-07-30
1
-6
/
+2
*
Simplify code that filtered certain instructions in two different ways. No fu...
Craig Topper
2012-07-30
1
-14
/
+1
*
Remove check for f256mem from has256BitOperands as nothing depended on it and...
Craig Topper
2012-07-30
1
-1
/
+1
*
Remove trailing whitespace.
Craig Topper
2012-07-30
1
-85
/
+85
*
Make l/q suffixes on AVX forms of scalar convert instructions consistent with...
Craig Topper
2012-07-26
1
-2
/
+1
*
Move around some enum elements so that lastMRM corrects gets assigned 56, which
Richard Trieu
2012-07-18
1
-2
/
+2
*
Make x86 asm parser to check for xmm vs ymm for index register in gather inst...
Craig Topper
2012-07-18
1
-4
/
+8
*
Update GATHER instructions to support 2 read-write operands. Patch from mysel...
Craig Topper
2012-07-12
1
-13
/
+13
*
X86: add GATHER intrinsics (AVX2) in LLVM
Manman Ren
2012-06-26
1
-0
/
+4
*
Add intrinsics, code gen, assembler and disassembler support for the SSE4a ex...
Benjamin Kramer
2012-05-29
1
-2
/
+6
*
Add support for AVX enhanced comparison predicates. Patch from Kay Tiong Khoo.
Craig Topper
2012-04-03
1
-0
/
+2
*
Fix the x86 disassembler to at least print the lock prefix if it is the first
Kevin Enderby
2012-03-09
1
-3
/
+3
*
X86 disassembler support for jcxz, jecxz, and jrcxz. Fixes PR11643. Patch by ...
Craig Topper
2012-02-27
1
-0
/
+5
*
Add vmfunc instruction to X86 assembler and disassembler.
Craig Topper
2012-02-19
1
-8
/
+9
*
Add X86 assembler and disassembler support for AMD SVM instructions. Original...
Craig Topper
2012-02-18
1
-1
/
+9
*
Add disassembler support for VPERMIL2PD and VPERMIL2PS.
Craig Topper
2011-12-30
1
-5
/
+9
*
Add FMA4 instructions to disassembler.
Craig Topper
2011-12-30
1
-0
/
+7
*
Remove some unnecessary filtering checks from X86 disassembler table build.
Craig Topper
2011-11-19
1
-35
/
+8
*
More AVX2 instructions and their intrinsics.
Craig Topper
2011-11-06
1
-3
/
+6
*
Add X86 RORX instruction
Craig Topper
2011-10-23
1
-14
/
+23
*
Add X86 PEXTR and PDEP instructions.
Craig Topper
2011-10-16
1
-18
/
+27
*
Add X86 BZHI instruction as well as BMI2 feature detection.
Craig Topper
2011-10-16
1
-13
/
+9
*
Add X86 INVPCID instruction. Add 32/64-bit predicates to INVEPT, INVVPID, VMR...
Craig Topper
2011-10-16
1
-4
/
+0
[next]