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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC][TTI] Add Alignment for isLegalMasked[Gather/Scatter]
Anna Welker
2019-12-18
1
-2
/
+2
*
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
-1
/
+2
*
[X86] Remove ProcIntelGLM/ProcIntelGLP/ProcIntelTRM and replace them with a s...
Craig Topper
2019-12-05
1
-3
/
+1
*
[X86] Add support for -mvzeroupper and -mno-vzeroupper to match gcc
Craig Topper
2019-11-04
1
-1
/
+1
*
[X86] Prefer KORTEST on Knights Landing or later for memcmp()
David Zarzycki
2019-10-26
1
-0
/
+1
*
[Alignment][NFC] getMemoryOpCost uses MaybeAlign
Guillaume Chatelet
2019-10-25
1
-1
/
+1
*
[NFC][TTI] Add Alignment for isLegalMasked[Load/Store]
Sam Parker
2019-10-14
1
-2
/
+2
*
recommit: [LoopVectorize][PowerPC] Estimate int and float register pressure s...
Zi Xuan Wu
2019-10-12
1
-1
/
+1
*
Revert "[LoopVectorize][PowerPC] Estimate int and float register pressure sep...
Jinsong Ji
2019-10-08
1
-1
/
+1
*
[LoopVectorize][PowerPC] Estimate int and float register pressure separately ...
Zi Xuan Wu
2019-10-08
1
-1
/
+1
*
[Alignment][NFC] Remove unneeded llvm:: scoping on Align types
Guillaume Chatelet
2019-09-27
1
-2
/
+2
*
[X86] Add prefer-128-bit subtarget feature.
Craig Topper
2019-09-07
1
-0
/
+1
*
[LLVM][Alignment] Convert isLegalNTStore/isLegalNTLoad to llvm::Align
Guillaume Chatelet
2019-09-05
1
-2
/
+2
*
[ExpandMemCmp] Move all options to TargetTransformInfo.
Clement Courbet
2019-06-25
1
-2
/
+2
*
[LV] Suppress vectorization in some nontemporal cases
Warren Ristow
2019-06-17
1
-0
/
+2
*
[X86] Add FeatureFastScalarShiftMasks and FeatureFastVectorShiftMasks to the ...
Craig Topper
2019-05-17
1
-0
/
+2
*
[X86MacroFusion] Handle branch fusion (AMD CPUs).
Clement Courbet
2019-03-28
1
-0
/
+1
*
[NFC] Format InlineFeatureIgnoreList.
Clement Courbet
2019-03-28
1
-51
/
+52
*
[ScalarizeMaskedMemIntrin] Add support for scalarizing expandload and compres...
Craig Topper
2019-03-21
1
-0
/
+2
*
Temporarily Revert "[X86][SLP] Enable SLP vectorization for 128-bit horizonta...
Eric Christopher
2019-02-20
1
-1
/
+0
*
[X86] Don't consider functions ABI compatible for ArgumentPromotion pass if t...
Craig Topper
2019-02-19
1
-0
/
+3
*
[X86] Filter out tuning feature flags and a few ISA feature flags when checki...
Craig Topper
2019-02-19
1
-0
/
+54
*
[X86][SLP] Enable SLP vectorization for 128-bit horizontal X86 instructions (...
Anton Afanasyev
2019-02-13
1
-0
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[LV] Support vectorization of interleave-groups that require an epilog under
Dorit Nuzman
2018-10-31
1
-3
/
+6
*
recommit 344472 after fixing build failure on ARM and PPC.
Dorit Nuzman
2018-10-14
1
-3
/
+6
*
revert 344472 due to failures.
Dorit Nuzman
2018-10-14
1
-6
/
+3
*
[IAI,LV] Add support for vectorizing predicated strided accesses using masked
Dorit Nuzman
2018-10-14
1
-3
/
+6
*
[LoopStrengthReduce, x86] don't add cost for a cmp that will be macro-fused (...
Sanjay Patel
2018-02-05
1
-0
/
+1
*
[PartiallyInlineLibCalls][x86] add TTI hook to allow sqrt inlining to depend ...
Sanjay Patel
2017-11-27
1
-0
/
+1
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
[CodeGen][ExpandMemcmp] Allow memcmp to expand to vector loads (2).
Clement Courbet
2017-10-30
1
-1
/
+2
*
[CodeGenPrepare][NFC] Rename TargetTransformInfo::expandMemCmp -> TargetTrans...
Clement Courbet
2017-09-25
1
-1
/
+1
*
[DivRempairs] add a pass to optimize div/rem pairs (PR31028)
Sanjay Patel
2017-09-09
1
-0
/
+1
*
[SLP] Support for horizontal min/max reduction.
Alexey Bataev
2017-09-08
1
-0
/
+3
*
Model cache size and associativity in TargetTransformInfo
Tobias Grosser
2017-08-24
1
-0
/
+8
*
Changed basic cost of store operation on X86
Elena Demikhovsky
2017-08-20
1
-0
/
+2
*
Reapply fix PR23384 (part 3 of 3) r304824 (was reverted in r305720).
Evgeny Stupachenko
2017-08-07
1
-0
/
+2
*
[Cost] Rename getReductionCost() to getArithmeticReductionCost(), NFC.
Alexey Bataev
2017-07-31
1
-1
/
+2
*
[AVX2] [TTI CostModel] Add cost of interleaved loads/stores for AVX2
Dorit Nuzman
2017-06-25
1
-0
/
+3
*
[x86] enable CGP memcmp() expansion for 2/4/8 byte sizes
Sanjay Patel
2017-06-20
1
-1
/
+1
*
Revert r304824 "Fix PR23384 (part 3 of 3)"
Hans Wennborg
2017-06-19
1
-2
/
+0
*
Fix PR23384 (part 3 of 3)
Evgeny Stupachenko
2017-06-06
1
-0
/
+2
*
[Atomics][LoopIdiom] Recognize unordered atomic memcpy
Anna Thomas
2017-06-06
1
-0
/
+2
*
[SystemZ] TargetTransformInfo cost functions implemented.
Jonas Paulsson
2017-04-12
1
-3
/
+5
*
[X86 TTI] Implement LSV hook
Keno Fischer
2017-04-05
1
-1
/
+2
*
[TargetTransformInfo] getIntrinsicInstrCost() scalarization estimation improved
Jonas Paulsson
2017-03-14
1
-2
/
+4
*
[TargetTransformInfo] Refactor and improve getScalarizationOverhead()
Jonas Paulsson
2017-01-26
1
-2
/
+0
*
[X86] updating TTI costs for arithmetic instructions on X86\SLM arch.
Mohammed Agabaria
2017-01-11
1
-1
/
+2
[next]