aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Vectorize/BBVectorize.cpp
AgeCommit message (Expand)Author
2013-03-10BBVectorize: Fixup debugging statementsHal Finkel
2013-02-17BBVectorize: Fix an invalid reference bugHal Finkel
2013-02-15BBVectorize: Call a DAG and DAG instead of a treeHal Finkel
2013-02-15BBVectorize: Cap the number of candidate pairs in each instruction groupHal Finkel
2013-02-14BBVectorize: Remove the remaining instances of std::multimapHal Finkel
2013-02-14BBVectorize: Don't store candidate pairs in a std::multimapHal Finkel
2013-02-11BBVectorize: Don't over-search when building the dependency mapHal Finkel
2013-02-11BBVectorize: Omit unnecessary entries in PairableInstUsersHal Finkel
2013-02-11BBVectorize: Eliminate one more restricted linear searchHal Finkel
2013-02-11BBVectorize: Remove the linear searches from pair connection searchingHal Finkel
2013-02-11BBVectorize: Avoid linear searches within the load-move setHal Finkel
2013-02-11BBVectorize: isa/cast cleanup in getInstructionTypesHal Finkel
2013-02-11BBVectorize: Make the bookkeeping to support full cycle checking less expensiveHal Finkel
2013-02-08BBVectorize: Use TTI->getAddressComputationCostHal Finkel
2013-01-27BBVectorize: Better use of TTI->getShuffleCostHal Finkel
2013-01-26BBVectorize: Add a additional comment about the cost computationHal Finkel
2013-01-26BBVectorize: Fix anomalous capital letter in commentHal Finkel
2013-01-07Switch BBVectorize to directly depend on having a TTI analysis.Chandler Carruth
2013-01-07Move TargetTransformInfo to live under the Analysis library. This noChandler Carruth
2013-01-05Switch the BB vectorizer from the VTTI interface to the simple TTIChandler Carruth
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-26BBVectorize: Use VTTI to compute costs for intrinsics vectorizationHal Finkel
2012-12-25BBVectorize: Enable vectorization of the fmuladd intrinsicHal Finkel
2012-12-21BB-Vectorizer: Check the cost of the store pointer typeNadav Rotem
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-11-28BBVectorize: Correctly merge SubclassOptionalDataHal Finkel
2012-11-14Replace std::vector -> SmallVector in BBVectorizeHal Finkel
2012-11-14Fix the largest offender of determinism in BBVectorizeHal Finkel
2012-11-13BBVectorize: Remove temporary assert used for debuggingHal Finkel
2012-11-13BBVectorize: Don't vectorize vector-manipulation chainsHal Finkel
2012-11-12BBVectorize: Only some insert element operand pairs are free.Hal Finkel
2012-11-12BBVectorize: Use a more sophisticated check for input costHal Finkel
2012-11-12BBVectorize: Check the types of compare instructionsHal Finkel
2012-11-12BBVectorize: Check the input types of shuffles for legalityHal Finkel
2012-11-01BBVectorize: Use target costs for incoming and outgoing values instead of the...Hal Finkel
2012-11-01BBVectorize: Account for internal shuffle costsHal Finkel
2012-10-31BBVectorize: Choose pair ordering to minimize shufflesHal Finkel
2012-10-30BBVectorize: Cache fixed-order pairs instead of recomputing pointer info.Hal Finkel
2012-10-30BBVectorize: Fix a small bug introduced in r167042.Hal Finkel
2012-10-30BBVectorize: Simplify how input swapping is handled.Hal Finkel
2012-10-30BBVectorize: Don't make calls to SE when the result is unused.Hal Finkel
2012-10-27Update BBVectorize to use the new VTTI instr. cost interfaces.Hal Finkel
2012-10-26Use VTTI->getNumberOfParts in BBVectorize.Hal Finkel
2012-10-26Disable generation of pointer vectors by BBVectorize.Hal Finkel
2012-10-25BBVectorize, when using VTTI, should not form types that will be split.Hal Finkel
2012-10-25Begin incorporating target information into BBVectorize.Hal Finkel
2012-10-22BBVectorize should ignore unreachable blocks.Hal Finkel
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-09-27Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru
2012-09-27Fix a typo 'iff' => 'if'Sylvestre Ledru