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
*
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
*
[PM] Switch the TargetMachine interface from accepting a pass manager
Chandler Carruth
2015-01-31
1
-128
/
+2
*
[PM] Change the core design of the TTI analysis to use a polymorphic
Chandler Carruth
2015-01-31
1
-117
/
+107
*
Commoning of target specific load/store intrinsics in Early CSE.
Chad Rosier
2015-01-26
1
-0
/
+91
*
[AArch64] Enable partial & runtime unrolling on cortex-a57.
Kevin Qin
2014-10-09
1
-0
/
+10
*
[AArch64] Improve cost model to handle sdiv by a pow-of-two.
Chad Rosier
2014-09-29
1
-0
/
+23
*
[AArch64] Revert r216141 for cyclone
Gerolf Hoflehner
2014-09-10
1
-1
/
+1
*
Rename getMaximumUnrollFactor -> getMaxInterleaveFactor; also rename option n...
Sanjay Patel
2014-09-10
1
-2
/
+2
*
Allow vectorization of division by uniform power of 2.
Karthik Bhat
2014-08-25
1
-9
/
+11
*
[LoopVectorize] Up the maximum unroll factor to 4 for AArch64
James Molloy
2014-08-21
1
-1
/
+7
*
Teach the SLP Vectorizer that keeping some values live over a callsite can ha...
James Molloy
2014-08-05
1
-0
/
+15
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-1
/
+1
*
AArch64: improve handling & modelling of FP_TO_XINT nodes.
Tim Northover
2014-06-15
1
-3
/
+20
*
AArch64: improve vector [su]itofp handling.
Tim Northover
2014-06-15
1
-14
/
+33
*
AArch64/ARM64: move ARM64 into AArch64's place
Tim Northover
2014-05-24
1
-0
/
+464
*
AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.
Tim Northover
2014-05-24
1
-109
/
+0
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
1
-2
/
+2
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-1
/
+1
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
This commit allows vectorized loops to be unrolled by a factor of 2 for AArch64.
Jiangning Liu
2014-04-18
1
-0
/
+1
*
remove a bunch of unused private methods
Nuno Lopes
2014-03-23
1
-7
/
+2
*
[TTI] There is actually no realistic way to pop TTI implementations off
Chandler Carruth
2014-03-10
1
-4
/
+0
*
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
2014-03-02
1
-3
/
+3
*
Switch all uses of LLVM_FINAL to just use 'final', and remove the macro.
Craig Topper
2014-03-02
1
-1
/
+1
*
[AArch64] Add support for TargetTransformInfo Analysis.
Chad Rosier
2014-02-20
1
-0
/
+116