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
*
Implemented cost model for masked gather and scatter operations
Elena Demikhovsky
2015-12-28
1
-0
/
+16
*
Revert r243347 "Add TargetTransformInfo::isZExtFree."
Sanjoy Das
2015-11-12
1
-4
/
+0
*
Scalarizer for masked.gather and masked.scatter intrinsics.
Elena Demikhovsky
2015-10-25
1
-0
/
+8
*
Removed parameter "Consecutive" from isLegalMaskedLoad() / isLegalMaskedStore().
Elena Demikhovsky
2015-10-19
1
-6
/
+4
*
constify the Function parameter to the TTI creation callback and
Eric Christopher
2015-09-16
1
-4
/
+4
*
[TTI] Add a hook for specifying per-target defaults for Interleaved Accesses
Silviu Baranga
2015-08-10
1
-0
/
+4
*
[TTI] Make the cost APIs in TargetTransformInfo consistently use 'int'
Chandler Carruth
2015-08-05
1
-70
/
+112
*
Rename hasCompatibleFunctionAttributes->areInlineCompatible based
Eric Christopher
2015-07-29
1
-3
/
+3
*
[TargetTransformInfo][NFCI] Add TargetTransformInfo::isZExtFree.
Sanjoy Das
2015-07-27
1
-0
/
+4
*
Make TargetTransformInfo keeping a reference to the Module DataLayout
Mehdi Amini
2015-07-09
1
-3
/
+3
*
Add a routine to TargetTransformInfo that will allow targets to look
Eric Christopher
2015-07-02
1
-0
/
+5
*
[LoopVectorize] Teach Loop Vectorizor about interleaved memory accesses.
Hao Liu
2015-06-08
1
-0
/
+7
*
Add isLegalAddressingMode address space argument to TTI
Matt Arsenault
2015-06-07
1
-4
/
+6
*
[X86] Disable loop unrolling in loop vectorization pass when VF is 1.
Wei Mi
2015-05-06
1
-2
/
+2
*
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
[next]