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
/
X86EVEX2VEXTablesEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86] Consider isCodeGenOnly in the EVEX2VEX pass to make VMAXPD/PS map to th...
Craig Topper
2019-10-01
1
-0
/
+1
*
[X86] Remove check on isAsmParserOnly from EVEX2VEX tablegenerator. NFCI
Craig Topper
2019-04-09
1
-3
/
+1
*
[X86] Have EVEX2VEX tablegenerator use HasVEX_L and HasEVEX_L2 fields instead...
Craig Topper
2019-04-09
1
-32
/
+8
*
[X86] Use VEX_WIG for VPINSRB/W and VPEXTRB/W to match what is done for EVEX.
Craig Topper
2019-04-09
1
-1
/
+1
*
[X86] Split the VEX_WPrefix in X86Inst tablegen class into 3 separate fields ...
Craig Topper
2019-04-09
1
-6
/
+7
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[X86] Add the ability to force an EVEX2VEX mapping table entry from the .td f...
Craig Topper
2018-06-19
1
-71
/
+30
*
[X86] Add a new VEX_WPrefix encoding to tag EVEX instruction that have VEX.W=...
Craig Topper
2018-06-19
1
-71
/
+25
*
[X86] Encode the EVEX2VEX exception list information in .td files instead of ...
Craig Topper
2018-06-18
1
-26
/
+2
*
[X86] Add 'Z' to the internal names of various EVEX instructions for overall ...
Craig Topper
2018-06-15
1
-8
/
+8
*
[X86] Remove unnecessary include from one of the tblgen emitters.
Craig Topper
2018-06-12
1
-1
/
+0
*
Don't repeatedly evaluate size() in the for loop. NFCI.
Simon Pilgrim
2018-04-11
1
-1
/
+1
*
[X86] Rename VROUNDYPS* and VROUNDYPD* instructions to VROUNDPSY* and VROUNDP...
Craig Topper
2018-03-22
1
-4
/
+4
*
[X86] Teach EVEX->VEX pass to turn VRNDSCALE into VROUND when bits 7:4 of the...
Craig Topper
2018-02-13
1
-1
/
+19
*
[X86] Teach EVEX->VEX pass to turn SHUFI32X4/SHUFF32X4/SHUFI64X/SHUFF64X2 int...
Craig Topper
2017-11-04
1
-0
/
+8
*
[X86] Add custom code to EVEX to VEX pass to turn unmasked 128-bit VPALIGND/Q...
Craig Topper
2017-11-01
1
-1
/
+7
*
[AVX512] Add 128->256 vbroadcastf64x2/vbroadcasti64x2 instructions to the EVE...
Craig Topper
2017-08-21
1
-0
/
+3
*
Another instance where GCC doesn't understand implicit construction of String...
Benjamin Kramer
2017-03-24
1
-2
/
+2
*
Make GCC happy again.
Benjamin Kramer
2017-03-24
1
-1
/
+1
*
Don't build up std::vectors with constant sizes when an array suffices.
Benjamin Kramer
2017-03-24
1
-75
/
+70
*
Revert "[AVX-512] EVEX2VEX, don't reject intrinsic instructions when both hav...
Craig Topper
2017-03-13
1
-3
/
+2
*
[AVX-512] EVEX2VEX, don't reject intrinsic instructions when both have a memo...
Craig Topper
2017-03-13
1
-2
/
+3
*
[X86] Minor formatting tweaks in EVEX to VEX tables. NFC
Craig Topper
2017-03-13
1
-45
/
+45
*
[X86] Quick fix for build bot failure (r297127) due to unused variable.
Ayman Musa
2017-03-07
1
-2
/
+1
*
[X86][AVX512] Adding new LLVM TableGen backend which generates the EVEX2VEX c...
Ayman Musa
2017-03-07
1
-0
/
+345