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
/
Analysis
/
TargetTransformInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Divergence analysis for GPU programs
Jingyue Wu
2015-04-10
1
-0
/
+4
*
TTI: Add getCallInstrCost.
Michael Zolotukhin
2015-03-17
1
-0
/
+5
*
Do not restrict interleaved unrolling to small loops, depending on the target.
Olivier Sallenave
2015-03-06
1
-0
/
+4
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-1
/
+1
*
Prevent hoisting fmul from THEN/ELSE to IF if there is fmsub/fmadd opportunity.
Chad Rosier
2015-02-23
1
-0
/
+4
*
Value soft float calls as more expensive in the inliner.
Cameron Esfahani
2015-02-05
1
-0
/
+4
*
[multiversion] Remove the function parameter from the unrolling
Chandler Carruth
2015-02-01
1
-2
/
+2
*
[multiversion] Implement the old pass manager's TTI wrapper pass in
Chandler Carruth
2015-02-01
1
-5
/
+10
*
[PM] Port TTI to the new pass manager, introducing a TargetIRAnalysis to
Chandler Carruth
2015-02-01
1
-0
/
+17
*
[PM] Switch the TargetMachine interface from accepting a pass manager
Chandler Carruth
2015-01-31
1
-13
/
+17
*
[PM] Change the core design of the TTI analysis to use a polymorphic
Chandler Carruth
2015-01-31
1
-519
/
+108
*
Commoning of target specific load/store intrinsics in Early CSE.
Chad Rosier
2015-01-26
1
-0
/
+19
*
Implemented cost model for masked load/store operations.
Elena Demikhovsky
2015-01-25
1
-0
/
+12
*
Intrinsics: introduce llvm_any_ty aka ValueType Any
Ramkumar Ramachandra
2015-01-22
1
-0
/
+1
*
Remove empty statement. No functionality change.
Nick Lewycky
2015-01-08
1
-1
/
+0
*
Loop Vectorizer minor changes in the code -
Elena Demikhovsky
2014-12-14
1
-4
/
+4
*
Masked Load / Store Intrinsics - the CodeGen part.
Elena Demikhovsky
2014-12-04
1
-0
/
+11
*
[Statepoints 1/4] Statepoint infrastructure for garbage collection: IR Intrin...
Philip Reames
2014-12-01
1
-0
/
+4
*
Revert "Masked Vector Load and Store Intrinsics."
Duncan P. N. Exon Smith
2014-11-28
1
-11
/
+0
*
Masked Vector Load and Store Intrinsics.
Elena Demikhovsky
2014-11-23
1
-0
/
+11
*
Add minnum / maxnum intrinsics
Matt Arsenault
2014-10-21
1
-0
/
+2
*
Ignore annotation function calls in cost computation
David Peixotto
2014-09-26
1
-0
/
+1
*
Add a new pass FunctionTargetTransformInfo. This pass serves as a
Eric Christopher
2014-09-18
1
-5
/
+6
*
Rename getMaximumUnrollFactor -> getMaxInterleaveFactor; also rename option n...
Sanjay Patel
2014-09-10
1
-3
/
+3
*
Remove 'virtual' keyword from methods markedwith 'override' keyword.
Craig Topper
2014-08-30
1
-3
/
+3
*
Allow vectorization of division by uniform power of 2.
Karthik Bhat
2014-08-25
1
-6
/
+8
*
Teach the SLP Vectorizer that keeping some values live over a callsite can ha...
James Molloy
2014-08-05
1
-0
/
+10
*
Add @llvm.assume, lowering, and some basic properties
Hal Finkel
2014-07-25
1
-0
/
+1
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
1
-6
/
+6
*
Use TopTTI->getGEPCost from within getUserCost
Hal Finkel
2014-04-01
1
-4
/
+4
*
[Constant Hoisting] Make the constant materialization cost operand dependent
Juergen Ributzka
2014-03-21
1
-8
/
+8
*
Revert "[Constant Hoisting] Extend coverage of the constant hoisting pass."
Juergen Ributzka
2014-03-20
1
-8
/
+8
*
[Constant Hoisting] Extend coverage of the constant hoisting pass.
Juergen Ributzka
2014-03-20
1
-8
/
+8
*
[TTI] There is actually no realistic way to pop TTI implementations off
Chandler Carruth
2014-03-10
1
-10
/
+0
*
[Modules] Move CallSite into the IR library where it belogs. It is
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
2014-03-02
1
-49
/
+45
*
Switch all uses of LLVM_FINAL to just use 'final', and remove the macro.
Craig Topper
2014-03-02
1
-1
/
+1
*
Make DataLayout a plain object, not a pass.
Rafael Espindola
2014-02-25
1
-1
/
+2
*
Make succ_iterator a real random access iterator and clean up a couple of users.
Benjamin Kramer
2014-02-10
1
-6
/
+1
*
Revert "Revert "Add Constant Hoisting Pass" (r200034)"
Juergen Ributzka
2014-01-25
1
-1
/
+21
*
Revert "Add Constant Hoisting Pass" (r200034)
Hans Wennborg
2014-01-25
1
-21
/
+1
*
Add Constant Hoisting Pass
Juergen Ributzka
2014-01-24
1
-1
/
+21
*
Revert "Add Constant Hoisting Pass"
Juergen Ributzka
2014-01-24
1
-21
/
+1
*
Add Constant Hoisting Pass
Juergen Ributzka
2014-01-24
1
-1
/
+21
*
Add final and owerride keywords to TargetTransformInfo's subclasses.
Juergen Ributzka
2014-01-24
1
-45
/
+53
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-2
/
+2
*
Costmodel: Add support for horizontal vector reductions
Arnold Schwaighofer
2013-09-17
1
-0
/
+9
*
Add getUnrollingPreferences to TTI
Hal Finkel
2013-09-11
1
-0
/
+7
*
Revert: r189565 - Add getUnrollingPreferences to TTI
Hal Finkel
2013-08-29
1
-9
/
+0
[prev]
[next]