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
/
lib
/
Target
/
X86
/
InstPrinter
/
X86InstComments.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86] Move InstPrinter files to MCTargetDesc. NFC
Richard Trieu
2019-05-10
1
-1310
/
+0
*
[AsmPrinter] Remove hidden flag -print-schedule.
Andrea Di Biagio
2019-02-04
1
-0
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[X86] Don't pass getRegisterName from the InstPrinters into EmitAnyX86InstCom...
Craig Topper
2018-03-29
1
-8
/
+10
*
[X86] Remove use of MVT class from the ShuffleDecode library.
Craig Topper
2018-03-12
1
-105
/
+87
*
[X86] Add comments to the end of FMA3 instructions to make the operation clear
Craig Topper
2018-03-10
1
-0
/
+286
*
[X86] Add a missing EVEX instruction to EmitAnyX86InstComments.
Craig Topper
2018-03-10
1
-0
/
+1
*
[X86] Rewrite printMasking code in X86InstComments to use TSFlags to determin...
Craig Topper
2018-03-10
1
-187
/
+16
*
[X86] Fix a few instructions that were named Z512 instead of just Z.
Craig Topper
2017-12-10
1
-4
/
+4
*
[X86] Remove temporary std::string creation from shuffle comment printing. We...
Craig Topper
2017-10-11
1
-12
/
+12
*
[X86] Add 128-bit version of vbroadcasti32x2 to shuffle comment decoding.
Craig Topper
2017-10-11
1
-0
/
+11
*
[X86][SSE4A] Generalized EXTRQI/INSERTQI shuffle decodes
Simon Pilgrim
2017-07-04
1
-2
/
+2
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
Galina Kistanova
2017-05-31
1
-0
/
+4
*
This patch closes PR#32216: Better testing of schedule model instruction late...
Andrew V. Tischenko
2017-04-14
1
-2
/
+0
*
[X86] Remove alternate CodeGenOnly version of (v)movq that declared the load ...
Craig Topper
2016-11-22
1
-3
/
+0
*
[X86] Remove duplicate instructions for (v)movq and replace with patterns on ...
Craig Topper
2016-11-21
1
-2
/
+0
*
[X86] Add support for printing shuffle comments for VALIGN instructions.
Craig Topper
2016-10-22
1
-0
/
+44
*
[X86][AVX512] Add mask/maskz writemask support to subvector broadcast shuffle...
Simon Pilgrim
2016-10-21
1
-0
/
+40
*
[AVX-512] Add shuffle comments for vbroadcast instructions.
Craig Topper
2016-10-15
1
-0
/
+43
*
Replace a few more "fall through" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-41
/
+77
*
[X86] Rename VINSERTzrr to use a capital Z to match other instructions. NFC
Craig Topper
2016-07-19
1
-2
/
+2
*
[X86][AVX] Add VBROADCASTF128/VBROADCASTI128 shuffle comments support
Simon Pilgrim
2016-07-14
1
-0
/
+6
*
[X86][AVX512] Add support for VPERMPD/VPERMQ masked shuffle comments
Simon Pilgrim
2016-07-03
1
-0
/
+16
*
[X86][AVX512] Add support for 512-bit shuffle decoding of VPERMPD/VPERMQ
Simon Pilgrim
2016-07-03
1
-17
/
+20
*
[X86][AVX] Renamed VPERMILPI shuffle comment macros to be more specific
Simon Pilgrim
2016-07-03
1
-27
/
+27
*
[X86][AVX512] Add support for VPALIGNR/PSHUFD/PSHUFHW/PSHUFLW masked shuffle ...
Simon Pilgrim
2016-07-03
1
-0
/
+16
*
[X86][AVX512] Add support for UNPCK masked shuffle comments
Simon Pilgrim
2016-07-03
1
-1
/
+51
*
[X86][AVX512] Add support for VPERM/VSHUF masked shuffle comments
Simon Pilgrim
2016-07-03
1
-0
/
+56
*
[X86][AVX512] Add support for PMOVZX masked shuffle comments
Simon Pilgrim
2016-07-03
1
-0
/
+34
*
[X86][AVX512] Add support for masked shuffle comments
Simon Pilgrim
2016-07-03
1
-2
/
+53
*
[X86][AVX512] Tidied up VSHUFF32x4/VSHUFF64x2/VSHUFI32x4/VSHUFI64x2 comment g...
Simon Pilgrim
2016-06-11
1
-35
/
+17
*
[AVX512] Add shuffle comment printing for masked VPERMPD/VPERMQ.
Craig Topper
2016-06-10
1
-1
/
+9
*
[AVX512] Fix shuffle comment printing to handle the masked versions of some s...
Craig Topper
2016-06-10
1
-30
/
+46
*
[X86][AVX512] Added avx512 VPSLLDQ/VPSRLDQ instruction comments
Simon Pilgrim
2016-06-09
1
-0
/
+12
*
[AVX512] Fix shuffle decode printing for several instructions with write mask...
Craig Topper
2016-06-09
1
-3
/
+3
*
[X86] Bring consistent naming to the SSE/AVX and AVX512 PALIGNR instructions....
Craig Topper
2016-06-09
1
-6
/
+2
*
[AVX512] Fix shuffle comment printing for EVEX encoded PSHUFD, PSHUFHW, and P...
Craig Topper
2016-06-03
1
-29
/
+17
*
[AVX512] Disable AVX2 VPERMD, VPERMQ, VPERMPS, and VPERMPD patterns when AVX5...
Craig Topper
2016-05-21
1
-0
/
+4
*
[X86][AVX512] Fixed VPERMILPD/VPERMILPS shuffle comments.
Simon Pilgrim
2016-05-11
1
-2
/
+2
*
[X86][SSE] Avoid repeatedly calling MCInst::getNumOperands(). NFCI.
Simon Pilgrim
2016-05-11
1
-49
/
+49
*
[X86][AVX512] Updated shuffle comments instruction macros to split writemask ...
Simon Pilgrim
2016-05-11
1
-40
/
+46
*
[X86][SSE] Added TODO comment to add support for AVX512 mask registers to shu...
Simon Pilgrim
2016-05-09
1
-0
/
+1
*
[X86][SSE] Added support for MOVHPD/MOVLPD + MOVHPS/MOVLPS shuffle decoding.
Simon Pilgrim
2016-02-07
1
-0
/
+32
*
[X86][AVX512] Added support for VPMOVZX shuffle decoding.
Simon Pilgrim
2016-02-06
1
-75
/
+35
*
[X86][SSE] Moved shuffle decode CASE macros earlier. NFC.
Simon Pilgrim
2016-02-06
1
-48
/
+48
*
[X86][SSE] Refactored PMOVZX shuffle decoding to use scalar input types
Simon Pilgrim
2016-02-06
1
-70
/
+44
*
[X86][AVX512] Add support for AVX512 VMOVQ (load) shuffle decoding
Simon Pilgrim
2016-02-02
1
-0
/
+1
*
[X86][AVX512] Add support for AVX512 VMOVD (load) shuffle decoding
Simon Pilgrim
2016-02-01
1
-0
/
+1
*
[X86][AVX512] Add support for AVX512 VMOVSD/VMOVSS shuffle decoding
Simon Pilgrim
2016-02-01
1
-0
/
+4
[next]