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
/
test
/
CodeGen
/
X86
/
avx-intrinsics-x86-upgrade.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86] Prefer blendi over movss/sd when avx512 is enabled unless optimizing fo...
Craig Topper
2018-07-14
1
-11
/
+5
*
[X86] Lowering sqrt intrinsics to native IR
Tomasz Krupa
2018-06-15
1
-0
/
+30
*
[X86][SSE] Cleanup AVX1 intrinsics tests
Simon Pilgrim
2018-06-02
1
-261
/
+598
*
[Utils][X86] Help update_llc_test_checks.py to recognise retl/retq to reduce ...
Simon Pilgrim
2018-06-01
1
-16
/
+16
*
[X86] Remove 128/256-bit cvtdq2ps, cvtudq2ps, cvtqq2pd, cvtuqq2pd intrinsics.
Craig Topper
2018-05-21
1
-0
/
+11
*
Followup on Proposal to move MIR physical register namespace to '$' sigil.
Puyan Lotfi
2018-01-31
1
-2
/
+2
*
[X86][SSE] Add custom execution domain fixing for BLENDPD/BLENDPS/PBLENDD/PBL...
Simon Pilgrim
2018-01-15
1
-3
/
+3
*
[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.
Francis Visoiu Mistrih
2017-12-07
1
-2
/
+2
*
[CodeGen] Unify MBB reference format in both MIR and debug output
Francis Visoiu Mistrih
2017-12-04
1
-55
/
+55
*
[CodeGen] Print register names in lowercase in both MIR and debug output
Francis Visoiu Mistrih
2017-11-28
1
-2
/
+2
*
[X86][AVX] Regenerate AVX intrinsics tests on 32 + 64-bit targets
Simon Pilgrim
2017-10-23
1
-379
/
+179
*
[X86] Remove unused check lines that got left behind when I moved tests to th...
Craig Topper
2017-09-16
1
-15
/
+0
*
[X86] Remove VPERM2F128/VPERM2I128 intrinsics and autoupgrade to native shuff...
Craig Topper
2017-09-16
1
-0
/
+63
*
[X86] SET0 to use XMM registers where possible PR26018 PR32862
Dinar Temirbulatov
2017-07-27
1
-2
/
+2
*
[X86][AVX] Regenerated and cleaned up AVX1 intrinsic tests.
Simon Pilgrim
2017-07-26
1
-205
/
+446
*
[x86] transform vector inc/dec to use -1 constant (PR33483)
Sanjay Patel
2017-06-26
1
-4
/
+5
*
[X86][SSE] Allow matchVectorShuffleWithUNPCK to recognise ZERO inputs
Simon Pilgrim
2017-02-15
1
-2
/
+2
*
[X86][SSE] Fix domains for VZEXT_LOAD type instructions
Simon Pilgrim
2016-12-15
1
-1
/
+1
*
[X86][AVX] Added support for lowering to VBROADCASTF128/VBROADCASTI128 (reapp...
Simon Pilgrim
2016-07-22
1
-1
/
+25
*
Revert "[X86][AVX] Added support for lowering to VBROADCASTF128/VBROADCASTI128"
Benjamin Kramer
2016-07-22
1
-25
/
+1
*
[X86][AVX] Added support for lowering to VBROADCASTF128/VBROADCASTI128
Simon Pilgrim
2016-07-21
1
-1
/
+25
*
[X86][SSE] Reimplement SSE fp2si conversion intrinsics instead of using gener...
Simon Pilgrim
2016-07-19
1
-24
/
+1
*
VirtRegMap: Replace some identity copies with KILL instructions.
Matthias Braun
2016-07-09
1
-0
/
+2
*
[X86] Move tests for llvm.x86.avx.vpermil.* intrinsics to a -upgrade test sin...
Craig Topper
2016-06-12
1
-1
/
+45
*
[X86][SSE] Replace (V)CVTTPS2DQ and VCVTTPD2DQ truncating (round to zero) f32...
Simon Pilgrim
2016-06-02
1
-1
/
+24
*
[X86] Remove SSE/AVX unaligned store intrinsics as clang no longer uses them....
Craig Topper
2016-05-30
1
-0
/
+95
*
[X86][SSE] (Reapplied) Replace (V)PMOVSX and (V)PMOVZX integer extension intr...
Simon Pilgrim
2016-05-28
1
-0
/
+66
*
[X86][AVX] Removed some remains of old (pre-regeneration) filechecks
Simon Pilgrim
2016-05-27
1
-36
/
+0
*
Revert: r270973 - [X86][SSE] Replace (V)PMOVSX and (V)PMOVZX integer extensio...
Simon Pilgrim
2016-05-27
1
-66
/
+0
*
[X86][SSE] Replace (V)PMOVSX and (V)PMOVZX integer extension intrinsics with ...
Simon Pilgrim
2016-05-27
1
-0
/
+66
*
[X86][SSE] Replace (V)CVTDQ2PD(Y) and (V)CVTPS2PD(Y) lossless conversion intr...
Simon Pilgrim
2016-05-25
1
-0
/
+80
*
[X86][AVX] Regenerated avx upgraded intrinsics tests
Simon Pilgrim
2016-05-23
1
-41
/
+77
*
[X86][SSE] Replace 128-bit SSE41 PMOVSX intrinsics with native IR
Simon Pilgrim
2015-09-23
1
-0
/
+66
*
[X86, AVX] replace vextractf128 intrinsics with generic shuffles
Sanjay Patel
2015-03-12
1
-0
/
+37
*
add CHECK-LABELs for better reliability
Sanjay Patel
2015-03-11
1
-16
/
+24
*
[X86, AVX] replace vinsertf128 intrinsics with generic shuffles
Sanjay Patel
2015-03-10
1
-0
/
+36
*
[X86] Remove the blendpd/blendps/pblendw/pblendd intrinsics. They can represe...
Craig Topper
2015-02-28
1
-0
/
+24
*
[X86] Remove AVX2 and SSE2 pslldq and psrldq intrinsics. We can represent the...
Craig Topper
2015-02-18
1
-0
/
+14
*
[x86] Fix a pretty horrible bug and inconsistency in the x86 asm
Chandler Carruth
2014-09-06
1
-0
/
+26