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
/
avx2-intrinsics-fast-isel.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86] Restore the pavg intrinsics.
Craig Topper
2019-04-15
1
-12
/
+4
*
[X86][AVX] Add VMOVDDUP-VPBROADCASTQ execution domain mapping
Simon Pilgrim
2019-02-01
1
-1
/
+1
*
[X86] Use GetDemandedBits to simplify the operands of PMULDQ/PMULUDQ.
Craig Topper
2018-12-24
1
-9
/
+0
*
[X86][SSE] Auto upgrade PADDS/PSUBS intrinsics to SADD_SAT/SSUB_SAT generic i...
Simon Pilgrim
2018-12-20
1
-8
/
+8
*
[X86][SSE] Auto upgrade PADDUS/PSUBUS intrinsics to UADD_SAT/USUB_SAT generic...
Simon Pilgrim
2018-12-19
1
-22
/
+14
*
[SelectionDAG] Respect multiple uses in SimplifyDemandedBits to SimplifyDeman...
Simon Pilgrim
2018-10-07
1
-0
/
+9
*
[SelectionDAG] Add SimplifyDemandedBits to SimplifyDemandedVectorElts simplif...
Simon Pilgrim
2018-10-06
1
-9
/
+0
*
[X86] Lowering addus/subus intrinsics to native IR
Tomasz Krupa
2018-08-14
1
-14
/
+22
*
[X86][SSE] Combine (some) target shuffles with multiple uses
Simon Pilgrim
2018-08-09
1
-6
/
+4
*
[Utils][X86] Help update_llc_test_checks.py to recognise retl/retq to reduce ...
Simon Pilgrim
2018-06-01
1
-84
/
+84
*
[x86] Revert r330322 (& r330323): Lowering x86 adds/addus/subs/subus intrinsics
Chandler Carruth
2018-04-26
1
-62
/
+26
*
Lowering x86 adds/addus/subs/subus intrinsics (llvm part)
Alexander Ivchenko
2018-04-19
1
-26
/
+62
*
[X86] Remove GCCBuiltin name from pmuldq/pmuludq intrinsics so clang can cust...
Craig Topper
2018-04-09
1
-6
/
+19
*
Followup on Proposal to move MIR physical register namespace to '$' sigil.
Puyan Lotfi
2018-01-31
1
-2
/
+2
*
[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
-235
/
+235
*
[CodeGen] Print register names in lowercase in both MIR and debug output
Francis Visoiu Mistrih
2017-11-28
1
-2
/
+2
*
[X86][AVX2] Regenerate AVX2 intrinsics tests on 32 + 64-bit targets
Simon Pilgrim
2017-10-23
1
-1679
/
+918
*
[X86] Add VPERMPD/VPERMQ and VPERMPS/VPERMD to the execution domain fixing ta...
Craig Topper
2017-09-19
1
-4
/
+4
*
[X86] Teach execution domain fixing to convert between FP and int unpack inst...
Craig Topper
2017-09-18
1
-8
/
+8
*
[X86] Teach execution domain fixing to convert between VPERMILPS and VPSHUFD.
Craig Topper
2017-09-18
1
-2
/
+2
*
[X86] Remove usages of vperm2f intrinsics from fast isel tests to match what ...
Craig Topper
2017-09-15
1
-1
/
+1
*
[X86] [PATCH] [intrinsics] Lowering X86 ABS intrinsics to IR. (llvm)
Uriel Korach
2017-09-13
1
-6
/
+12
*
[X86] Lower _mm[256|512]_[mask[z]]_avg_epu[8|16] intrinsics to native llvm IR
Yael Tsafrir
2017-09-12
1
-6
/
+14
*
[X86] Add VBLENDPS/VPBLENDD to the execution domain fixing tables.
Craig Topper
2017-09-03
1
-6
/
+6
*
[X86] SET0 to use XMM registers where possible PR26018 PR32862
Dinar Temirbulatov
2017-07-27
1
-12
/
+12
*
[X86] Lower AVX2 gather intrinsics similar to AVX-512. Apply the same input s...
Craig Topper
2017-03-13
1
-0
/
+26
*
[X86] Add VBROADCASTF128/VBROADCASTI128 to execution domain fixing tables.
Craig Topper
2016-09-29
1
-2
/
+2
*
[X86][AVX] Added support for lowering to VBROADCASTF128/VBROADCASTI128 (reapp...
Simon Pilgrim
2016-07-22
1
-4
/
+2
*
Revert "[X86][AVX] Added support for lowering to VBROADCASTF128/VBROADCASTI128"
Benjamin Kramer
2016-07-22
1
-2
/
+4
*
[X86][AVX] Added support for lowering to VBROADCASTF128/VBROADCASTI128
Simon Pilgrim
2016-07-21
1
-4
/
+2
*
[X86][AVX2] Added a memory version of test_mm256_broadcastsi128_si256
Simon Pilgrim
2016-07-15
1
-4
/
+24
*
[X86][AVX2] Allow VPERMPD/VPERMQ shuffles to call combineShuffle (reapplied)
Simon Pilgrim
2016-07-14
1
-1
/
+1
*
Revert r275411, it cause PR28552.
Nico Weber
2016-07-14
1
-1
/
+1
*
[X86][AVX2] Allow VPERMPD/VPERMQ shuffles to call combineShuffle
Simon Pilgrim
2016-07-14
1
-1
/
+1
*
VirtRegMap: Replace some identity copies with KILL instructions.
Matthias Braun
2016-07-09
1
-0
/
+2
*
[x86] autoupgrade and remove AVX2 integer min/max intrinsics
Sanjay Patel
2016-06-16
1
-36
/
+36
*
[x86, SSE] update packed FP compare tests for direct translation from builtin...
Sanjay Patel
2016-06-15
1
-27
/
+25
*
[X86][SSE] (Reapplied) Replace (V)PMOVSX and (V)PMOVZX integer extension intr...
Simon Pilgrim
2016-05-28
1
-36
/
+30
*
Revert: r270973 - [X86][SSE] Replace (V)PMOVSX and (V)PMOVZX integer extensio...
Simon Pilgrim
2016-05-27
1
-30
/
+36
*
[X86][SSE] Replace (V)PMOVSX and (V)PMOVZX integer extension intrinsics with ...
Simon Pilgrim
2016-05-27
1
-36
/
+30
*
[X86][AVX2] Added gather fast-isel tests to match clang/test/CodeGen/avx2-bui...
Simon Pilgrim
2016-05-26
1
-32
/
+665
*
[X86][AVX] Sync with clang/test/CodeGen/avx2-builtins.c
Simon Pilgrim
2016-05-25
1
-98
/
+1659
*
[X86][AVX2] Added more fast-isel tests to match clang/test/CodeGen/avx2-built...
Simon Pilgrim
2016-05-25
1
-37
/
+660
*
[X86][AVX2] Begun adding fast-isel tests to match clang/test/CodeGen/avx2-bui...
Simon Pilgrim
2016-05-25
1
-0
/
+557