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 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
*
[LV] Support vectorization of interleave-groups that require an epilog under
Dorit Nuzman
2018-10-31
1
-10
/
+18
*
[CostModel][X86] Add realistic vXi64 uitofp vXf64 costs
Simon Pilgrim
2018-10-25
1
-7
/
+6
*
[CostModel][X86] Add realistic i64 uitofp f64 scalar costs
Simon Pilgrim
2018-10-25
1
-0
/
+5
*
[CostModel][X86] Add vXi8 vector division by constants costs.
Simon Pilgrim
2018-10-24
1
-0
/
+16
*
[CostModel][X86] Enable non-uniform vector division by constants costs.
Simon Pilgrim
2018-10-24
1
-26
/
+62
*
[TTI][X86] Treat SK_Transpose shuffles as SK_PermuteTwoSrc - there's no diffe...
Simon Pilgrim
2018-10-23
1
-0
/
+4
*
recommit 344472 after fixing build failure on ARM and PPC.
Dorit Nuzman
2018-10-14
1
-6
/
+17
*
revert 344472 due to failures.
Dorit Nuzman
2018-10-14
1
-17
/
+6
*
[IAI,LV] Add support for vectorizing predicated strided accesses using masked
Dorit Nuzman
2018-10-14
1
-6
/
+17
*
X86/TargetTransformInfo: Report div/rem constant immediate costs as TCC_Free
Matthias Braun
2018-10-11
1
-1
/
+5
*
[X86] Correct the cost of (v4i32 (fptoui (v4f64))) under AVX512F.
Craig Topper
2018-08-26
1
-0
/
+1
*
Recommit r338204 "[X86] Correct the immediate cost for 'add/sub i64 %x, 0x800...
Craig Topper
2018-07-30
1
-1
/
+7
*
Revert "[X86] Correct the immediate cost for 'add/sub i64 %x, 0x80000000'."
Dean Michael Berris
2018-07-30
1
-7
/
+1
*
[X86] Correct the immediate cost for 'add/sub i64 %x, 0x80000000'.
Craig Topper
2018-07-28
1
-1
/
+7
*
[X86] Use alignTo and divideCeil to make some code more readable. NFC
Craig Topper
2018-07-28
1
-3
/
+3
*
[CostModel][X86] Add SREM/UREM general and constant costs (PR38056)
Simon Pilgrim
2018-07-07
1
-3
/
+31
[prev]
[next]