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.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86] Lowering sqrt intrinsics to native IR
Tomasz Krupa
2018-06-15
1
-33
/
+0
*
[X86][SSE] Cleanup AVX1 intrinsics tests
Simon Pilgrim
2018-06-02
1
-4
/
+4
*
[Utils][X86] Help update_llc_test_checks.py to recognise retl/retq to reduce ...
Simon Pilgrim
2018-06-01
1
-34
/
+34
*
[X86] Remove 128/256-bit cvtdq2ps, cvtudq2ps, cvtqq2pd, cvtuqq2pd intrinsics.
Craig Topper
2018-05-21
1
-16
/
+0
*
[X86] Allow int_x86_sse2_cvtps2dq and int_x86_avx_cvt_ps2dq_256 to select EVE...
Craig Topper
2018-02-24
1
-4
/
+9
*
[X86] Teach EVEX->VEX pass to turn VRNDSCALE into VROUND when bits 7:4 of the...
Craig Topper
2018-02-13
1
-2
/
+2
*
[CodeGen] Unify MBB reference format in both MIR and debug output
Francis Visoiu Mistrih
2017-12-04
1
-105
/
+105
*
[X86] Use EVEX encoded VRNDSCALE instructions to implement the legacy round i...
Craig Topper
2017-11-13
1
-8
/
+18
*
[X86] Don't use RCP14 and RSQRT14 for reciprocal estimations or for legacy SS...
Craig Topper
2017-11-04
1
-18
/
+8
*
[X86] Give AVX512VL instructions priority over their AVX equivalents.
Craig Topper
2017-11-02
1
-8
/
+18
*
[X86][AVX] Regenerate AVX intrinsics tests on 32 + 64-bit targets
Simon Pilgrim
2017-10-23
1
-177
/
+275
*
[X86] Remove VPERM2F128/VPERM2I128 intrinsics and autoupgrade to native shuff...
Craig Topper
2017-09-16
1
-36
/
+0
*
[X86] Don't set reserved bits in the immediate in the test cases for vperm2f128.
Craig Topper
2017-09-16
1
-6
/
+6
*
[X86] SET0 to use XMM registers where possible PR26018 PR32862
Dinar Temirbulatov
2017-08-03
1
-1
/
+1
*
[X86] SET0 to use XMM registers where possible PR26018 PR32862
Dinar Temirbulatov
2017-07-27
1
-1
/
+1
*
[X86][AVX] Regenerated and cleaned up AVX1 intrinsic tests.
Simon Pilgrim
2017-07-26
1
-385
/
+385
*
[x86] transform vector inc/dec to use -1 constant (PR33483)
Sanjay Patel
2017-06-26
1
-4
/
+4
*
[x86] don't blindly transform SETB into SBB
Sanjay Patel
2017-03-12
1
-10
/
+10
*
[X86] Generate VZEROUPPER for Skylake-avx512.
Amjad Aboud
2017-03-03
1
-170
/
+91
*
[X86] Remove ssse3 intrinsic tests from the avx intrinsics test file.
Craig Topper
2017-02-21
1
-220
/
+4
*
[X86] Remove sse4.2 intrinsic tests from the avx intrinsics test file. Fix so...
Craig Topper
2017-02-21
1
-320
/
+5
*
[X86] Remove sse4.1 intrinsic tests from the avx intrinsics test file.
Craig Topper
2017-02-21
1
-343
/
+4
*
[X86] Remove sse3 intrinsic tests from the avx intrinsics test file.
Craig Topper
2017-02-21
1
-110
/
+4
*
[X86] Remove aes intrinsic tests from the avx intrinsics test file.
Craig Topper
2017-02-21
1
-71
/
+4
*
[X86] Remove sse2 intrinsic tests from the avx intrinsics test file.
Craig Topper
2017-02-21
1
-1182
/
+4
*
[X86] Remove sse1 intrinsic tests from the avx intrinsics test file.
Craig Topper
2017-02-21
1
-509
/
+4
*
This is a large patch for X86 AVX-512 of an optimization for reducing code si...
Gadi Haber
2016-12-28
1
-119
/
+119
*
[X86] Fix VEX encoded VPMADDUBSW to not be marked commutable.
Craig Topper
2016-12-03
1
-1
/
+2
*
[X86] Add test cases demonstrating where we incorrectly commute VEX VPMADDUSB...
Craig Topper
2016-12-03
1
-4
/
+24
*
[X86] Remove the scalar intrinsics for fadd/fsub/fdiv/fmul
Craig Topper
2016-11-16
1
-92
/
+4
*
[X86] Cleanup 'x' and 'y' mnemonic suffixes for vcvtpd2dq/vcvttpd2dq/vcvtpd2p...
Craig Topper
2016-11-14
1
-3
/
+3
*
[AVX-512] Allow legacy cvtpd2dq intrinsics to select EVEX encoded instruction...
Craig Topper
2016-11-10
1
-5
/
+10
*
[AVX-512][X86] Convert avx_cvtt_ps2dq_256 and sse2_cvttps2dq intrinsics to IS...
Craig Topper
2016-11-10
1
-8
/
+18
*
[X86] Convert int_x86_avx_cvtt_pd2dq_256 to fp_to_sint using the intrinsics t...
Craig Topper
2016-11-10
1
-1
/
+1
*
[X86] Lower AVX512 and SSE intrinsics for CVTTPD2DQ to X86ISD::CVTTPD2DQ.
Craig Topper
2016-11-09
1
-4
/
+9
*
[AVX-512] Lower AVX cvtpd2ps intrinsic to ISD::FP_ROUND so it can use EVEX in...
Craig Topper
2016-11-06
1
-1
/
+1
*
[AVX-512] Lower SSE/AVX cvtdq2ps intrinsics directly to ISD::SINT_TO_FP so th...
Craig Topper
2016-11-06
1
-8
/
+18
*
[AVX-512] Add -show-mc-encoding to legacy vector intrinsic tests so we can se...
Craig Topper
2016-11-06
1
-2164
/
+1387
*
[X86][AVX] Added support for lowering to VBROADCASTF128/VBROADCASTI128 (reapp...
Simon Pilgrim
2016-07-22
1
-38
/
+2
*
Revert "[X86][AVX] Added support for lowering to VBROADCASTF128/VBROADCASTI128"
Benjamin Kramer
2016-07-22
1
-2
/
+38
*
[X86][AVX] Added support for lowering to VBROADCASTF128/VBROADCASTI128
Simon Pilgrim
2016-07-21
1
-38
/
+2
*
[X86][SSE] Reimplement SSE fp2si conversion intrinsics instead of using gener...
Simon Pilgrim
2016-07-19
1
-2
/
+35
*
[X86][AVX] Add VBROADCASTF128/VBROADCASTI128 shuffle comments support
Simon Pilgrim
2016-07-14
1
-4
/
+4
*
Recommit r274692 - [X86] Transform setcc + movzbl into xorl + setcc
Michael Kuperstein
2016-07-07
1
-84
/
+108
*
Revert r274692 to check whether this is what breaks windows selfhost.
Michael Kuperstein
2016-07-07
1
-108
/
+84
*
[X86] Transform setcc + movzbl into xorl + setcc
Michael Kuperstein
2016-07-06
1
-84
/
+108
*
[X86][SSE] Added support for combining target shuffles to (V)PSHUFD/VPERMILPD...
Simon Pilgrim
2016-06-28
1
-1
/
+1
*
[X86] Move tests for llvm.x86.avx.vpermil.* intrinsics to a -upgrade test sin...
Craig Topper
2016-06-12
1
-67
/
+3
*
[X86][SSE] Replace (V)CVTTPS2DQ and VCVTTPD2DQ truncating (round to zero) f32...
Simon Pilgrim
2016-06-02
1
-36
/
+3
*
[X86] Remove SSE/AVX unaligned store intrinsics as clang no longer uses them....
Craig Topper
2016-05-30
1
-141
/
+3
[next]