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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[X86] Space out the encodings of X86 instruction formats. I plan to add some ...
Craig Topper
2016-08-22
1
-83
/
+83
*
[X86] Merge small helper function into the switch that calls it since they bo...
Craig Topper
2016-08-22
1
-17
/
+9
*
[X86] Explicitly list all X86 instruction forms in switch statement so its ea...
Craig Topper
2016-08-22
1
-1
/
+10
*
AVX512F: Add GATHER/SCATTER assembler Intel syntax tests for knl/skx/avx . Ch...
Igor Breger
2016-02-25
1
-16
/
+20
*
[X86] Remove some unused encoding checks from the disassembler table building.
Craig Topper
2016-02-20
1
-4
/
+0
*
[TableGen,X86] Add NDEBUG check to a variable initialization that's only used...
Craig Topper
2016-02-18
1
-0
/
+2
*
[TableGen,X86] Remove extra optional operand from RawFrm. RawFrm with 2 immed...
Craig Topper
2016-02-18
1
-3
/
+1
*
[TableGen] Fix inconsistent spacing. NFC
Craig Topper
2016-02-16
1
-2
/
+2
*
[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
-1
/
+0
*
[X86][PKU] Add {RD,WR}PKRU encoding
Asaf Badouh
2015-12-24
1
-6
/
+6
*
[X86] Part 2 to fix x86-64 fp128 calling convention.
Chih-Hung Hsieh
2015-12-14
1
-0
/
+5
*
AVX-512: Added all SKX forms of GATHER instructions.
Elena Demikhovsky
2015-06-28
1
-0
/
+6
*
X86-MPX: Implemented encoding for MPX instructions.
Elena Demikhovsky
2015-06-09
1
-0
/
+3
*
AVX-512: Added VPMOVx2M instructions for SKX,
Elena Demikhovsky
2015-04-21
1
-0
/
+6
*
[X86] Add the remaining 11 possible exact ModRM formats. This makes their enc...
Craig Topper
2015-02-15
1
-51
/
+62
*
[X86] Add support for parsing and printing the mnemonic aliases for the XOP V...
Craig Topper
2015-02-13
1
-0
/
+2
*
[X86] Teach disassembler to handle illegal immediates on AVX512 integer compa...
Craig Topper
2015-01-28
1
-0
/
+2
*
[X86] Replace i32i8imm on SSE/AVX instructions with i32u8imm which will make ...
Craig Topper
2015-01-25
1
-0
/
+3
*
[X86] Convert all the i8imm used by SSE and AVX instructions to u8imm.
Craig Topper
2015-01-21
1
-0
/
+3
*
Replace size method call of containers to empty method where appropriate
Alexander Kornienko
2015-01-15
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
1
-1
/
+2
*
[X86] Remove some unused TYPE enums from the disassembler.
Craig Topper
2015-01-07
1
-1
/
+0
*
[X86] Add OpSize32 to XBEGIN_4. Add XBEGIN_2 with OpSize16.
Craig Topper
2015-01-06
1
-2
/
+4
*
[X86] Remove unused operand type from disassembler handling. NFC
Craig Topper
2015-01-05
1
-1
/
+0
*
[X86] Disassembler support for move to/from %rax with a 32-bit memory offset ...
Craig Topper
2015-01-03
1
-0
/
+4
*
[X86] Make the instructions that use AdSize16/32/64 co-exist together without...
Craig Topper
2015-01-02
1
-11
/
+30
*
[X86] Fix disassembly of absolute moves to work correctly in 16 and 32-bit mo...
Craig Topper
2014-12-31
1
-0
/
+4
*
[X86] Remove the single AdSize indicator and replace it with separate AdSize1...
Craig Topper
2014-12-24
1
-3
/
+7
*
[AVX512] Support mask register in MRMDestReg format
Adam Nemet
2014-10-08
1
-0
/
+2
*
[X86 disasm tblegen backend] Clean up numPhysicalOperands asserts
Adam Nemet
2014-10-01
1
-42
/
+35
*
[x86] Fix a pretty horrible bug and inconsistency in the x86 asm
Chandler Carruth
2014-09-06
1
-2
/
+0
*
[SKX] avx512_icmp_packed multiclass extension
Robert Khasanov
2014-08-25
1
-0
/
+2
*
Add support for the X86 secure guard extensions instructions in assembler (SGX).
Kevin Enderby
2014-07-31
1
-56
/
+59
*
[SKX] Enabling mask logic instructions: encoding, lowering
Robert Khasanov
2014-07-28
1
-0
/
+2
*
[SKX] Enabling mask instructions: encoding, lowering
Robert Khasanov
2014-07-23
1
-0
/
+4
*
[SKX] Enabling SKX target and AVX512BW, AVX512DQ, AVX512VL features.
Robert Khasanov
2014-07-21
1
-0
/
+14
*
[X86] AVX512: Add disassembler support for compressed displacement
Adam Nemet
2014-07-17
1
-2
/
+15
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
1
-1
/
+1
*
[x86] Simplify disassembler code slightly.
Craig Topper
2014-02-26
1
-4
/
+4
*
[x86] Switch PAUSE instruction to use XS prefix instead of HasREPPrefix. Remo...
Craig Topper
2014-02-20
1
-2
/
+1
*
Remove special FP opcode maps and instead add enough MRM_XX formats to handle...
Craig Topper
2014-02-19
1
-47
/
+46
*
Put some of the X86 formats in a more logical order.
Craig Topper
2014-02-19
1
-20
/
+20
*
Remove A6/A7 opcode maps. They can all be handled with a TB map, opcode of 0x...
Craig Topper
2014-02-19
1
-7
/
+6
*
Add an x86 prefix encoding for instructions that would decode to a different ...
Craig Topper
2014-02-18
1
-10
/
+38
*
Remove filtering concept from X86 disassembler table generation. It's no long...
Craig Topper
2014-02-13
1
-47
/
+14
*
Remove special case filtering for instructions with lock prefix as they are a...
Craig Topper
2014-02-12
1
-6
/
+0
*
Mark XACQUIRE_PREFIX/XRELEASE_PREFIX as isAsmParserOnly so they'll disappear ...
Craig Topper
2014-02-12
1
-6
/
+0
*
Recommit r201059 and r201060 with hopefully a fix for its original failure.
Craig Topper
2014-02-10
1
-299
/
+40
*
Revert r201059 and r201060.
Bob Wilson
2014-02-10
1
-40
/
+299
[prev]
[next]