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
/
Utils
/
X86ShuffleDecode.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86][SSE] Add shuffle combining support for ISD::ANY_EXTEND_VECTOR_INREG
Simon Pilgrim
2019-05-26
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[X86][SSE] Update raw mask shuffle decoders to handle UNDEF mask elts
Simon Pilgrim
2018-10-23
1
-6
/
+7
*
[X86] Remove use of MVT class from the ShuffleDecode library.
Craig Topper
2018-03-12
1
-30
/
+44
*
[X86][SSE4A] Generalized EXTRQI/INSERTQI shuffle decodes
Simon Pilgrim
2017-07-04
1
-4
/
+4
*
[X86] Add support for printing shuffle comments for VALIGN instructions.
Craig Topper
2016-10-22
1
-0
/
+2
*
[X86][AVX] Add target shuffle decode support for VBROADCAST
Simon Pilgrim
2016-07-18
1
-0
/
+3
*
[X86][AVX] Add VBROADCASTF128/VBROADCASTI128 shuffle comments support
Simon Pilgrim
2016-07-14
1
-0
/
+4
*
[X86][AVX512] Add support for 512-bit shuffle decoding of VPERMPD/VPERMQ
Simon Pilgrim
2016-07-03
1
-2
/
+1
*
[X86][XOP] Added VPERMIL2PD/VPERMIL2PS raw mask decoding for target shuffle c...
Simon Pilgrim
2016-06-05
1
-0
/
+4
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+1
*
[X86][XOP] Added VPPERM constant mask decoding and target shuffle combining s...
Simon Pilgrim
2016-04-16
1
-1
/
+8
*
[X86] Tidied up shuffle decode function doxygen descriptions
Simon Pilgrim
2016-04-08
1
-26
/
+37
*
[X86][AVX] Improved VPERMILPS variable shuffle mask decoding.
Simon Pilgrim
2016-03-05
1
-0
/
+5
*
[X86][SSE] Added support for MOVHPD/MOVLPD + MOVHPS/MOVLPS shuffle decoding.
Simon Pilgrim
2016-02-07
1
-0
/
+5
*
[X86][SSE] Refactored PMOVZX shuffle decoding to use scalar input types
Simon Pilgrim
2016-02-06
1
-1
/
+1
*
[X86] Move shuffle decoding for constant pool into the X86CodeGen library to ...
Craig Topper
2015-12-31
1
-16
/
+0
*
[X86] Fix shuffle decoding for variable VPERMIL to be tolerant of the Constan...
Craig Topper
2015-12-26
1
-1
/
+2
*
AVX512: Implemented DAG lowering for shuff62x2/shufi62x2 instructions ( shuff...
Igor Breger
2015-10-15
1
-0
/
+5
*
[X86][MMX] Added shuffle decodes for MMX/3DNow! shuffles.
Simon Pilgrim
2015-09-13
1
-0
/
+3
*
AVX-512: Lowering for 512-bit vector shuffles.
Elena Demikhovsky
2015-09-08
1
-0
/
+16
*
[X86][SSE4A] Shuffle lowering using SSE4A EXTRQ/INSERTQ instructions
Simon Pilgrim
2015-07-06
1
-0
/
+8
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Prune CRLFs.
NAKAMURA Takumi
2015-05-25
1
-105
/
+105
*
Line ending fix. NFC.
Simon Pilgrim
2015-02-14
1
-81
/
+81
*
[X86][SSE] Shuffle mask decode support for zero extend, scalar float/double m...
Simon Pilgrim
2015-01-31
1
-6
/
+16
*
[X86][SSE] movddup shuffle mask decodes
Simon Pilgrim
2015-01-21
1
-6
/
+8
*
Revert most of r225597
David Majnemer
2015-01-11
1
-3
/
+1
*
X86: Properly decode shuffle masks when the constant pool type is weird
David Majnemer
2015-01-11
1
-1
/
+3
*
[X86][SSE] pslldq/psrldq shuffle mask decodes
Simon Pilgrim
2014-10-14
1
-0
/
+4
*
[x86] Flip the sentinel values used in the target shuffle mask decoding
Chandler Carruth
2014-09-27
1
-1
/
+1
*
[x86] Teach the vector comment parsing and printing to correctly handle
Chandler Carruth
2014-09-23
1
-8
/
+4
*
[x86] Teach the AVX1 path of the new vector shuffle lowering one more
Chandler Carruth
2014-09-23
1
-0
/
+4
*
[x86] Teach the x86 DAG combiner to form MOVSLDUP and MOVSHDUP
Chandler Carruth
2014-09-15
1
-0
/
+4
*
[x86] Teach the instruction printer to decode immediate operands to
Chandler Carruth
2014-08-15
1
-0
/
+3
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
[x86] Largely complete the use of PSHUFB in the new vector shuffle
Chandler Carruth
2014-08-02
1
-0
/
+7
*
[x86] Teach the X86 backend to print shuffle comments for PSHUFB
Chandler Carruth
2014-07-25
1
-0
/
+3
*
Replace '#include ValueTypes.h' with forward declarations.
Patrik Hagglund
2014-03-12
1
-1
/
+2
*
Fix inconsistent usage of PALIGN and PALIGNR when referring to the same instr...
Craig Topper
2013-01-28
1
-1
/
+1
*
X86: Decode PALIGN operands so I don't have to do it in my head.
Benjamin Kramer
2013-01-26
1
-0
/
+2
*
Use MVT instead of EVT as the argument to all the shuffle decode functions. S...
Craig Topper
2012-05-06
1
-7
/
+7
*
Add shuffle decode support for VPERMQ/VPERMPD.
Craig Topper
2012-05-06
1
-0
/
+4
*
Add support for selecting AVX2 vpshuflw and vpshufhw. Add decoding support fo...
Craig Topper
2012-05-02
1
-2
/
+2
*
Use a signed value for this enum to avoid spuriuos warnings from gcc.
Benjamin Kramer
2012-03-21
1
-1
/
+1
*
Factor out target shuffle mask decoding from getShuffleScalarElt and use a Sm...
Craig Topper
2012-03-20
1
-16
/
+10
*
Add shuffle decoding support for 256-bit pshufd. Merge vpermilp* and pshufd d...
Craig Topper
2012-02-06
1
-15
/
+9
*
Clean up some of the shuffle decoding code for UNPCK instructions. Add instru...
Craig Topper
2011-12-06
1
-22
/
+4
*
Merge decoding of VPERMILPD and VPERMILPS shuffle masks. Merge X86ISD node ty...
Craig Topper
2011-11-30
1
-12
/
+5
[next]