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
/
utils
/
TableGen
/
X86RecognizableInstr.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86] Split the VEX_WPrefix in X86Inst tablegen class into 3 separate fields ...
Craig Topper
2019-04-09
1
-6
/
+4
*
[X86] Merge the different Jcc instructions for each condition code into singl...
Craig Topper
2019-04-05
1
-0
/
+1
*
[X86] Merge the different SETcc instructions for each condition code into sin...
Craig Topper
2019-04-05
1
-2
/
+2
*
[X86] Merge the different CMOV instructions for each condition code into sing...
Craig Topper
2019-04-05
1
-0
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[X86] Add a new VEX_WPrefix encoding to tag EVEX instruction that have VEX.W=...
Craig Topper
2018-06-19
1
-1
/
+1
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
[X86] Reduce number of OpPrefix bits in TSFlags to 2. NFCI
Craig Topper
2018-04-03
1
-1
/
+1
*
[X86] Merge the Has3DNow0F0FOpcode TSFlag into the OpMap encoding. NFC
Craig Topper
2018-03-24
1
-3
/
+1
*
[X86][3DNOW] Teach decoder about AMD 3DNow! instrs
Rafael Auler
2018-02-15
1
-6
/
+8
*
[X86] Fix disassembly of EVEX rounding control and SAE instructions.
Craig Topper
2017-10-23
1
-0
/
+2
*
fix trivial typos in comments; NFC
Hiroshi Inoue
2017-07-04
1
-1
/
+1
*
[X86] Moving X86Local namespace from .cpp to .h file to use it in memory fold...
Ayman Musa
2017-05-11
1
-0
/
+122
*
[X86][AVX] Extend hasVEX_WPrefix bit to accept WIG value (W Ignore) + update ...
Ayman Musa
2017-02-20
1
-2
/
+2
*
[X86] Create a new instruction format to handle 4VOp3 encoding. This saves on...
Craig Topper
2016-08-22
1
-2
/
+0
*
[X86] Create a new instruction format to handle MemOp4 encoding. This saves o...
Craig Topper
2016-08-22
1
-2
/
+0
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
[TableGen] Stop passing by reference an integer that doesn't get modified. NFC
Craig Topper
2016-02-16
1
-1
/
+1
*
[TableGen] Remove unused member variable. NFC
Craig Topper
2016-02-16
1
-2
/
+0
*
[X86] Remove the single AdSize indicator and replace it with separate AdSize1...
Craig Topper
2014-12-24
1
-2
/
+2
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
[X86] AVX512: Add disassembler support for compressed displacement
Adam Nemet
2014-07-17
1
-0
/
+5
*
[x86] Switch PAUSE instruction to use XS prefix instead of HasREPPrefix. Remo...
Craig Topper
2014-02-20
1
-2
/
+0
*
Remove unused method declaration.
Craig Topper
2014-02-13
1
-3
/
+0
*
Remove filtering concept from X86 disassembler table generation. It's no long...
Craig Topper
2014-02-13
1
-19
/
+0
*
Remove special case filtering for instructions with lock prefix as they are a...
Craig Topper
2014-02-12
1
-2
/
+0
*
TableGen/X86RecognizableInstr.h: Prune out-of-date "@param isSSE". [-Wdocumen...
NAKAMURA Takumi
2014-02-02
1
-4
/
+0
*
Merge x86 HasOpSizePrefix/HasOpSize16Prefix into a 2-bit OpSize field with 0 ...
Craig Topper
2014-02-02
1
-30
/
+25
*
Merge HasVEXPrefix/HasEVEXPrefix/HasXOPPrefix into a 2-bit 'encoding' field i...
Craig Topper
2014-02-02
1
-8
/
+6
*
Separate x86 opcode maps and 0x66/0xf2/0xf3 prefixes from each other in the T...
Craig Topper
2014-01-31
1
-2
/
+4
*
Move REP out of the Prefix field of the X86 format. Give it its own bit. It h...
Craig Topper
2014-01-31
1
-0
/
+2
*
Simplify x86 disassembler table handling of when to use TYPE_Rv/TYPE_R16/TYPE...
Craig Topper
2014-01-15
1
-3
/
+3
*
The rest of r198588. Remove SegOvrBits from X86 TSFlags since they weren't be...
Craig Topper
2014-01-06
1
-2
/
+0
*
Add a new x86 specific instruction flag to force some isCodeGenOnly instructi...
Craig Topper
2014-01-05
1
-1
/
+3
*
Remove unused HasFROperands field from disassembler.
Craig Topper
2014-01-02
1
-3
/
+0
*
Remove unused function argument.
Craig Topper
2014-01-02
1
-3
/
+1
*
AVX-512: added VPCONFLICT instruction and intrinsics,
Elena Demikhovsky
2013-11-03
1
-0
/
+2
*
Added encoding prefixes for KNL instructions (EVEX).
Elena Demikhovsky
2013-07-28
1
-0
/
+10
*
Sort the #include lines for utils/...
Chandler Carruth
2012-12-04
1
-5
/
+3
*
Remove code for setting the VEX L-bit as a function of operand size from the ...
Craig Topper
2012-09-19
1
-4
/
+1
*
Fix Doxygen issues:
Dmitri Gribenko
2012-09-13
1
-8
/
+8
*
Fix a bunch of -Wdocumentation warnings.
Dmitri Gribenko
2012-08-23
1
-1
/
+1
*
Update GATHER instructions to support 2 read-write operands. Patch from mysel...
Craig Topper
2012-07-12
1
-1
/
+1
*
X86 disassembler support for jcxz, jecxz, and jrcxz. Fixes PR11643. Patch by ...
Craig Topper
2012-02-27
1
-0
/
+2
*
Add FMA4 instructions to disassembler.
Craig Topper
2011-12-30
1
-1
/
+3
*
Add X86 BZHI instruction as well as BMI2 feature detection.
Craig Topper
2011-10-16
1
-2
/
+2
*
Add X86 BEXTR instruction. This instruction uses VEX.vvvv to encode Operand 3...
Craig Topper
2011-10-16
1
-1
/
+3
*
Add support in the disassembler for ignoring the L-bit on certain VEX instruc...
Craig Topper
2011-10-04
1
-0
/
+2
*
Move TableGen's parser and entry point into a library
Peter Collingbourne
2011-10-01
1
-1
/
+1
*
Don't allow 32-bit only instructions to be disassembled in 64-bit mode. Fixes...
Craig Topper
2011-09-23
1
-1
/
+3
[next]