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
/
Transforms
/
Vectorize
/
BBVectorize.cpp
Age
Commit message (
Expand
)
Author
2013-03-10
BBVectorize: Fixup debugging statements
Hal Finkel
2013-02-17
BBVectorize: Fix an invalid reference bug
Hal Finkel
2013-02-15
BBVectorize: Call a DAG and DAG instead of a tree
Hal Finkel
2013-02-15
BBVectorize: Cap the number of candidate pairs in each instruction group
Hal Finkel
2013-02-14
BBVectorize: Remove the remaining instances of std::multimap
Hal Finkel
2013-02-14
BBVectorize: Don't store candidate pairs in a std::multimap
Hal Finkel
2013-02-11
BBVectorize: Don't over-search when building the dependency map
Hal Finkel
2013-02-11
BBVectorize: Omit unnecessary entries in PairableInstUsers
Hal Finkel
2013-02-11
BBVectorize: Eliminate one more restricted linear search
Hal Finkel
2013-02-11
BBVectorize: Remove the linear searches from pair connection searching
Hal Finkel
2013-02-11
BBVectorize: Avoid linear searches within the load-move set
Hal Finkel
2013-02-11
BBVectorize: isa/cast cleanup in getInstructionTypes
Hal Finkel
2013-02-11
BBVectorize: Make the bookkeeping to support full cycle checking less expensive
Hal Finkel
2013-02-08
BBVectorize: Use TTI->getAddressComputationCost
Hal Finkel
2013-01-27
BBVectorize: Better use of TTI->getShuffleCost
Hal Finkel
2013-01-26
BBVectorize: Add a additional comment about the cost computation
Hal Finkel
2013-01-26
BBVectorize: Fix anomalous capital letter in comment
Hal Finkel
2013-01-07
Switch BBVectorize to directly depend on having a TTI analysis.
Chandler Carruth
2013-01-07
Move TargetTransformInfo to live under the Analysis library. This no
Chandler Carruth
2013-01-05
Switch the BB vectorizer from the VTTI interface to the simple TTI
Chandler Carruth
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-26
BBVectorize: Use VTTI to compute costs for intrinsics vectorization
Hal Finkel
2012-12-25
BBVectorize: Enable vectorization of the fmuladd intrinsic
Hal Finkel
2012-12-21
BB-Vectorizer: Check the cost of the store pointer type
Nadav Rotem
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-28
BBVectorize: Correctly merge SubclassOptionalData
Hal Finkel
2012-11-14
Replace std::vector -> SmallVector in BBVectorize
Hal Finkel
2012-11-14
Fix the largest offender of determinism in BBVectorize
Hal Finkel
2012-11-13
BBVectorize: Remove temporary assert used for debugging
Hal Finkel
2012-11-13
BBVectorize: Don't vectorize vector-manipulation chains
Hal Finkel
2012-11-12
BBVectorize: Only some insert element operand pairs are free.
Hal Finkel
2012-11-12
BBVectorize: Use a more sophisticated check for input cost
Hal Finkel
2012-11-12
BBVectorize: Check the types of compare instructions
Hal Finkel
2012-11-12
BBVectorize: Check the input types of shuffles for legality
Hal Finkel
2012-11-01
BBVectorize: Use target costs for incoming and outgoing values instead of the...
Hal Finkel
2012-11-01
BBVectorize: Account for internal shuffle costs
Hal Finkel
2012-10-31
BBVectorize: Choose pair ordering to minimize shuffles
Hal Finkel
2012-10-30
BBVectorize: Cache fixed-order pairs instead of recomputing pointer info.
Hal Finkel
2012-10-30
BBVectorize: Fix a small bug introduced in r167042.
Hal Finkel
2012-10-30
BBVectorize: Simplify how input swapping is handled.
Hal Finkel
2012-10-30
BBVectorize: Don't make calls to SE when the result is unused.
Hal Finkel
2012-10-27
Update BBVectorize to use the new VTTI instr. cost interfaces.
Hal Finkel
2012-10-26
Use VTTI->getNumberOfParts in BBVectorize.
Hal Finkel
2012-10-26
Disable generation of pointer vectors by BBVectorize.
Hal Finkel
2012-10-25
BBVectorize, when using VTTI, should not form types that will be split.
Hal Finkel
2012-10-25
Begin incorporating target information into BBVectorize.
Hal Finkel
2012-10-22
BBVectorize should ignore unreachable blocks.
Hal Finkel
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-09-27
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
Fix a typo 'iff' => 'if'
Sylvestre Ledru
[next]