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
/
Analysis
/
CostModel
/
X86
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CostModel][X86] Add missing scalar i64->f32 uitofp costs
Simon Pilgrim
2020-01-06
1
-11
/
+11
*
[x86] add cost model special-case for insert/extract from element 0
Sanjay Patel
2019-12-06
4
-62
/
+62
*
[x86] make SLM extract vector element more expensive than default
Sanjay Patel
2019-11-27
4
-255
/
+1197
*
[X86] Remove setOperationAction for FP_TO_SINT v8i16.
Craig Topper
2019-11-12
1
-12
/
+12
*
[CostModel] Fixed isExtractSubvectorMask for undef index off end
Tim Renouf
2019-11-08
1
-0
/
+5
*
[CostModel][X86] Improve add vXi64 + fadd vXf64 reduction tests for SLM
Simon Pilgrim
2019-11-06
2
-12
/
+12
*
[CostModel][X86] Add add/fadd reduction tests for SLM
Simon Pilgrim
2019-11-06
2
-0
/
+256
*
[X86] Lower the cost of avx512 horizontal bool and/or reductions to 2*log2(bi...
Craig Topper
2019-11-04
2
-42
/
+42
*
[CostModel][X86] Add CTLZ scalar costs
Simon Pilgrim
2019-10-14
1
-31
/
+64
*
[CostModel][X86] Add CTPOP scalar costs (PR43656)
Simon Pilgrim
2019-10-14
1
-4
/
+4
*
[CostModel][X86] Improve sum reduction costs.
Simon Pilgrim
2019-10-12
2
-336
/
+141
*
[CostModel][X86] Add tests for insertelement to non-immediate vector element ...
Simon Pilgrim
2019-10-09
1
-0
/
+74
*
[CostModel][X86] Add tests for extractelement from non-immediate vector eleme...
Simon Pilgrim
2019-10-09
1
-0
/
+74
*
[CostModel][X86] Fix SLM <2 x i64> icmp costs
Simon Pilgrim
2019-09-26
6
-55
/
+285
*
[Cost][X86] Add more missing vector truncation costs
Simon Pilgrim
2019-09-22
1
-49
/
+49
*
[Cost][X86] Add v2i64 truncation costs
Simon Pilgrim
2019-09-22
4
-105
/
+105
*
[CostModel][X86] Add scalar sext/zext cost tests
Simon Pilgrim
2019-09-02
1
-0
/
+158
*
[CostModel] Model all `extractvalue`s as free.
Roman Lebedev
2019-08-29
1
-24
/
+24
*
[X86] Lower the cost of v2i32->v2f64 sint_to_fp under vector widening legaliz...
Craig Topper
2019-08-22
2
-8
/
+8
*
[X86] Improve cost model for subvector extraction of less than 128-bit vectors
Craig Topper
2019-08-15
1
-615
/
+853
*
[X86][CostModel] Adjust the costs of ZERO_EXTEND/SIGN_EXTEND with less than 1...
Craig Topper
2019-08-14
3
-58
/
+58
*
[X86] Add missing regular 512-bit vXi8 extract subvector cost model tests
Simon Pilgrim
2019-08-14
1
-73
/
+421
*
[X86] Add some vXi8 extract subvector cost model tests
Simon Pilgrim
2019-08-13
1
-0
/
+367
*
[CostModel][X86][AArch64] Check all 3 cost kinds in aggregates.ll
Roman Lebedev
2019-08-12
1
-25
/
+91
*
[CostModel][X86][AArch64] Add some tests for extractvalue
Roman Lebedev
2019-08-12
1
-0
/
+76
*
Recommit r368081 "[X86] Add more extract subvector cost model tests for small...
Craig Topper
2019-08-07
1
-7
/
+488
*
Recommit r367901 "[X86] Enable -x86-experimental-vector-widening-legalization...
Craig Topper
2019-08-07
23
-828
/
+470
*
Revert "[X86] Add more extract subvector cost model tests for smaller element...
Mitch Phillips
2019-08-06
1
-488
/
+7
*
Revert "[X86] Enable -x86-experimental-vector-widening-legalization by default."
Mitch Phillips
2019-08-06
23
-470
/
+828
*
[X86] Add more extract subvector cost model tests for smaller element sizes a...
Craig Topper
2019-08-06
1
-7
/
+488
*
[X86] Remove tests for -x86-experimental-vector-widening-legalization from te...
Craig Topper
2019-08-06
18
-8109
/
+0
*
[X86] Enable -x86-experimental-vector-widening-legalization by default.
Craig Topper
2019-08-05
23
-536
/
+485
*
[lit] Delete empty lines at the end of lit.local.cfg NFC
Fangrui Song
2019-06-17
1
-1
/
+0
*
Improve reduction intrinsics by overloading result value.
Sander de Smalen
2019-06-13
18
-4057
/
+4057
*
[CostModel][X86] Improve masked load/store AVX1/AVX2 costs
Simon Pilgrim
2019-06-02
2
-76
/
+76
*
[CostModel][X86] Add bool vector and/or/xor cost tests
Simon Pilgrim
2019-05-30
1
-0
/
+192
*
[CostModel] Add really basic support for being able to query the cost of the ...
Craig Topper
2019-05-28
1
-34
/
+78
*
[X86] Add test cases for D62444. NFC
Craig Topper
2019-05-27
1
-0
/
+171
*
[CostModel][X86] Add min/max reduction costs for all SSE targets
Simon Pilgrim
2019-05-11
8
-559
/
+559
*
[CostModel][X86] Add bool anyof/allof reduction costs
Simon Pilgrim
2019-04-17
4
-184
/
+96
*
[CostModel][X86] Add more exhaustive masked load/store/gather/scatter/expand/...
Simon Pilgrim
2019-04-06
2
-72
/
+2050
*
[TTI] Add generic cost model for smul/umul overflow intrinsics
Simon Pilgrim
2019-02-25
1
-36
/
+378
*
[TTI] Add generic cost model for fixed point smul/umul
Simon Pilgrim
2019-02-25
1
-36
/
+378
*
[CostModel][X86] Add UMUL fixed point cost tests
Simon Pilgrim
2019-02-05
1
-0
/
+63
*
[CodeGen][X86] Expand UADDSAT to NOT+UMIN+ADD
Nikita Popov
2019-01-28
1
-4
/
+4
*
[TTI] Add generic SADDSAT/SSUBSAT costs
Simon Pilgrim
2019-01-27
1
-196
/
+234
*
[CostModel][X86] Add SMUL fixed point cost tests
Simon Pilgrim
2019-01-24
1
-0
/
+75
*
[TTI] Add generic SADDO/SSUBO costs
Simon Pilgrim
2019-01-24
1
-36
/
+378
*
[TTI] Add generic UADDSAT/USUBSAT costs
Simon Pilgrim
2019-01-24
1
-162
/
+181
*
[TTI] Add generic UADDO/USUBO costs
Simon Pilgrim
2019-01-24
1
-36
/
+378
[next]