summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/X86EVEX2VEXTablesEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [X86] Teach EVEX->VEX pass to turn SHUFI32X4/SHUFF32X4/SHUFI64X/SHUFF64X2 int...Craig Topper2017-11-041-0/+8
* [X86] Add custom code to EVEX to VEX pass to turn unmasked 128-bit VPALIGND/Q...Craig Topper2017-11-011-1/+7
* [AVX512] Add 128->256 vbroadcastf64x2/vbroadcasti64x2 instructions to the EVE...Craig Topper2017-08-211-0/+3
* Another instance where GCC doesn't understand implicit construction of String...Benjamin Kramer2017-03-241-2/+2
* Make GCC happy again.Benjamin Kramer2017-03-241-1/+1
* Don't build up std::vectors with constant sizes when an array suffices.Benjamin Kramer2017-03-241-75/+70
* Revert "[AVX-512] EVEX2VEX, don't reject intrinsic instructions when both hav...Craig Topper2017-03-131-3/+2
* [AVX-512] EVEX2VEX, don't reject intrinsic instructions when both have a memo...Craig Topper2017-03-131-2/+3
* [X86] Minor formatting tweaks in EVEX to VEX tables. NFCCraig Topper2017-03-131-45/+45
* [X86] Quick fix for build bot failure (r297127) due to unused variable.Ayman Musa2017-03-071-2/+1
* [X86][AVX512] Adding new LLVM TableGen backend which generates the EVEX2VEX c...Ayman Musa2017-03-071-0/+345
OpenPOWER on IntegriCloud