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.cpp
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
-2
/
+3
*
Avoid cppcheck operator precedence warnings. NFCI.
Simon Pilgrim
2019-05-03
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
-13
/
+32
*
Revert rL344933 from llvm/trunk: [X86][SSE] Tidyup DecodeVPERMILPMask shuffle...
Simon Pilgrim
2018-10-22
1
-4
/
+0
*
[X86][SSE] Tidyup DecodeVPERMILPMask shuffle mask decoding
Simon Pilgrim
2018-10-22
1
-0
/
+4
*
[X86] Improve some shuffle decoding code to remove a conditional from a loop ...
Craig Topper
2018-06-08
1
-11
/
+9
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
[X86] Remove use of MVT class from the ShuffleDecode library.
Craig Topper
2018-03-12
1
-119
/
+74
*
Fix signed/unsigned comparison warnings
Simon Pilgrim
2017-07-04
1
-4
/
+4
*
[X86][SSE4A] Generalized EXTRQI/INSERTQI shuffle decodes
Simon Pilgrim
2017-07-04
1
-23
/
+33
*
[X86][XOP] Fix VPERMIL2 non-constant pool shuffle decoding (PR31296)
Simon Pilgrim
2016-12-07
1
-6
/
+8
*
[X86] Add support for printing shuffle comments for VALIGN instructions.
Craig Topper
2016-10-22
1
-0
/
+10
*
getVectorElementType().getSizeInBits() -> getScalarSizeInBits() ; NFCI
Sanjay Patel
2016-09-14
1
-1
/
+1
*
[X86][AVX] Add target shuffle decode support for VBROADCAST
Simon Pilgrim
2016-07-18
1
-0
/
+6
*
[X86][AVX] Add VBROADCASTF128/VBROADCASTI128 shuffle comments support
Simon Pilgrim
2016-07-14
1
-0
/
+13
*
[X86][AVX512] Fixed decoding of permd/permpd variable mask shuffles + enabled...
Simon Pilgrim
2016-07-05
1
-2
/
+3
*
[X86][AVX512] Add support for 512-bit shuffle decoding of VPERMPD/VPERMQ
Simon Pilgrim
2016-07-03
1
-6
/
+8
*
[NFC] Silence gcc warning (-Wsign-compare)
Filipe Cabecinhas
2016-06-06
1
-1
/
+1
*
[X86][XOP] Added VPERMIL2PD/VPERMIL2PS raw mask decoding for target shuffle c...
Simon Pilgrim
2016-06-05
1
-0
/
+40
*
[X86][XOP] Fixed VPPERM permute op decoding (PR27472).
Simon Pilgrim
2016-04-24
1
-1
/
+1
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-0
/
+1
*
[X86][XOP] Added VPPERM constant mask decoding and target shuffle combining s...
Simon Pilgrim
2016-04-16
1
-1
/
+40
*
[X86][AVX512] Fixed VPERMT2* shuffle mask decoding and enabled target shuffle...
Simon Pilgrim
2016-03-06
1
-2
/
+3
*
[X86][AVX] Improved VPERMILPS variable shuffle mask decoding.
Simon Pilgrim
2016-03-05
1
-0
/
+18
*
[X86][AVX512BW] Fixed 512-bit PSHUFB shuffle mask decode and added combine test.
Simon Pilgrim
2016-03-03
1
-3
/
+3
*
[X86][SSE] Added support for MOVHPD/MOVLPD + MOVHPS/MOVLPS shuffle decoding.
Simon Pilgrim
2016-02-07
1
-0
/
+11
*
[X86][SSE] Refactored PMOVZX shuffle decoding to use scalar input types
Simon Pilgrim
2016-02-06
1
-4
/
+2
*
[X86] Move shuffle decoding for constant pool into the X86CodeGen library to ...
Craig Topper
2015-12-31
1
-165
/
+0
*
[X86] Fix an unused variable warning in released builds.
Craig Topper
2015-12-26
1
-0
/
+2
*
[X86] Add support for printing shuffle comments for AVX512 PSHUFB instructions.
Craig Topper
2015-12-26
1
-4
/
+2
*
[X86] Fix shuffle decoding for variable VPERMIL to be tolerant of the Constan...
Craig Topper
2015-12-26
1
-32
/
+54
*
AVX512: Implemented DAG lowering for shuff62x2/shufi62x2 instructions ( shuff...
Igor Breger
2015-10-15
1
-0
/
+20
*
[X86][MMX] Added shuffle decodes for MMX/3DNow! shuffles.
Simon Pilgrim
2015-09-13
1
-2
/
+13
*
AVX-512: Lowering for 512-bit vector shuffles.
Elena Demikhovsky
2015-09-08
1
-0
/
+70
*
Fix gcc warnings of different enum and non-enum types in ternaries
Denis Protivensky
2015-07-07
1
-1
/
+1
*
[X86][AVX] Add support for shuffle decoding of vperm2f128/vperm2i128 with zer...
Simon Pilgrim
2015-07-06
1
-5
/
+3
*
[X86][SSE4A] Shuffle lowering using SSE4A EXTRQ/INSERTQ instructions
Simon Pilgrim
2015-07-06
1
-0
/
+74
*
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
*
Reformat.
NAKAMURA Takumi
2015-05-25
1
-19
/
+19
*
Prune CRLFs.
NAKAMURA Takumi
2015-05-25
1
-434
/
+434
*
X86: silence a GCC warning
Saleem Abdulrasool
2015-01-31
1
-1
/
+1
*
Remove unused variable.
Diego Novillo
2015-01-31
1
-2
/
+2
*
[X86][SSE] Shuffle mask decode support for zero extend, scalar float/double m...
Simon Pilgrim
2015-01-31
1
-382
/
+414
*
[X86][SSE] movddup shuffle mask decodes
Simon Pilgrim
2015-01-21
1
-6
/
+20
*
Revert most of r225597
David Majnemer
2015-01-11
1
-47
/
+30
*
X86: Properly decode shuffle masks when the constant pool type is weird
David Majnemer
2015-01-11
1
-46
/
+56
*
[X86][SSE] pslldq/psrldq shuffle mask decodes
Simon Pilgrim
2014-10-14
1
-0
/
+29
*
[x86] Implement v16i16 support with AVX2 in the new vector shuffle
Chandler Carruth
2014-09-25
1
-4
/
+11
[next]