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
*
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
*
Call the version of ConvertCostTableLookup that takes a statically sized arra...
Craig Topper
2015-10-24
1
-3
/
+2
*
[CostModel][AArch64] Remove amortization factor for some of the vector select...
Silviu Baranga
2015-09-09
1
-4
/
+5
*
[CostModel][AArch64] Increase cost of vector insert element and add missing c...
Silviu Baranga
2015-08-17
1
-1
/
+33
*
[TTI] Make the cost APIs in TargetTransformInfo consistently use 'int'
Chandler Carruth
2015-08-05
1
-39
/
+38
*
[ARM/AArch64] Fix cost model for interleaved accesses
Silviu Baranga
2015-07-27
1
-1
/
+1
*
Remove getDataLayout() from TargetLowering
Mehdi Amini
2015-07-09
1
-1
/
+1
*
Make TargetLowering::getPointerTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-7
/
+7
*
[AArch64] Lower interleaved memory accesses to ldN/stN intrinsics. This patch...
Hao Liu
2015-06-26
1
-0
/
+20
*
[AArch64] Revert r239711 again. We need to discuss how to share code between ...
Hao Liu
2015-06-15
1
-12
/
+0
*
[AArch64] Match interleaved memory accesses into ldN/stN instructions.
Hao Liu
2015-06-15
1
-0
/
+12
*
This reverts commit r239529 and r239514.
Rafael Espindola
2015-06-11
1
-12
/
+0
*
[AArch64] Match interleaved memory accesses into ldN/stN instructions.
Hao Liu
2015-06-11
1
-0
/
+12
*
[X86] Disable loop unrolling in loop vectorization pass when VF is 1.
Wei Mi
2015-05-06
1
-1
/
+1
*
[AArch64] Enable partial & runtime unrolling on cortex-a57
Kevin Qin
2015-03-09
1
-0
/
+10
*
Make some non-constant static variables non-static or fully const.
Benjamin Kramer
2015-03-01
1
-1
/
+1
*
[multiversion] Remove the function parameter from the unrolling
Chandler Carruth
2015-02-01
1
-1
/
+1
[next]