summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Vectorize
Commit message (Expand)AuthorAgeFilesLines
* SLPVectorizer: Add support for vectorizing trees that start at compare instru...Nadav Rotem2013-04-151-21/+40
* Miscellaneous cleanups for VecUtils.hBenjamin Kramer2013-04-141-9/+6
* SLP: Document the scalarization cost method.Nadav Rotem2013-04-141-3/+10
* SLPVectorizer: Add support for trees that don't start at binary operators, an...Nadav Rotem2013-04-143-7/+25
* SLPVectorizer: add initial support for reduction variable vectorization.Nadav Rotem2013-04-143-7/+95
* SLPVectorizer: add support for vectorization of diamond shaped trees. We now ...Nadav Rotem2013-04-122-46/+254
* Add debug prints.Nadav Rotem2013-04-121-1/+5
* LoopVectorizer: integer division is not a reduction operationArnold Schwaighofer2013-04-121-2/+0
* Rename the C function to create a SLPVectorizerPass to something sane and exp...Benjamin Kramer2013-04-111-2/+2
* Make the SLP store-merger less paranoid about function calls. We check for fu...Nadav Rotem2013-04-101-4/+0
* We require DataLayout for analyzing the size of stores.Nadav Rotem2013-04-102-1/+6
* Add support for bottom-up SLP vectorization infrastructure.Nadav Rotem2013-04-095-0/+707
* LoopVectorizer: Pass OperandValueKind information to the cost modelArnold Schwaighofer2013-04-041-2/+13
* LoopVectorize: Invert case when we use a vector cmp value to query select costArnold Schwaighofer2013-03-141-1/+1
* BBVectorize: Fixup debugging statementsHal Finkel2013-03-101-2/+2
* Remove a source of nondeterminism from the LoopVectorizer.Benjamin Kramer2013-03-091-1/+1
* LoopVectorizer: Ignore all dbg intrinisicArnold Schwaighofer2013-03-091-6/+6
* LoopVectorizer: Ignore dbg.value instructionsArnold Schwaighofer2013-03-091-2/+11
* Insert the reduction start value into the first bypass block to preserve domi...Benjamin Kramer2013-03-081-1/+1
* PR14448 - prevent the loop vectorizer from vectorizing the same loop twice.Nadav Rotem2013-03-021-0/+18
* LoopVectorize: Don't hang forever if a PHI only has skipped PHI uses.Benjamin Kramer2013-03-011-1/+8
* LoopVectorize: Vectorize math builtin calls.Benjamin Kramer2013-02-271-50/+137
* Allow GlobalValues to vectorize with AliasAnalysisRenato Golin2013-02-211-35/+154
* BBVectorize: Fix an invalid reference bugHal Finkel2013-02-171-4/+7
* BBVectorize: Call a DAG and DAG instead of a treeHal Finkel2013-02-151-84/+84
* BBVectorize: Cap the number of candidate pairs in each instruction groupHal Finkel2013-02-151-1/+9
* BBVectorize: Remove the remaining instances of std::multimapHal Finkel2013-02-141-231/+256
* BBVectorize: Don't store candidate pairs in a std::multimapHal Finkel2013-02-141-60/+92
* LoopVectorize: Simplify code for clarity.Benjamin Kramer2013-02-131-10/+8
* Metadata for annotating loops as parallel. The first consumer for this Pekka Jaaskelainen2013-02-131-0/+8
* BBVectorize: Don't over-search when building the dependency mapHal Finkel2013-02-111-2/+10
* BBVectorize: Omit unnecessary entries in PairableInstUsersHal Finkel2013-02-111-1/+3
* BBVectorize: Eliminate one more restricted linear searchHal Finkel2013-02-111-27/+31
* BBVectorize: Remove the linear searches from pair connection searchingHal Finkel2013-02-111-24/+11
* BBVectorize: Avoid linear searches within the load-move setHal Finkel2013-02-111-20/+30
* BBVectorize: isa/cast cleanup in getInstructionTypesHal Finkel2013-02-111-4/+4
* BBVectorize: Make the bookkeeping to support full cycle checking less expensiveHal Finkel2013-02-111-14/+25
* BBVectorize: Use TTI->getAddressComputationCostHal Finkel2013-02-081-0/+5
* Typos.Jakob Stoklund Olesen2013-02-081-4/+4
* ARM cost model: Address computation in vector mem ops not freeArnold Schwaighofer2013-02-081-8/+14
* Test CommitMichael Kuperstein2013-02-081-1/+1
* fix 80-col violation and fix the docs.Nadav Rotem2013-02-071-3/+7
* Loop Vectorizer: Refactor Memory Cost ComputationArnold Schwaighofer2013-02-071-180/+52
* Loop Vectorizer: Refactor code to compute vectorized memory instruction costArnold Schwaighofer2013-02-051-79/+178
* Loop Vectorizer: Handle pointer stores/loads in getWidestType()Arnold Schwaighofer2013-02-051-9/+31
* LoopVectorize: convert TinyTripCountVectorThreshold constantPekka Jaaskelainen2013-01-291-1/+3
* LoopVectorize: Clean up ValueMap a bit and avoid double lookups.Benjamin Kramer2013-01-291-10/+12
* Vectorization Factor clarificationRenato Golin2013-01-281-17/+24
* BBVectorize: Better use of TTI->getShuffleCostHal Finkel2013-01-271-4/+23
* BBVectorize: Add a additional comment about the cost computationHal Finkel2013-01-261-0/+6
OpenPOWER on IntegriCloud