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
/
avx512vl-intrinsics.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86] Add new variadic avx512 compress/expand intrinsics that use vXi1 types ...
Craig Topper
2019-01-28
1
-128
/
+168
*
[X86] Add DAG combine to merge vzext_movl with the various fp<->int conversio...
Craig Topper
2019-01-26
1
-20
/
+0
*
[X86] Remove and autoupgrade vpmovqd/vpmovwb intrinsics using trunc+select.
Craig Topper
2019-01-21
1
-16
/
+20
*
[X86] Add ISD node for masked version of CVTPS2PH.
Craig Topper
2019-01-12
1
-16
/
+16
*
[X86] Add ISD nodes for masked truncate so we can properly represent when the...
Craig Topper
2019-01-12
1
-226
/
+226
*
[X86] Disable DomainReassignment pass when AVX512BW is disabled to avoid inje...
Craig Topper
2019-01-10
1
-12
/
+24
*
[X86] Auto upgrade XOP/AVX512 rotation intrinsics to generic funnel shift int...
Simon Pilgrim
2018-12-20
1
-584
/
+0
*
[X86] Merge the FR128 and VR128 regclass since they have identical spill and ...
Craig Topper
2018-07-16
1
-52
/
+52
*
[X86] Add custom execution domain fixing for 128/256-bit integer logic operat...
Craig Topper
2018-07-15
1
-16
/
+16
*
[X86] Remove all of the avx512 masked packed fma intrinsics. Use llvm.fma or ...
Craig Topper
2018-07-06
1
-247
/
+395
*
[X86] Cleanup some of the avx512 masked fma tests to prepare for removing and...
Craig Topper
2018-07-06
1
-931
/
+299
*
[X86] Remove masking from avx512 rotate intrinsics. Use select in IR instead.
Craig Topper
2018-06-30
1
-176
/
+264
*
[X86] Rename the autoupgraded of packed fp compare and fpclass intrinsics tha...
Craig Topper
2018-06-27
1
-8
/
+8
*
[X86] Lowering sqrt intrinsics to native IR
Tomasz Krupa
2018-06-15
1
-37
/
+0
*
[X86] Remove and autoupgrade the expandload and compressstore intrinsics.
Craig Topper
2018-06-11
1
-720
/
+0
*
[X86][AVX512] Cleanup intrinsics tests
Simon Pilgrim
2018-06-03
1
-2483
/
+5630
*
[X86] Add isel patterns to use vexpand with zero masking when the passthru va...
Craig Topper
2018-06-01
1
-16
/
+8
*
[X86] Expand the testing of expand and compress intrinsics
Craig Topper
2018-06-01
1
-144
/
+781
*
[X86] Remove masked vpermi2var/vpermt2var intrinsics and autoupgrade.
Craig Topper
2018-05-29
1
-44
/
+220
*
[X86] Converge X86ISD::VPERMV3 and X86ISD::VPERMIV3 to a single opcode.
Craig Topper
2018-05-28
1
-8
/
+8
*
[X86] Remove 128/256-bit cvtdq2ps, cvtudq2ps, cvtqq2pd, cvtuqq2pd intrinsics.
Craig Topper
2018-05-21
1
-32
/
+0
*
[X86] Remove masking from vpternlog intrinsics. Use a select in IR instead.
Craig Topper
2018-05-21
1
-40
/
+58
*
[X86] Remove mask arguments from permvar builtins/intrinsics. Use a select in...
Craig Topper
2018-05-20
1
-14
/
+26
*
[X86] Remove and autoupgrade masked vpermd/vpermps intrinsics.
Craig Topper
2018-05-13
1
-40
/
+0
*
[X86] Remove some unused masked conversion intrinsics that can be replaced wi...
Craig Topper
2018-05-12
1
-144
/
+0
*
[X86] Cleanup WriteFStore/WriteVecStore schedules
Simon Pilgrim
2018-05-09
1
-2
/
+2
*
[X86] Split WriteVecShift/WriteVarVecShift into MMX, XMM and YMM/ZMM schedule...
Simon Pilgrim
2018-05-03
1
-8
/
+8
*
[X86] Remove the pmuldq/pmuldq intrinsics and replace with native IR.
Craig Topper
2018-04-13
1
-428
/
+0
*
[X86] Add comments to the end of FMA3 instructions to make the operation clear
Craig Topper
2018-03-10
1
-0
/
+122
*
[X86] Teach EVEX->VEX pass to turn VRNDSCALE into VROUND when bits 7:4 of the...
Craig Topper
2018-02-13
1
-1
/
+1
*
[X86] Change signatures of avx512 packed fp compare intrinsics to return a vX...
Craig Topper
2018-02-10
1
-16
/
+23
*
Followup on Proposal to move MIR physical register namespace to '$' sigil.
Puyan Lotfi
2018-01-31
1
-4
/
+4
*
[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.
Francis Visoiu Mistrih
2017-12-07
1
-4
/
+4
*
[CodeGen] Unify MBB reference format in both MIR and debug output
Francis Visoiu Mistrih
2017-12-04
1
-353
/
+353
*
[CodeGen] Print register names in lowercase in both MIR and debug output
Francis Visoiu Mistrih
2017-11-28
1
-4
/
+4
*
[X86] test/testn intrinsics lowering to IR. llvm part.
Uriel Korach
2017-11-13
1
-154
/
+0
*
[x86][AVX512] Lowering shuffle i/f intrinsics to LLVM IR
Jina Nahias
2017-11-13
1
-82
/
+0
*
[X86] Teach EVEX->VEX pass to turn SHUFI32X4/SHUFF32X4/SHUFI64X/SHUFF64X2 int...
Craig Topper
2017-11-04
1
-6
/
+6
*
[x86] Lowering Mask Set1 intrinsics to LLVM IR
Jina Nahias
2017-09-19
1
-79
/
+0
*
[X86] [PATCH] [intrinsics] Lowering X86 ABS intrinsics to IR. (llvm)
Uriel Korach
2017-09-13
1
-64
/
+0
*
[AVX512] Remove and autoupgrade many of the broadcast intrinsics
Craig Topper
2017-08-11
1
-74
/
+0
*
[X86] SET0 to use XMM registers where possible PR26018 PR32862
Dinar Temirbulatov
2017-08-03
1
-4
/
+4
*
[AVX-512] Remove and autoupgrade the masked integer compare intrinsics
Craig Topper
2017-06-22
1
-780
/
+0
*
Add LiveRangeShrink pass to shrink live range within BB.
Dehao Chen
2017-05-31
1
-14
/
+14
*
Revert r302938 "Add LiveRangeShrink pass to shrink live range within BB."
Hans Wennborg
2017-05-18
1
-14
/
+14
*
Add LiveRangeShrink pass to shrink live range within BB.
Dehao Chen
2017-05-12
1
-14
/
+14
*
[AVX-512] Fix accidental uses of AH/BH/CH/DH after copies to/from mask registers
Craig Topper
2017-03-28
1
-581
/
+593
*
[AVX-512] Fix the execution domain on some instructions.
Craig Topper
2017-02-25
1
-4
/
+4
*
[AVX-512] Remove 128/256-bit masked fp max/min intrinsics. Upgrade them to le...
Craig Topper
2017-02-18
1
-28
/
+48
*
[X86][SSE] Attempt to break register dependencies during lowerBuildVector
Simon Pilgrim
2017-02-09
1
-16
/
+16
[next]