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
/
ARM
/
ARMTargetTransformInfo.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ARM][VecReduce] Force expand vector_reduce_fmin
David Green
2020-02-05
1
-3
/
+6
*
[ARM] Expand vector reduction intrinsics on soft float
Nikita Popov
2020-02-05
1
-1
/
+8
*
[AArch64][ARM] Always expand ordered vector reductions (PR44600)
Nikita Popov
2020-02-05
1
-1
/
+10
*
[ARM][MVE] Enable masked gathers from vector of pointers
Anna Welker
2020-01-08
1
-1
/
+1
*
[ARM] Use isFMAFasterThanFMulAndFAdd for scalars as well as MVE vectors
David Green
2020-01-05
1
-9
/
+9
*
[NFC][TTI] Add Alignment for isLegalMasked[Gather/Scatter]
Anna Welker
2019-12-18
1
-0
/
+4
*
Rename TTI::getIntImmCost for instructions and intrinsics
Reid Kleckner
2019-12-11
1
-1
/
+1
*
[ARM] Teach the Arm cost model that a Shift can be folded into other instruct...
David Green
2019-12-09
1
-1
/
+2
*
Revert "[ARM] Allocatable Global Register Variables for ARM"
Carey Williams
2019-11-29
1
-3
/
+1
*
[ARM] Allocatable Global Register Variables for ARM
Anna Welker
2019-11-18
1
-1
/
+3
*
[TTI][LV] preferPredicateOverEpilogue
Sjoerd Meijer
2019-11-06
1
-1
/
+6
*
[Alignment][NFC] getMemoryOpCost uses MaybeAlign
Guillaume Chatelet
2019-10-25
1
-1
/
+1
*
[ARM][MVE] Enable truncating masked stores
Sam Parker
2019-10-17
1
-0
/
+1
*
[NFC][TTI] Add Alignment for isLegalMasked[Load/Store]
Sam Parker
2019-10-14
1
-2
/
+4
*
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
*
[ARM] Masked loads and stores
David Green
2019-09-15
1
-0
/
+3
*
[ARM] Remove MVE masked loads/stores
David Green
2019-09-01
1
-14
/
+0
*
[ARM] MVE Masked loads and stores
David Green
2019-08-29
1
-0
/
+14
*
[ARM] Add support for MVE vaddv
Sam Tebbs
2019-08-19
1
-0
/
+7
*
[ARM] Permit auto-vectorization using MVE
David Green
2019-08-11
1
-2
/
+6
*
[NFC] move some hardware loop checking code to a common place for other using.
Chen Zheng
2019-06-19
1
-1
/
+1
*
[ARM] Implement TTI::isHardwareLoopProfitable
Sam Parker
2019-06-12
1
-0
/
+6
*
[ARM] Replace fp-only-sp and d16 with fp64 and d32.
Simon Tatham
2019-05-28
1
-1
/
+1
*
[ARM] Implement TTI::getMemcpyCost
Sjoerd Meijer
2019-04-30
1
-0
/
+2
*
[IR] Refactor attribute methods in Function class (NFC)
Evandro Menezes
2019-04-04
1
-1
/
+1
*
[LSR] Generate cross iteration indexes
Sam Parker
2019-02-07
1
-0
/
+6
*
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
-1
/
+3
*
recommit 344472 after fixing build failure on ARM and PPC.
Dorit Nuzman
2018-10-14
1
-1
/
+1
*
revert 344472 due to failures.
Dorit Nuzman
2018-10-14
1
-1
/
+1
*
[IAI,LV] Add support for vectorizing predicated strided accesses using masked
Dorit Nuzman
2018-10-14
1
-1
/
+1
*
[ARM/AArch64] Support FP16 +fp16fml instructions
Bernard Ogden
2018-08-17
1
-1
/
+1
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
[Inliner] Restrict soft-float inlining penalty.
Eli Friedman
2017-12-22
1
-2
/
+0
*
[ARM] Fix some Clang-tidy modernize-use-using and Include What You Use warnin...
Eugene Zelenko
2017-09-20
1
-6
/
+21
*
[ARM] Enable partial and runtime unrolling
Sam Parker
2017-07-25
1
-0
/
+3
*
[ARM] Inline callee if its target-features are a subset of the caller
Florian Hahn
2017-07-13
1
-0
/
+36
*
Const correctness for TTI::getRegisterBitWidth
Daniel Neilson
2017-06-12
1
-1
/
+1
*
[SystemZ] TargetTransformInfo cost functions implemented.
Jonas Paulsson
2017-04-12
1
-3
/
+5
*
[TargetTransformInfo] Refactor and improve getScalarizationOverhead()
Jonas Paulsson
2017-01-26
1
-4
/
+0
*
[X86] updating TTI costs for arithmetic instructions on X86\SLM arch.
Mohammed Agabaria
2017-01-11
1
-1
/
+2
*
Currently isLikelyComplexAddressComputation tries to figure out if the given ...
Mohammed Agabaria
2017-01-05
1
-1
/
+2
*
Do a sweep over move ctors and remove those that are identical to the default.
Benjamin Kramer
2016-10-20
1
-7
/
+0
*
[ARM] Don't convert switches to lookup tables of pointers with ROPI/RWPI
Oliver Stannard
2016-10-07
1
-0
/
+10
*
This implements a more optimal algorithm for selecting a base constant in
Sjoerd Meijer
2016-07-14
1
-0
/
+3
*
[ARM] Do not test for CPUs, use SubtargetFeatures (Part 2). NFCI
Diana Picus
2016-06-27
1
-4
/
+1
*
[ARM] AArch32 v8 NEON is still not IEEE-754 compliant
Renato Golin
2016-04-18
1
-1
/
+4
*
ARM: don't try to hoist constant RHS out of a division.
Tim Northover
2016-04-15
1
-3
/
+1
[next]