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][AVX512] Add support for AVX512 VINSERTPS shuffle decoding
Simon Pilgrim
2016-02-01
1
-0
/
+2
*
[X86] Remove a return after llvm_unreachable.
Craig Topper
2015-12-31
1
-1
/
+0
*
Fix line endings
Simon Pilgrim
2015-12-13
1
-14
/
+14
*
[X86][AVX512] Added support for VMOVQ shuffle comments
Simon Pilgrim
2015-12-12
1
-12
/
+14
*
[X86][AVX512] Added AVX512 VMOVLHPS/VMOVHLPS shuffle decode comments.
Simon Pilgrim
2015-11-21
1
-0
/
+3
*
AVX512: Implemented encoding, intrinsics and DAG lowering for VMOVDDUP instru...
Igor Breger
2015-11-19
1
-22
/
+8
*
[X86][AVX512] Added AVX512 SHUFP*/VPERMILP* shuffle decode comments.
Simon Pilgrim
2015-11-17
1
-20
/
+23
*
[X86][AVX512] Added support for AVX512 UNPCK shuffle decode comments.
Simon Pilgrim
2015-11-17
1
-88
/
+32
*
[X86][SSE] Merged BLEND shuffle decode comments. NFC.
Simon Pilgrim
2015-11-16
1
-48
/
+8
*
[X86][SSE] Merged ALIGNR/SLLDQ/SRLDQ shuffle decode comments. NFC.
Simon Pilgrim
2015-11-16
1
-30
/
+4
*
[X86][SSE] Merged SHUF/PERM shuffle decode comments. NFC.
Simon Pilgrim
2015-11-16
1
-79
/
+14
*
[X86][SSE] Merged UNPCK shuffle decode comments. NFC.
Simon Pilgrim
2015-11-16
1
-193
/
+75
*
AVX512: Implemented encoding and intrinsics for VMOVSHDUP/VMOVSLDUP instructi...
Igor Breger
2015-11-16
1
-61
/
+65
*
Revert r253160.
Igor Breger
2015-11-15
1
-65
/
+61
*
AVX512: Implemented encoding and intrinsics for VMOVSHDUP/VMOVSLDUP instructi...
Igor Breger
2015-11-15
1
-61
/
+65
*
AVX512: Implemented DAG lowering for shuff62x2/shufi62x2 instructions ( shuff...
Igor Breger
2015-10-15
1
-1
/
+64
*
[X86][MMX] Added shuffle decodes for MMX/3DNow! shuffles.
Simon Pilgrim
2015-09-13
1
-0
/
+61
*
[X86][SSE4A] Shuffle lowering using SSE4A EXTRQ/INSERTQ instructions
Simon Pilgrim
2015-07-06
1
-0
/
+23
*
Reformat.
NAKAMURA Takumi
2015-05-25
1
-65
/
+64
*
Prune CRLFs.
NAKAMURA Takumi
2015-05-25
1
-982
/
+982
*
[X86][SSE] Shuffle mask decode support for zero extend, scalar float/double m...
Simon Pilgrim
2015-01-31
1
-0
/
+172
*
Line endings fix. NFC.
Simon Pilgrim
2015-01-28
1
-786
/
+786
*
[X86][SSE] movddup shuffle mask decodes
Simon Pilgrim
2015-01-21
1
-6
/
+24
*
[AVX512] Add pretty-printing of shuffle mask for unpacks
Adam Nemet
2015-01-13
1
-0
/
+64
*
[X86] Also pretty-print shuffle mask for INSERTPS rm variants.
Ahmed Bougacha
2014-12-15
1
-3
/
+7
*
[X86][SSE] pslldq/psrldq shuffle mask decodes
Simon Pilgrim
2014-10-14
1
-0
/
+38
*
[x86] Implement v16i16 support with AVX2 in the new vector shuffle
Chandler Carruth
2014-09-25
1
-0
/
+11
*
[x86] Teach the rest of the 'target shuffle' machinery about blends and
Chandler Carruth
2014-09-23
1
-0
/
+24
*
[x86] Teach the vector comment parsing and printing to correctly handle
Chandler Carruth
2014-09-23
1
-3
/
+5
*
[x86] Teach the x86 DAG combiner to form MOVSLDUP and MOVSHDUP
Chandler Carruth
2014-09-15
1
-0
/
+36
*
[x86] Teach the asm comment printing to only print the clarification of
Chandler Carruth
2014-09-03
1
-43
/
+50
*
[x86] Teach the instruction printer to decode immediate operands to
Chandler Carruth
2014-08-15
1
-0
/
+64
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-2
/
+2
*
Replace ValueTypes.h with MachineValueType.h if possible.
Patrik Hagglund
2014-03-15
1
-1
/
+1
*
Replace '#include ValueTypes.h' with forward declarations.
Patrik Hagglund
2014-03-12
1
-0
/
+2
*
To allow the X86 verbose assembly to print its informative comments
Kevin Enderby
2014-01-21
1
-44
/
+73
*
Merge SSE and AVX shuffle instructions in the comment printer.
Craig Topper
2013-01-29
1
-98
/
+14
*
Add missing break in 256-bit palignr comment printing. No test case yet becau...
Craig Topper
2013-01-28
1
-0
/
+1
*
Fix inconsistent usage of PALIGN and PALIGNR when referring to the same instr...
Craig Topper
2013-01-28
1
-6
/
+6
*
X86: Decode PALIGN operands so I don't have to do it in my head.
Benjamin Kramer
2013-01-26
1
-0
/
+22
*
Add shuffle decode support for VPERMQ/VPERMPD.
Craig Topper
2012-05-06
1
-0
/
+10
*
Add support for selecting AVX2 vpshuflw and vpshufhw. Add decoding support fo...
Craig Topper
2012-05-02
1
-2
/
+22
*
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
-5
/
+5
*
Add shuffle decoding support for 256-bit pshufd. Merge vpermilp* and pshufd d...
Craig Topper
2012-02-06
1
-9
/
+20
*
Clean up some of the shuffle decoding code for UNPCK instructions. Add instru...
Craig Topper
2011-12-06
1
-20
/
+148
*
Merge decoding of VPERMILPD and VPERMILPS shuffle masks. Merge X86ISD node ty...
Craig Topper
2011-11-30
1
-8
/
+8
*
Fix shuffle decoding for memory forms for (V)SHUFPS/D.
Craig Topper
2011-11-29
1
-6
/
+12
*
Fix issues in shuffle decoding around VPERM* instructions. Fix shuffle decodi...
Craig Topper
2011-11-29
1
-14
/
+48
*
More fixes to the X86InstComments for shuffle instructions. In particular add...
Craig Topper
2011-11-22
1
-12
/
+60
[prev]
[next]