aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Vectorize
Commit message (Expand)AuthorAgeFilesLines
* LoopVectorizer: change debug prints: Print the module identifier when decidin...Nadav Rotem2012-10-301-4/+6
* LoopVectorize: Update and preserve the dominator tree info.Nadav Rotem2012-10-291-9/+37
* Update BBVectorize to use the new VTTI instr. cost interfaces.Hal Finkel2012-10-271-3/+58
* 1. Fix a bug in getTypeConversion. When a *simple* type is split, we need to ...Nadav Rotem2012-10-271-1/+1
* Refactor the VectorTargetTransformInfo interface.Nadav Rotem2012-10-261-9/+52
* Use VTTI->getNumberOfParts in BBVectorize.Hal Finkel2012-10-261-11/+12
* Disable generation of pointer vectors by BBVectorize.Hal Finkel2012-10-261-1/+2
* BBVectorize, when using VTTI, should not form types that will be split.Hal Finkel2012-10-251-0/+19
* Begin incorporating target information into BBVectorize.Hal Finkel2012-10-251-43/+134
* LoopVectorize: Teach the cost model to query scalar costs as scalar types and...Nadav Rotem2012-10-251-41/+61
* Add support for additional reduction variables: AND, OR, XOR.Nadav Rotem2012-10-251-7/+42
* Implement a basic cost model for vector and scalar instructions. Nadav Rotem2012-10-241-17/+32
* whitespaceNadav Rotem2012-10-241-3/+3
* LoopVectorizer: Add a basic cost model which uses the VTTI interface.Nadav Rotem2012-10-241-30/+273
* Back out r166591, not sure why this made it through since I cancelled the com...Micah Villmow2012-10-241-2/+2
* Delete a directory that wasn't supposed to be checked in yet.Micah Villmow2012-10-241-2/+2
* Use the AliasAnalysis isIdentifiedObj because it also understands mallocs and...Nadav Rotem2012-10-231-19/+2
* Don't crash if the load/store pointer is not a GEP.Nadav Rotem2012-10-221-1/+1
* BBVectorize should ignore unreachable blocks.Hal Finkel2012-10-221-0/+13
* Rename a variable.Nadav Rotem2012-10-221-13/+13
* Vectorizer: optimize the generation of selects. If the condition is uniform, ...Nadav Rotem2012-10-221-6/+16
* Update the loop vectorizer docs.Nadav Rotem2012-10-221-17/+38
* Avoid an extra hash lookup when inserting a value into the widen map.Anders Carlsson2012-10-211-4/+4
* Simplify code. No functionality change.Jakub Staszak2012-10-211-1/+1
* Simplify code. No functionality change.Jakub Staszak2012-10-211-6/+5
* Fix a bug in the vectorization of wide load/store operations.Nadav Rotem2012-10-211-4/+14
* Add support for reduction variables that do not start at zero.Nadav Rotem2012-10-211-51/+67
* Document change. Describe the pass and some papers that inspired the design o...Nadav Rotem2012-10-211-4/+18
* Vectorizer: fix a bug in the classification of induction/reduction phis.Nadav Rotem2012-10-211-0/+3
* Fix an infinite loop in the loop-vectorizer.Nadav Rotem2012-10-201-0/+6
* Vectorize: teach cavVectorizeMemory to distinguish between A[i]+=x and A[B[i]...Nadav Rotem2012-10-201-74/+137
* Fix a typoNadav Rotem2012-10-201-1/+1
* Vectorizer: refactor the memory checks to a new function. No functionality ch...Nadav Rotem2012-10-201-33/+51
* LoopVectorize: Keep the IRBuilder on the stack.Nadav Rotem2012-10-191-40/+35
* Vectorizer: Add support for loop reductions.Nadav Rotem2012-10-191-74/+392
* LoopVectorize: Keep the IRBuilder on the stack.Benjamin Kramer2012-10-191-41/+36
* vectorizer: Add support for reading and writing from the same memory location.Nadav Rotem2012-10-191-2/+9
* cleanup the comment.Nadav Rotem2012-10-181-1/+1
* fix a naming typoNadav Rotem2012-10-181-6/+4
* Avoid reconstructing the pointer set when searching for duplicated read/write...Nadav Rotem2012-10-181-10/+7
* When looking for a vector representation of a scalar, do a single lookup. Als...Nadav Rotem2012-10-181-7/+14
* remove unused variable to fix a warning.Nadav Rotem2012-10-181-2/+1
* Remove the use of dominators and AA.Nadav Rotem2012-10-181-8/+0
* Vectorizer: Add support for loops with an unknown count. For example:Nadav Rotem2012-10-181-68/+159
* LoopVectorize.cpp: Fix a warning. [-Wunused-variable]NAKAMURA Takumi2012-10-171-2/+1
* Remove redundant SetInsertPoint call.Jakub Staszak2012-10-171-1/+0
* Fix some typos and wrong indenting.Roman Divacky2012-10-171-4/+4
* Add a loop vectorizer.Nadav Rotem2012-10-173-2/+808
* Move TargetData to DataLayout.Micah Villmow2012-10-081-4/+4
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-271-1/+1