summaryrefslogtreecommitdiff
path: root/lib/Transforms/Vectorize/BBVectorize.cpp
Commit message (Expand)AuthorAge
* Use more type helper functionsMatt Arsenault2013-10-21
* Fix code duplicationMatt Arsenault2013-10-01
* Fix spelling intruction -> instruction.Robert Wilhelm2013-09-28
* BBVectorize: Add initial stores to the write set when tracking usesHal Finkel2013-08-13
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-14
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-04
* BBVectorize: Fixup debugging statementsHal Finkel2013-03-10
* BBVectorize: Fix an invalid reference bugHal Finkel2013-02-17
* BBVectorize: Call a DAG and DAG instead of a treeHal Finkel2013-02-15
* BBVectorize: Cap the number of candidate pairs in each instruction groupHal Finkel2013-02-15
* BBVectorize: Remove the remaining instances of std::multimapHal Finkel2013-02-14
* BBVectorize: Don't store candidate pairs in a std::multimapHal Finkel2013-02-14
* BBVectorize: Don't over-search when building the dependency mapHal Finkel2013-02-11
* BBVectorize: Omit unnecessary entries in PairableInstUsersHal Finkel2013-02-11
* BBVectorize: Eliminate one more restricted linear searchHal Finkel2013-02-11
* BBVectorize: Remove the linear searches from pair connection searchingHal Finkel2013-02-11
* BBVectorize: Avoid linear searches within the load-move setHal Finkel2013-02-11
* BBVectorize: isa/cast cleanup in getInstructionTypesHal Finkel2013-02-11
* BBVectorize: Make the bookkeeping to support full cycle checking less expensiveHal Finkel2013-02-11
* BBVectorize: Use TTI->getAddressComputationCostHal Finkel2013-02-08
* BBVectorize: Better use of TTI->getShuffleCostHal Finkel2013-01-27
* BBVectorize: Add a additional comment about the cost computationHal Finkel2013-01-26
* BBVectorize: Fix anomalous capital letter in commentHal Finkel2013-01-26
* Switch BBVectorize to directly depend on having a TTI analysis.Chandler Carruth2013-01-07
* Move TargetTransformInfo to live under the Analysis library. This noChandler Carruth2013-01-07
* Switch the BB vectorizer from the VTTI interface to the simple TTIChandler Carruth2013-01-05
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* BBVectorize: Use VTTI to compute costs for intrinsics vectorizationHal Finkel2012-12-26
* BBVectorize: Enable vectorization of the fmuladd intrinsicHal Finkel2012-12-25
* BB-Vectorizer: Check the cost of the store pointer typeNadav Rotem2012-12-21
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* BBVectorize: Correctly merge SubclassOptionalDataHal Finkel2012-11-28
* Replace std::vector -> SmallVector in BBVectorizeHal Finkel2012-11-14
* Fix the largest offender of determinism in BBVectorizeHal Finkel2012-11-14
* BBVectorize: Remove temporary assert used for debuggingHal Finkel2012-11-13
* BBVectorize: Don't vectorize vector-manipulation chainsHal Finkel2012-11-13
* BBVectorize: Only some insert element operand pairs are free.Hal Finkel2012-11-12
* BBVectorize: Use a more sophisticated check for input costHal Finkel2012-11-12
* BBVectorize: Check the types of compare instructionsHal Finkel2012-11-12
* BBVectorize: Check the input types of shuffles for legalityHal Finkel2012-11-12
* BBVectorize: Use target costs for incoming and outgoing values instead of the...Hal Finkel2012-11-01
* BBVectorize: Account for internal shuffle costsHal Finkel2012-11-01
* BBVectorize: Choose pair ordering to minimize shufflesHal Finkel2012-10-31
* BBVectorize: Cache fixed-order pairs instead of recomputing pointer info.Hal Finkel2012-10-30
* BBVectorize: Fix a small bug introduced in r167042.Hal Finkel2012-10-30
* BBVectorize: Simplify how input swapping is handled.Hal Finkel2012-10-30
* BBVectorize: Don't make calls to SE when the result is unused.Hal Finkel2012-10-30
* Update BBVectorize to use the new VTTI instr. cost interfaces.Hal Finkel2012-10-27
* Use VTTI->getNumberOfParts in BBVectorize.Hal Finkel2012-10-26
* Disable generation of pointer vectors by BBVectorize.Hal Finkel2012-10-26