index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
TargetTransformImpl.cpp
Age
Commit message (
Expand
)
Author
2013-01-07
Switch TargetTransformInfo from an immutable analysis pass that requires
Chandler Carruth
2013-01-05
Refactor the ScalarTargetTransformInfo API for querying about the
Chandler Carruth
2013-01-04
Change the default number of registers to prevent unrolling on targets that d...
Nadav Rotem
2013-01-04
LoopVectorizer:
Nadav Rotem
2013-01-03
Add a subtype parameter to VTTI::getShuffleCost
Hal Finkel
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-24
CostModel: We have API for checking the costs of known shuffles. This patch adds
Nadav Rotem
2012-12-24
Change the codegen Cost Model API for shuffeles. This patch removes the API f...
Nadav Rotem
2012-12-23
CostModel: Change the default target-independent implementation for finding
Nadav Rotem
2012-12-23
Loop Vectorizer: Update the cost model of scatter/gather operations and make
Nadav Rotem
2012-12-21
BB-Vectorizer: Check the cost of the store pointer type
Nadav Rotem
2012-12-09
LoopVectorize: support vectorizing intrinsic calls
Paul Redmond
2012-12-05
Cost Model: change the default cost of control flow instructions (br / ret / ...
Nadav Rotem
2012-11-11
Use the isTruncFree and isZExtFree API to figure out of these operations are ...
Nadav Rotem
2012-11-05
Refactor the getTypeLegalizationCost interface. No functionality change.
Nadav Rotem
2012-11-05
Code Model: Improve the accuracy of the zext/sext/trunc vector cost estimation.
Nadav Rotem
2012-11-05
Cost Model: teach the cost model about expanding integers.
Nadav Rotem
2012-11-05
Implement the cost of abnormal x86 instruction lowering as a table.
Nadav Rotem
2012-11-02
Scalar Bitcasts and Truncs are usually free
Nadav Rotem
2012-10-31
Fix a bug in the cost calculation of vector casts. Detect situations where bi...
Nadav Rotem
2012-10-30
Use TargetTransformInfo to control switch-to-lookup table transformation
Hans Wennborg
2012-10-30
Remove an invalid assert in TargetTransformImpl
Hal Finkel
2012-10-29
Minor style fixes for TargetTransformationInfo and TargetTransformImpl
Hans Wennborg
2012-10-29
Calling TLI->getNumRegisters creates a circular dependency when building LLVM...
Nadav Rotem
2012-10-26
Refactor the VectorTargetTransformInfo interface.
Nadav Rotem
2012-10-26
Better handling of OpcodeToISD using enum/switch.
Renato Golin
2012-10-26
Add VectorTargetTransform::getNumberOfParts.
Hal Finkel
2012-10-25
Minor cleanups.
Nadav Rotem
2012-10-24
Implement a basic cost model for vector and scalar instructions.
Nadav Rotem
2012-10-24
Implement a basic VectorTargetTransformInfo interface to be used by the loop ...
Nadav Rotem
2012-10-18
Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...
Nadav Rotem
2012-10-18
Temporarily revert the TargetTransform changes.
Bob Wilson
2012-10-10
Add a new interface to allow IR-level passes to access codegen-specific infor...
Nadav Rotem