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
/
TargetTransformImpl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch TargetTransformInfo from an immutable analysis pass that requires
Chandler Carruth
2013-01-07
1
-388
/
+0
*
Refactor the ScalarTargetTransformInfo API for querying about the
Chandler Carruth
2013-01-05
1
-2
/
+8
*
Change the default number of registers to prevent unrolling on targets that d...
Nadav Rotem
2013-01-04
1
-1
/
+1
*
LoopVectorizer:
Nadav Rotem
2013-01-04
1
-0
/
+4
*
Add a subtype parameter to VTTI::getShuffleCost
Hal Finkel
2013-01-03
1
-2
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
CostModel: We have API for checking the costs of known shuffles. This patch adds
Nadav Rotem
2012-12-24
1
-1
/
+2
*
Change the codegen Cost Model API for shuffeles. This patch removes the API f...
Nadav Rotem
2012-12-24
1
-1
/
+2
*
CostModel: Change the default target-independent implementation for finding
Nadav Rotem
2012-12-23
1
-3
/
+13
*
Loop Vectorizer: Update the cost model of scatter/gather operations and make
Nadav Rotem
2012-12-23
1
-8
/
+2
*
BB-Vectorizer: Check the cost of the store pointer type
Nadav Rotem
2012-12-21
1
-0
/
+1
*
LoopVectorize: support vectorizing intrinsic calls
Paul Redmond
2012-12-09
1
-0
/
+19
*
Cost Model: change the default cost of control flow instructions (br / ret / ...
Nadav Rotem
2012-12-05
1
-1
/
+1
*
Use the isTruncFree and isZExtFree API to figure out of these operations are ...
Nadav Rotem
2012-11-11
1
-2
/
+10
*
Refactor the getTypeLegalizationCost interface. No functionality change.
Nadav Rotem
2012-11-05
1
-18
/
+14
*
Code Model: Improve the accuracy of the zext/sext/trunc vector cost estimation.
Nadav Rotem
2012-11-05
1
-3
/
+10
*
Cost Model: teach the cost model about expanding integers.
Nadav Rotem
2012-11-05
1
-2
/
+3
*
Implement the cost of abnormal x86 instruction lowering as a table.
Nadav Rotem
2012-11-05
1
-9
/
+9
*
Scalar Bitcasts and Truncs are usually free
Nadav Rotem
2012-11-02
1
-0
/
+5
*
Fix a bug in the cost calculation of vector casts. Detect situations where bi...
Nadav Rotem
2012-10-31
1
-26
/
+41
*
Use TargetTransformInfo to control switch-to-lookup table transformation
Hans Wennborg
2012-10-30
1
-1
/
+6
*
Remove an invalid assert in TargetTransformImpl
Hal Finkel
2012-10-30
1
-4
/
+13
*
Minor style fixes for TargetTransformationInfo and TargetTransformImpl
Hans Wennborg
2012-10-29
1
-3
/
+3
*
Calling TLI->getNumRegisters creates a circular dependency when building LLVM...
Nadav Rotem
2012-10-29
1
-2
/
+4
*
Refactor the VectorTargetTransformInfo interface.
Nadav Rotem
2012-10-26
1
-27
/
+125
*
Better handling of OpcodeToISD using enum/switch.
Renato Golin
2012-10-26
1
-67
/
+68
*
Add VectorTargetTransform::getNumberOfParts.
Hal Finkel
2012-10-26
1
-0
/
+8
*
Minor cleanups.
Nadav Rotem
2012-10-25
1
-7
/
+7
*
Implement a basic cost model for vector and scalar instructions.
Nadav Rotem
2012-10-24
1
-2
/
+127
*
Implement a basic VectorTargetTransformInfo interface to be used by the loop ...
Nadav Rotem
2012-10-24
1
-0
/
+30
*
Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...
Nadav Rotem
2012-10-18
1
-0
/
+43
*
Temporarily revert the TargetTransform changes.
Bob Wilson
2012-10-18
1
-43
/
+0
*
Add a new interface to allow IR-level passes to access codegen-specific infor...
Nadav Rotem
2012-10-10
1
-0
/
+43