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
*
[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
*
Remove dead 'return'.
Ted Kremenek
2014-03-07
1
-1
/
+0
*
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
2014-03-02
1
-4
/
+4
*
Switch all uses of LLVM_FINAL to just use 'final', and remove the macro.
Craig Topper
2014-03-02
1
-1
/
+1
*
ARMTTI: We don't have 16 allocatable scalar registers
Arnold Schwaighofer
2014-02-01
1
-1
/
+1
*
Revert "Revert "Add Constant Hoisting Pass" (r200034)"
Juergen Ributzka
2014-01-25
1
-1
/
+1
*
Add final and owerride keywords to TargetTransformInfo's subclasses.
Juergen Ributzka
2014-01-24
1
-7
/
+9
*
Fix known typos
Alp Toker
2014-01-24
1
-1
/
+1
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
ARM cost model: Unaligned vectorized double stores are expensive
Arnold Schwaighofer
2013-10-29
1
-0
/
+15
*
ARM cost model: Account for zero cost scalar SROA instructions
Arnold Schwaighofer
2013-10-29
1
-3
/
+15
*
Add a overload to CostTable which allows it to infer the size of the table.
Benjamin Kramer
2013-08-09
1
-34
/
+27
*
Fixes ARM LNT bot from SLP change in O3
Renato Golin
2013-08-02
1
-6
/
+8
*
ARM cost model: Add cost for gather/scather
Arnold Schwaighofer
2013-07-12
1
-0
/
+9
*
TargetTransformInfo: address calculation parameter for gather/scather
Arnold Schwaighofer
2013-07-12
1
-2
/
+2
*
ARM cost model: Integer div and rem is lowered to a function call
Arnold Schwaighofer
2013-04-25
1
-0
/
+68
*
Legalize vector truncates by parts rather than just splitting.
Jim Grosbach
2013-04-21
1
-3
/
+3
*
Improve long vector sext/zext lowering on ARM
Renato Golin
2013-03-19
1
-4
/
+12
*
ARM cost model: Make some vector integer to float casts cheaper
Arnold Schwaighofer
2013-03-18
1
-0
/
+30
*
ARM cost model: Correct cost for some cheap float to integer conversions
Arnold Schwaighofer
2013-03-18
1
-1
/
+9
*
ARM cost model: Fix costs for some vector selects
Arnold Schwaighofer
2013-03-15
1
-5
/
+0
*
ARM cost model: Fix cost of fptrunc and fpext instructions
Arnold Schwaighofer
2013-03-15
1
-2
/
+17
*
ARM cost model: Increase cost of some vector selects we do terrible on
Arnold Schwaighofer
2013-03-14
1
-0
/
+24
*
ARM cost model: Increase the cost for vector casts that use the stack
Arnold Schwaighofer
2013-03-12
1
-0
/
+8
*
ARM cost model: Add vector reverse shuffle costs
Arnold Schwaighofer
2013-02-12
1
-0
/
+33
*
ARM cost model: Address computation in vector mem ops not free
Arnold Schwaighofer
2013-02-08
1
-2
/
+11
*
ARM cost model: Add costs for vector selects
Arnold Schwaighofer
2013-02-07
1
-0
/
+15
*
ARM cost model: Cost for scalar integer casts and floating point conversions
Arnold Schwaighofer
2013-02-05
1
-7
/
+108
*
ARM cost model: Penalize insertelement into D subregisters
Arnold Schwaighofer
2013-02-04
1
-0
/
+13
*
Adding simple cast cost to ARM
Renato Golin
2013-01-29
1
-2
/
+42
*
ARM Cost model: Use the size of vector registers and widest vectorizable inst...
Nadav Rotem
2013-01-09
1
-0
/
+10
*
Cost Model: Move the 'max unroll factor' variable to the TTI and add initial ...
Nadav Rotem
2013-01-09
1
-0
/
+25
*
Move TargetTransformInfo to live under the Analysis library. This no
Chandler Carruth
2013-01-07
1
-1
/
+1
[next]