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] 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
*
[X86] Improve the type checking in isLegalMaskedLoad and isLegalMaskedGather.
Craig Topper
2019-03-08
1
-11
/
+31
*
Temporarily Revert "[X86][SLP] Enable SLP vectorization for 128-bit horizonta...
Eric Christopher
2019-02-20
1
-7
/
+0
*
[X86] Don't consider functions ABI compatible for ArgumentPromotion pass if t...
Craig Topper
2019-02-19
1
-0
/
+16
*
[X86] Filter out tuning feature flags and a few ISA feature flags when checki...
Craig Topper
2019-02-19
1
-4
/
+3
*
[X86][SLP] Enable SLP vectorization for 128-bit horizontal X86 instructions (...
Anton Afanasyev
2019-02-13
1
-0
/
+7
*
[CodeGen][X86] Expand UADDSAT to NOT+UMIN+ADD
Nikita Popov
2019-01-28
1
-0
/
+7
*
[TTI] Add generic SADDO/SSUBO costs
Simon Pilgrim
2019-01-24
1
-0
/
+10
*
[TTI] Add generic UADDO/USUBO costs
Simon Pilgrim
2019-01-24
1
-3
/
+14
*
[CostModel][X86] Add ICMP Predicate specific costs
Simon Pilgrim
2019-01-22
1
-8
/
+49
*
[CostModel][X86] Add explicit vector select costs
Simon Pilgrim
2019-01-20
1
-0
/
+41
*
[CostModel][X86] Add explicit fcmp costs for pre-SSE42 targets
Simon Pilgrim
2019-01-20
1
-0
/
+11
*
[TTI][X86] Reordered getCmpSelInstrCost cost tables in descending ISA order. ...
Simon Pilgrim
2019-01-20
1
-24
/
+24
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Reapply "[CodeGen][X86] Expand USUBSAT to UMAX+SUB, also for vectors"
Nikita Popov
2019-01-15
1
-0
/
+7
*
Revert "[CodeGen][X86] Expand USUBSAT to UMAX+SUB, also for vectors"
Nikita Popov
2019-01-14
1
-7
/
+0
*
[CodeGen][X86] Expand USUBSAT to UMAX+SUB, also for vectors
Nikita Popov
2019-01-14
1
-0
/
+7
*
[x86] explicitly set cost of integer add/sub
Sanjay Patel
2019-01-06
1
-0
/
+8
*
[CostModel][X86] Fix SSE1 FADD/FSUB costs
Simon Pilgrim
2019-01-04
1
-0
/
+12
*
[X86] Add ADD/SUB SSAT/USAT vector costs (PR40123)
Simon Pilgrim
2019-01-03
1
-0
/
+44
*
Re-land r349731 "[CodeGen][ExpandMemcmp] Add an option for allowing overlappi...
Clement Courbet
2018-12-20
1
-1
/
+4
*
Revert r349731 "[CodeGen][ExpandMemcmp] Add an option for allowing overlappin...
Clement Courbet
2018-12-20
1
-4
/
+1
*
[CodeGen][ExpandMemcmp] Add an option for allowing overlapping loads.
Clement Courbet
2018-12-20
1
-1
/
+4
*
[SelectionDAG] Initial support for FSHL/FSHR funnel shift opcodes (PR39467)
Simon Pilgrim
2018-12-05
1
-7
/
+7
*
[X86] Make X86TTIImpl::getCastInstrCost properly handle the case where AVX512...
Craig Topper
2018-11-28
1
-23
/
+25
*
[X86] Add some cost model entries for sext/zext for avx512bw
Craig Topper
2018-11-28
1
-0
/
+27
*
[X86][CostModel] Don't lookup intrinsic cost tables if the intrinsic isn't on...
Craig Topper
2018-11-19
1
-60
/
+64
*
[CostModel] Add generic expansion funnel shift cost support
Simon Pilgrim
2018-11-14
1
-13
/
+11
*
[CostModel][X86] Fix constant vector XOP rights shifts
Simon Pilgrim
2018-11-13
1
-2
/
+11
*
Fix comment for XOP rotates. NFCI.
Simon Pilgrim
2018-11-13
1
-1
/
+1
*
[CostModel][X86] Add funnel shift rotation special case costs
Simon Pilgrim
2018-11-12
1
-1
/
+82
*
[CostModel][X86] Add SHLD/SHRD scalar funnel shift costs
Simon Pilgrim
2018-11-12
1
-2
/
+11
*
[CostModel][X86] SK_ExtractSubvector is cheap if the (legal) subvector is ali...
Simon Pilgrim
2018-11-12
1
-5
/
+13
*
[CostModel][X86] SK_ExtractSubvector costs must only be tested for vector typ...
Simon Pilgrim
2018-11-10
1
-1
/
+1
*
[CostModel][X86] SK_ExtractSubvector is free if the subvector is at the start...
Simon Pilgrim
2018-11-09
1
-181
/
+187
[next]