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
*
[CostModel][X86] Add missing scalar i64->f32 uitofp costs
Simon Pilgrim
2020-01-06
1
-0
/
+4
*
[X86] Custom widen 128/256-bit vXi32 fp_to_uint on avx512f targets without av...
Craig Topper
2019-12-26
1
-0
/
+1
*
[NFC][TTI] Add Alignment for isLegalMasked[Gather/Scatter]
Anna Welker
2019-12-18
1
-5
/
+7
*
Rename TTI::getIntImmCost for instructions and intrinsics
Reid Kleckner
2019-12-11
1
-3
/
+3
*
[ARM] Teach the Arm cost model that a Shift can be folded into other instruct...
David Green
2019-12-09
1
-6
/
+7
*
[x86] add cost model special-case for insert/extract from element 0
Sanjay Patel
2019-12-06
1
-3
/
+9
*
[X86] Remove ProcIntelGLM/ProcIntelGLP/ProcIntelTRM and replace them with a s...
Craig Topper
2019-12-05
1
-2
/
+2
*
[x86] make SLM extract vector element more expensive than default
Sanjay Patel
2019-11-27
1
-0
/
+14
*
[X86] Remove setOperationAction for FP_TO_SINT v8i16.
Craig Topper
2019-11-12
1
-0
/
+3
*
[X86TargetTransformInfo] Fixed warning: Expression 'ISD == ISD::UREM' is alwa...
Dávid Bolvanský
2019-11-06
1
-1
/
+1
*
[CostModel][X86] Improve add vXi64 + fadd vXf64 reduction tests for SLM
Simon Pilgrim
2019-11-06
1
-0
/
+26
*
[X86] Lower the cost of avx512 horizontal bool and/or reductions to 2*log2(bi...
Craig Topper
2019-11-04
1
-0
/
+21
*
[X86] Reland: Enable YMM memcmp with AVX1
David Zarzycki
2019-11-01
1
-3
/
+2
*
Revert rG0e252ae19ff8d99a59d64442c38eeafa5825d441 : [X86] Enable YMM memcmp w...
Simon Pilgrim
2019-10-31
1
-2
/
+3
*
[X86] Enable YMM memcmp with AVX1
David Zarzycki
2019-10-31
1
-3
/
+2
*
[X86] Only look up boolean reduction cost tables if the reduction is not pair...
Craig Topper
2019-10-26
1
-1
/
+1
*
[Alignment][NFC] getMemoryOpCost uses MaybeAlign
Guillaume Chatelet
2019-10-25
1
-10
/
+11
*
[CostModel][X86] Add CTLZ scalar costs
Simon Pilgrim
2019-10-14
1
-1
/
+22
*
[CostModel][X86] Add CTPOP scalar costs (PR43656)
Simon Pilgrim
2019-10-14
1
-0
/
+23
*
[NFC][TTI] Add Alignment for isLegalMasked[Load/Store]
Sam Parker
2019-10-14
1
-5
/
+6
*
[CostModel][X86] Improve sum reduction costs.
Simon Pilgrim
2019-10-12
1
-22
/
+23
*
recommit: [LoopVectorize][PowerPC] Estimate int and float register pressure s...
Zi Xuan Wu
2019-10-12
1
-1
/
+2
*
Revert "[LoopVectorize][PowerPC] Estimate int and float register pressure sep...
Jinsong Ji
2019-10-08
1
-2
/
+1
*
[LoopVectorize][PowerPC] Estimate int and float register pressure separately ...
Zi Xuan Wu
2019-10-08
1
-1
/
+2
*
[X86] Enable inline memcmp() to use AVX512
David Zarzycki
2019-10-04
1
-2
/
+1
*
[X86] Remove -x86-experimental-vector-widening-legalization command line flag
Craig Topper
2019-09-29
1
-71
/
+15
*
[Alignment][NFC] Remove unneeded llvm:: scoping on Align types
Guillaume Chatelet
2019-09-27
1
-2
/
+2
*
[CostModel][X86] Fix SLM <2 x i64> icmp costs
Simon Pilgrim
2019-09-26
1
-0
/
+9
*
[Cost][X86] Add more missing vector truncation costs
Simon Pilgrim
2019-09-22
1
-0
/
+6
*
[Cost][X86] Add v2i64 truncation costs
Simon Pilgrim
2019-09-22
1
-0
/
+4
*
[LLVM][Alignment] Convert isLegalNTStore/isLegalNTLoad to llvm::Align
Guillaume Chatelet
2019-09-05
1
-2
/
+2
*
[X86] Simplify the setOperationAction handling for fp_to_uint by improving th...
Craig Topper
2019-09-03
1
-0
/
+4
*
[X86] Lower the cost of v2i32->v2f64 sint_to_fp under vector widening legaliz...
Craig Topper
2019-08-22
1
-0
/
+18
*
[X86] Add back the -x86-experimental-vector-widening-legalization comand line...
Craig Topper
2019-08-20
1
-13
/
+52
*
[X86] Improve cost model for subvector extraction of less than 128-bit vectors
Craig Topper
2019-08-15
1
-0
/
+33
*
[X86][CostModel] Adjust the costs of ZERO_EXTEND/SIGN_EXTEND with less than 1...
Craig Topper
2019-08-14
1
-10
/
+12
*
Recommit r367901 "[X86] Enable -x86-experimental-vector-widening-legalization...
Craig Topper
2019-08-07
1
-9
/
+45
*
Revert "[X86] Enable -x86-experimental-vector-widening-legalization by default."
Mitch Phillips
2019-08-06
1
-45
/
+9
*
[X86] Enable -x86-experimental-vector-widening-legalization by default.
Craig Topper
2019-08-05
1
-9
/
+45
*
[ExpandMemCmp] Honor prefer-vector-width.
Clement Courbet
2019-06-26
1
-2
/
+3
*
[ExpandMemCmp] Move all options to TargetTransformInfo.
Clement Courbet
2019-06-25
1
-25
/
+16
*
[LV] Suppress vectorization in some nontemporal cases
Warren Ristow
2019-06-17
1
-0
/
+35
*
[CostModel][X86] Improve masked load/store AVX1/AVX2 costs
Simon Pilgrim
2019-06-02
1
-2
/
+2
*
[TTI][X86] Cleanup getMaskedMemoryOpCost. NFCI.
Simon Pilgrim
2019-06-02
1
-8
/
+11
*
[CostModel][X86] Add min/max reduction costs for all SSE targets
Simon Pilgrim
2019-05-11
1
-6
/
+90
*
[TTI][X86] Make getAddressComputationCost cost value const. NFCI.
Simon Pilgrim
2019-05-05
1
-1
/
+1
*
[CostModel][X86] Add bool anyof/allof reduction costs
Simon Pilgrim
2019-04-17
1
-0
/
+42
*
[CostModel][X86] Masked load legalization requires an binary-shuffle not a se...
Simon Pilgrim
2019-04-07
1
-2
/
+2
*
[X86MacroFusion] Handle branch fusion (AMD CPUs).
Clement Courbet
2019-03-28
1
-1
/
+1
*
[ScalarizeMaskedMemIntrin] Add support for scalarizing expandload and compres...
Craig Topper
2019-03-21
1
-0
/
+28
[next]