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
/
AArch64
/
AArch64TargetTransformInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LV] Support vectorization of interleave-groups that require an epilog under
Dorit Nuzman
2018-10-31
1
-3
/
+6
*
[TTI] Add generic SK_Broadcast shuffle costs
Simon Pilgrim
2018-10-25
1
-2
/
+13
*
recommit 344472 after fixing build failure on ARM and PPC.
Dorit Nuzman
2018-10-14
1
-3
/
+4
*
revert 344472 due to failures.
Dorit Nuzman
2018-10-14
1
-4
/
+3
*
[IAI,LV] Add support for vectorizing predicated strided accesses using masked
Dorit Nuzman
2018-10-14
1
-3
/
+4
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
[AArch64] Add custom lowering for v4i8 trunc store
Adhemerval Zanella
2018-06-27
1
-8
/
+16
*
[CostModel][AArch64] Add some initial costs for SK_Select and SK_PermuteSingl...
Simon Pilgrim
2018-06-22
1
-17
/
+32
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-4
/
+4
*
[AArch64] Improve cost of vector division by constant
Adhemerval Zanella
2018-05-09
1
-0
/
+22
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-2
/
+2
*
[TTI, AArch64] Add transpose shuffle kind
Matthew Simpson
2018-04-26
1
-0
/
+27
*
[AArch64] Implement getArithmeticReductionCost
Matthew Simpson
2018-03-16
1
-0
/
+28
*
[AArch64] Adjust the cost of integer vector division
Evandro Menezes
2018-03-07
1
-22
/
+38
*
Fix -Wsign-compare warnings on Windows
Reid Kleckner
2018-01-05
1
-1
/
+1
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-2
/
+2
*
Sink some IntrinsicInst.h and Intrinsics.h out of llvm/include
Reid Kleckner
2017-09-07
1
-0
/
+1
*
[AArch64][Falkor] Attempt to fix Windows buildbots
Geoff Berry
2017-06-28
1
-1
/
+1
*
[AArch64][Falkor] Try to avoid exhausting HW prefetcher resources when unroll...
Geoff Berry
2017-06-28
1
-0
/
+59
*
[LoopUnroll] Pass SCEV to getUnrollingPreferences hook. NFCI.
Geoff Berry
2017-06-28
1
-2
/
+2
*
[AArch64] Inline callee if its target-features are a subset of the caller
Florian Hahn
2017-06-27
1
-0
/
+14
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
Re-commit r302678, fixing PR33053.
Amara Emerson
2017-05-16
1
-0
/
+25
*
Revert r302678 "[AArch64] Enable use of reduction intrinsics."
Hans Wennborg
2017-05-15
1
-23
/
+0
*
[AArch64] Enable use of reduction intrinsics.
Amara Emerson
2017-05-10
1
-0
/
+23
*
[AArch64] Consider widening instructions in cost calculations
Matthew Simpson
2017-05-09
1
-6
/
+100
*
[SystemZ] TargetTransformInfo cost functions implemented.
Jonas Paulsson
2017-04-12
1
-4
/
+6
*
[ARM/AArch64] Ensure valid vector element types for interleaved accesses
Matthew Simpson
2017-04-10
1
-4
/
+4
*
[CodeGenPrep] move aarch64-type-promotion to CGP
Jun Bum Lim
2017-04-03
1
-0
/
+32
*
TTI: Split IsSimple in MemIntrinsicInfo
Matt Arsenault
2017-03-24
1
-4
/
+0
*
[ARM/AArch64] Update costs for interleaved accesses with wide types
Matthew Simpson
2017-03-02
1
-2
/
+4
*
[X86] updating TTI costs for arithmetic instructions on X86\SLM arch.
Mohammed Agabaria
2017-01-11
1
-1
/
+1
*
[AArch64] Consider all vector types for FeatureSlowMisaligned128Store
Evandro Menezes
2017-01-10
1
-12
/
+11
*
Currently isLikelyComplexAddressComputation tries to figure out if the given ...
Mohammed Agabaria
2017-01-05
1
-2
/
+5
*
[AArch64] Guard Misaligned 128-bit store penalty by subtarget feature
Matthew Simpson
2016-12-15
1
-1
/
+2
*
AArch64: Do not test for CPUs, use SubtargetFeatures
Matthias Braun
2016-06-02
1
-21
/
+6
*
Add parentheses to silence buildbot warning
Matthew Simpson
2016-04-27
1
-2
/
+2
*
[TTI] Add hook for vector extract with extension
Matthew Simpson
2016-04-27
1
-0
/
+55
*
[LoopDataPrefetch] Centralize the tuning cl::opts under the pass
Adam Nemet
2016-03-29
1
-21
/
+6
*
[LoopDataPrefetch] Add TTI to limit the number of iterations to prefetch ahead
Adam Nemet
2016-03-18
1
-0
/
+13
*
[LoopDataPrefetch/Aarch64] Allow selective prefetching of large-strided accesses
Adam Nemet
2016-03-18
1
-0
/
+12
*
[Aarch64] Add pass LoopDataPrefetch for Cyclone
Adam Nemet
2016-03-18
1
-0
/
+17
*
[AArch64] Reduce vector insert/extract cost for Kryo
Matthew Simpson
2016-02-18
1
-0
/
+2
*
[AArch64] Add support for Qualcomm Kryo CPU.
Chad Rosier
2016-02-12
1
-1
/
+1
*
[AArch64][ARM] Don't base interleaved op legality on type alloc size.
Ahmed Bougacha
2015-12-09
1
-1
/
+1
*
[EarlyCSE] IsSimple vs IsVolatile naming clarification (NFC)
Philip Reames
2015-12-05
1
-2
/
+2
*
[Aarch64] Add cost for missing extensions.
Matthew Simpson
2015-11-18
1
-17
/
+18
*
Remove templates from CostTableLookup functions. All instantiations had the s...
Craig Topper
2015-10-28
1
-2
/
+2
*
Convert cost table lookup functions to return a pointer to the entry or nullp...
Craig Topper
2015-10-27
1
-9
/
+8
*
Use MVT::SimpleValueType instead of MVT in template parameter. NFC
Craig Topper
2015-10-25
1
-1
/
+2
[next]