summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-171-0/+801
OpenPOWER on IntegriCloud