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
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