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
/
lib
/
Target
/
X86
/
X86TargetTransformInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[X86] Merged Reverse/Alternate shuffle cost tables. NFCI.
Simon Pilgrim
2017-01-04
1
-141
/
+81
*
Fixed shuffle-reverse cost on AVX-512.
Elena Demikhovsky
2017-01-02
1
-0
/
+1
*
AVX-512 Loop Vectorizer: Cost calculation for interleave load/store patterns.
Elena Demikhovsky
2017-01-02
1
-9
/
+243
*
[X86][SSE] Improve lowering of vXi64 multiplies
Simon Pilgrim
2016-12-21
1
-8
/
+8
*
[CostModel][X86] Updated reverse shuffle costs
Simon Pilgrim
2016-12-15
1
-5
/
+95
*
[X86][AVX512] Add support for v2i64 fptosi/fptoui/sitofp/uitofp on AVX512DQ-o...
Simon Pilgrim
2016-11-24
1
-0
/
+4
*
[X86][AVX512] Add support for v4i64 fptosi/fptoui/sitofp/uitofp on AVX512DQ-o...
Simon Pilgrim
2016-11-23
1
-0
/
+4
*
[CostModel][X86] Add missing AVX512DQ v8i64 fptosi/sitofp costs
Simon Pilgrim
2016-11-23
1
-6
/
+12
*
[CostModel][X86] Added mul costs for vXi8 vectors
Simon Pilgrim
2016-11-14
1
-5
/
+21
*
[X86][AVX] Fixed v16i16/v32i8 ADD/SUB costs on AVX1 subtargets
Simon Pilgrim
2016-11-14
1
-0
/
+4
*
[VectorLegalizer] Expansion of CTLZ using CTPOP when possible
Simon Pilgrim
2016-11-08
1
-1
/
+4
*
Improved cost model for FDIV and FSQRT, by Andrew Tischenko
Alexey Bataev
2016-10-31
1
-2
/
+74
*
[X86][AVX512] Fix MUL v8i64 costs on non-AVX512DQ targets
Simon Pilgrim
2016-10-27
1
-0
/
+1
*
[X86][AVX512DQ] Improve lowering of MUL v2i64 and v4i64
Simon Pilgrim
2016-10-27
1
-0
/
+13
*
[X86][SSE] Add SSE41/AVX1 costs for vector shifts.
Simon Pilgrim
2016-10-23
1
-0
/
+26
*
[X86] Enable interleaved memory access by default
Michael Kuperstein
2016-10-20
1
-0
/
+7
*
[CostModel][X86] Fixed AVX1/AVX512 sdiv/udiv uniformconst costs for 256/512 b...
Simon Pilgrim
2016-10-20
1
-17
/
+48
*
[CostModel][X86] Fixed AVX1/AVX512 sdiv/udiv general costs for 256/512 bit in...
Simon Pilgrim
2016-10-20
1
-2
/
+30
*
[X86][SSE] Add lowering to cvttpd2dq/cvttps2dq for sitofp v2f64/2f32 to 2i32
Simon Pilgrim
2016-10-18
1
-0
/
+2
*
NFC: The Cost Model specialization, by Andrey Tischenko
Alexey Bataev
2016-10-12
1
-0
/
+25
*
Replace "fallthrough" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-1
/
+1
*
Revert "[X86] Support the "ms-hotpatch" attribute."
Charles Davis
2016-08-08
1
-15
/
+0
*
[X86] Support the "ms-hotpatch" attribute.
Charles Davis
2016-08-08
1
-0
/
+15
*
[LV, X86] Be more optimistic about vectorizing shifts.
Michael Kuperstein
2016-08-04
1
-21
/
+22
*
[X86][SSE] Add initial costs for vector CTTZ/CTLZ
Simon Pilgrim
2016-08-04
1
-4
/
+41
*
[AVX512] Don't use i128 masked gather/scatter/load/store. Do more accurately ...
Igor Breger
2016-08-02
1
-3
/
+3
*
[X86][SSE] Add cost model values for CTPOP of vectors
Simon Pilgrim
2016-07-20
1
-4
/
+27
*
Strip trailing whitespace
Simon Pilgrim
2016-07-17
1
-6
/
+6
*
[X86] Make some cast costs more precise
Michael Kuperstein
2016-07-11
1
-3
/
+16
*
[x86] fix cost of SINT_TO_FP for i32 --> float (PR21356, PR28434)
Sanjay Patel
2016-07-06
1
-1
/
+1
*
[X86] Sort cast cost tables. NFC.
Michael Kuperstein
2016-07-06
1
-124
/
+123
*
[X86][SSE] Add cost model for BSWAP of vectors
Simon Pilgrim
2016-06-20
1
-3
/
+24
*
[CostModel][X86][SSE] Updated costs for vector BITREVERSE ops on SSSE3+ targets
Simon Pilgrim
2016-06-11
1
-0
/
+30
*
[X86] Add costs for SSE zext/sext to v4i64 to TTI
Michael Kuperstein
2016-06-10
1
-0
/
+14
*
[x86] avoid code explosion from LoopVectorizer for gather loop (PR27826)
Sanjay Patel
2016-05-25
1
-2
/
+10
*
[CostModel][X86][XOP] Added XOP costmodel for BITREVERSE
Simon Pilgrim
2016-05-24
1
-1
/
+44
*
[X86][SSE] Improve cost model for i64 vector comparisons on pre-SSE42 targets
Simon Pilgrim
2016-05-09
1
-3
/
+11
*
[X86]: Changing cost for “TRUNCATE v16i32 to v16i8” in SSE4.1 mode.
Ashutosh Nema
2016-04-22
1
-2
/
+0
*
Do not use getGlobalContext()... ever.
Mehdi Amini
2016-04-14
1
-5
/
+5
*
fix typo; NFC
Sanjay Patel
2016-04-05
1
-1
/
+1
*
[x86] fix cost model inaccuracy for vector memory ops
Sanjay Patel
2016-03-09
1
-4
/
+4
*
AVX512BW: Support llvm intrinsic masked vector load/store for i8/i16 element ...
Igor Breger
2016-03-06
1
-1
/
+2
*
AVX1 : Enable vector masked_load/store to AVX1.
Igor Breger
2016-01-25
1
-1
/
+1
*
Implemented cost model for masked gather and scatter operations
Elena Demikhovsky
2015-12-28
1
-0
/
+136
*
[X86][SSE] Transform truncations between vectors of integers into X86ISD::PAC...
Cong Hou
2015-12-21
1
-3
/
+3
*
[X86] Prevent constant hoisting for a couple compare immediates that the sele...
Craig Topper
2015-12-20
1
-1
/
+13
*
[X86][SSE] Update the cost table for integer-integer conversions on SSE2/SSE4.1.
Cong Hou
2015-12-11
1
-2
/
+79
*
AVX-512: Updated cost of FP/SINT/UINT conversion operations
Elena Demikhovsky
2015-12-02
1
-11
/
+61
*
Pointers in Masked Load, Store, Gather, Scatter intrinsics
Elena Demikhovsky
2015-11-19
1
-8
/
+4
*
[X86] A small fix in X86/X86TargetTransformInfo.cpp: check a value type is si...
Cong Hou
2015-10-28
1
-1
/
+2
[prev]
[next]