aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Vectorize
Commit message (Expand)AuthorAgeFilesLines
* set the cost of tiny trees to INT_MAX in SLP vectorizer to disable vectorizat...Yi Jiang2013-09-241-1/+1
* Revert "LoopVectorizer: Only allow vectorization of intrinsics."Arnold Schwaighofer2013-09-231-29/+46
* SLPVectorizer: Fix multiline comment warningArnold Schwaighofer2013-09-211-2/+2
* Reapply "SLPVectorizer: Handle more horizontal reductions (disabled)""Arnold Schwaighofer2013-09-211-8/+364
* LoopVectorizer: Only allow vectorization of intrinsics. We can't know for sur...Nadav Rotem2013-09-211-2/+11
* Revert "SLPVectorizer: Handle more horizontal reductions (disabled)"Arnold Schwaighofer2013-09-211-368/+8
* SLPVectorizer: Handle more horizontal reductions (disabled)Arnold Schwaighofer2013-09-201-8/+368
* Prevent LoopVectorizer and SLPVectorizer running if the target has no vector ...Robert Lytton2013-09-182-0/+10
* Revert accidental commit I had to make to get the test case in PR17268 to sti...Craig Topper2013-09-181-1/+1
* Lift alignment restrictions for load/store folding on VINSERTF128/VEXTRACTF12...Craig Topper2013-09-181-1/+1
* SLPVectorizer: Don't vectorize phi nodes that use invoke valuesArnold Schwaighofer2013-09-171-0/+12
* Don't vectorize if there are outside loop users of the induction variable.Arnold Schwaighofer2013-09-161-0/+6
* Don't assert on invalid loop vectorization hint.Eli Friedman2013-09-101-7/+10
* LoopVectorize: PHI nodes are always at the beginning of a block, no need to s...Benjamin Kramer2013-09-101-2/+2
* In this patch we are trying to do two things:Yi Jiang2013-09-031-11/+36
* Disable unrolling in the loop vectorizer when disabled in the pass managerHal Finkel2013-08-281-6/+11
* Refactor 'vectorizeLoop' no functionality change.Nadav Rotem2013-08-271-187/+53
* Fix inserting instructions before last in bundle.Matt Arsenault2013-08-261-16/+20
* LoopVectorize: Implement partial loop unrolling when vectorization is not pro...Nadav Rotem2013-08-261-167/+495
* test commit. Remove blank lineYi Jiang2013-08-261-1/+0
* Fix unused variable in release buildMatt Arsenault2013-08-261-3/+2
* Constify functionsMatt Arsenault2013-08-261-6/+8
* Vectorize starting from insertelements building a vectorMatt Arsenault2013-08-261-3/+57
* Check if in set on insertion instead of separatelyMatt Arsenault2013-08-241-7/+3
* Teach the SLP vectorizer the correct way to check for consecutive accessChandler Carruth2013-08-221-49/+15
* Teach LoopVectorize about address space sizesMatt Arsenault2013-08-221-1/+2
* Use attribute helper functionMatt Arsenault2013-08-211-2/+1
* Fix typoMatt Arsenault2013-08-211-1/+1
* SLPVectorizer: Fix invalid iterator errorsArnold Schwaighofer2013-08-201-13/+51
* Add a llvm.copysign intrinsicHal Finkel2013-08-191-0/+5
* PR 16899: Do not modify the basic block using the iterator, but keep theJoerg Sonnenberger2013-08-171-4/+6
* Fix spellingMatt Arsenault2013-08-151-2/+2
* BBVectorize: Add initial stores to the write set when tracking usesHal Finkel2013-08-131-0/+9
* Fix PR16797 - Support PHINodes with multiple inputs from the same basic block.Nadav Rotem2013-08-121-0/+11
* Add ISD::FROUND for libm round()Hal Finkel2013-08-071-0/+5
* LoopVectorize: Allow vectorization of loops with lifetime markersArnold Schwaighofer2013-08-061-8/+18
* SLPVectorizer: Fix PR16777. PHInodes may use multiple extracted values that c...Nadav Rotem2013-08-021-10/+13
* 80-colNadav Rotem2013-07-311-9/+14
* SLPVectorier: update the debug location for the new instructions.Nadav Rotem2013-07-291-2/+22
* Don't vectorize when the attribute NoImplicitFloat is used.Nadav Rotem2013-07-291-0/+5
* Update the commentNadav Rotem2013-07-271-0/+1
* SLP Vectorier: Don't vectorize really short chains because they are already ...Nadav Rotem2013-07-261-2/+6
* SLP Vectorizer: Disable the vectorization of non power of two chains, such as...Nadav Rotem2013-07-261-16/+0
* When we vectorize across multiple basic blocks we may vectorize PHINodes that...Nadav Rotem2013-07-221-3/+31
* Fix an obvious typo in the loop vectorizer where the cost model uses the wron...Nadav Rotem2013-07-221-2/+2
* Delete unused helper functions.Nadav Rotem2013-07-221-32/+0
* Revert a part of r186420. Don't forbid multiple store chains that merge.Nadav Rotem2013-07-211-3/+1
* fix an 80-col line.Nadav Rotem2013-07-191-2/+2
* Use LLVMs ADTs that improve the compile time of this pass.Nadav Rotem2013-07-191-2/+2
* SLPVectorizer: Improve the compile time of isConsecutive by reordering the co...Nadav Rotem2013-07-191-22/+19