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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix layering of MachineValueType.h by moving it from CodeGen to Support
David Blaikie
2018-03-23
1
-1
/
+1
*
[ARM] Fix issue with large xor constants.
David Green
2018-02-22
1
-5
/
+2
*
[NFC] fix trivial typos in comments
Hiroshi Inoue
2018-02-22
1
-1
/
+1
*
[ARM] Mark -1 as cheap in xor's for thumb1
David Green
2018-02-20
1
-0
/
+7
*
[Inliner] Restrict soft-float inlining penalty.
Eli Friedman
2017-12-22
1
-19
/
+0
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
[ARM] Allow unrolling of multi-block loops.
Sam Parker
2017-10-23
1
-16
/
+35
*
[ARM] Fix some Clang-tidy modernize-use-using and Include What You Use warnin...
Eugene Zelenko
2017-09-20
1
-7
/
+24
*
[ARM] Improve loop unrolling for Cortex-M
Sam Parker
2017-08-16
1
-6
/
+19
*
[ARM] Enable partial and runtime unrolling
Sam Parker
2017-07-25
1
-0
/
+32
*
[ARM] Inline callee if its target-features are a subset of the caller
Florian Hahn
2017-07-13
1
-0
/
+18
*
[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
-5
/
+4
*
[ARM/AArch64] Update costs for interleaved accesses with wide types
Matthew Simpson
2017-03-02
1
-2
/
+4
*
[ARM] Make f16 interleaved accesses expensive.
Ahmed Bougacha
2017-02-11
1
-1
/
+2
*
[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
-2
/
+5
*
[ARM] ADD with a negative offset can become SUB for free
James Molloy
2016-09-09
1
-0
/
+4
*
[ARM] icmp %x, -C can be lowered to a simple ADDS or CMN
James Molloy
2016-09-09
1
-0
/
+11
*
[Thumb1] AND with a constant operand can be converted into BIC
James Molloy
2016-09-08
1
-0
/
+4
*
[Thumb1] Fix cost calculation for complemented immediates
James Molloy
2016-09-08
1
-1
/
+1
*
This implements a more optimal algorithm for selecting a base constant in
Sjoerd Meijer
2016-07-14
1
-0
/
+11
*
[ARM] Do not test for CPUs, use SubtargetFeatures (Part 3). NFCI
Diana Picus
2016-07-06
1
-4
/
+2
*
[ARM] Fix 28282: cost computation for constant hoisting
Weiming Zhao
2016-06-28
1
-1
/
+1
*
ARM: don't try to hoist constant RHS out of a division.
Tim Northover
2016-04-15
1
-0
/
+15
*
ARM: override cost function to re-enable ConstantHoisting (& fix it).
Tim Northover
2016-04-13
1
-5
/
+5
*
[AArch64][ARM] Don't base interleaved op legality on type alloc size.
Ahmed Bougacha
2015-12-09
1
-2
/
+2
*
[ARM] Don't pessimize i32 vselect.
Charlie Turner
2015-11-17
1
-3
/
+0
*
Remove templates from CostTableLookup functions. All instantiations had the s...
Craig Topper
2015-10-28
1
-14
/
+9
*
Convert cost table lookup functions to return a pointer to the entry or nullp...
Craig Topper
2015-10-27
1
-39
/
+32
*
[CostModel][ARM] Increase cost of insert/extract operations
Silviu Baranga
2015-08-17
1
-5
/
+12
*
[TTI] Make the cost APIs in TargetTransformInfo consistently use 'int'
Chandler Carruth
2015-08-05
1
-27
/
+25
*
[ARM/AArch64] Fix cost model for interleaved accesses
Silviu Baranga
2015-07-27
1
-1
/
+1
*
Make TargetLowering::getPointerTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-10
/
+10
*
Make TargetTransformInfo keeping a reference to the Module DataLayout
Mehdi Amini
2015-07-09
1
-2
/
+2
*
[ARM] Lower interleaved memory accesses to vldN/vstN intrinsics.
Hao Liu
2015-06-26
1
-0
/
+25
*
Value soft float calls as more expensive in the inliner.
Cameron Esfahani
2015-02-05
1
-0
/
+19
*
[PM] Switch the TargetMachine interface from accepting a pass manager
Chandler Carruth
2015-01-31
1
-121
/
+2
*
[PM] Change the core design of the TTI analysis to use a polymorphic
Chandler Carruth
2015-01-31
1
-90
/
+75
*
[ARM] Teach the cost model that cross-class copies are costly.
James Molloy
2014-09-12
1
-0
/
+7
*
Rename getMaximumUnrollFactor -> getMaxInterleaveFactor; also rename option n...
Sanjay Patel
2014-09-10
1
-1
/
+1
*
Allow vectorization of division by uniform power of 2.
Karthik Bhat
2014-08-25
1
-9
/
+11
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-1
/
+1
*
Add Support to Recognize and Vectorize NON SIMD instructions in SLPVectorizer.
Karthik Bhat
2014-06-20
1
-20
/
+47
*
Fix typo.
Eric Christopher
2014-05-22
1
-1
/
+1
*
[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
*
[TTI] There is actually no realistic way to pop TTI implementations off
Chandler Carruth
2014-03-10
1
-4
/
+0
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-10
1
-17
/
+20
*
Change else if => if after return, after r203265
Duncan P. N. Exon Smith
2014-03-08
1
-8
/
+9
[prev]
[next]