summaryrefslogtreecommitdiff
path: root/lib/Transforms/Vectorize
Commit message (Expand)AuthorAge
...
* SLPVectorize: Put horizontal reductions feeding a store under separate flagArnold Schwaighofer2013-09-25
* set the cost of tiny trees to INT_MAX in SLP vectorizer to disable vectorizat...Yi Jiang2013-09-24
* Revert "LoopVectorizer: Only allow vectorization of intrinsics."Arnold Schwaighofer2013-09-23
* SLPVectorizer: Fix multiline comment warningArnold Schwaighofer2013-09-21
* Reapply "SLPVectorizer: Handle more horizontal reductions (disabled)""Arnold Schwaighofer2013-09-21
* LoopVectorizer: Only allow vectorization of intrinsics. We can't know for sur...Nadav Rotem2013-09-21
* Revert "SLPVectorizer: Handle more horizontal reductions (disabled)"Arnold Schwaighofer2013-09-21
* SLPVectorizer: Handle more horizontal reductions (disabled)Arnold Schwaighofer2013-09-20
* Prevent LoopVectorizer and SLPVectorizer running if the target has no vector ...Robert Lytton2013-09-18
* Revert accidental commit I had to make to get the test case in PR17268 to sti...Craig Topper2013-09-18
* Lift alignment restrictions for load/store folding on VINSERTF128/VEXTRACTF12...Craig Topper2013-09-18
* SLPVectorizer: Don't vectorize phi nodes that use invoke valuesArnold Schwaighofer2013-09-17
* Don't vectorize if there are outside loop users of the induction variable.Arnold Schwaighofer2013-09-16
* Don't assert on invalid loop vectorization hint.Eli Friedman2013-09-10
* LoopVectorize: PHI nodes are always at the beginning of a block, no need to s...Benjamin Kramer2013-09-10
* In this patch we are trying to do two things:Yi Jiang2013-09-03
* Disable unrolling in the loop vectorizer when disabled in the pass managerHal Finkel2013-08-28
* Refactor 'vectorizeLoop' no functionality change.Nadav Rotem2013-08-27
* Fix inserting instructions before last in bundle.Matt Arsenault2013-08-26
* LoopVectorize: Implement partial loop unrolling when vectorization is not pro...Nadav Rotem2013-08-26
* test commit. Remove blank lineYi Jiang2013-08-26
* Fix unused variable in release buildMatt Arsenault2013-08-26
* Constify functionsMatt Arsenault2013-08-26
* Vectorize starting from insertelements building a vectorMatt Arsenault2013-08-26
* Check if in set on insertion instead of separatelyMatt Arsenault2013-08-24
* Teach the SLP vectorizer the correct way to check for consecutive accessChandler Carruth2013-08-22
* Teach LoopVectorize about address space sizesMatt Arsenault2013-08-22
* Use attribute helper functionMatt Arsenault2013-08-21
* Fix typoMatt Arsenault2013-08-21
* SLPVectorizer: Fix invalid iterator errorsArnold Schwaighofer2013-08-20
* Add a llvm.copysign intrinsicHal Finkel2013-08-19
* PR 16899: Do not modify the basic block using the iterator, but keep theJoerg Sonnenberger2013-08-17
* Fix spellingMatt Arsenault2013-08-15
* BBVectorize: Add initial stores to the write set when tracking usesHal Finkel2013-08-13
* Fix PR16797 - Support PHINodes with multiple inputs from the same basic block.Nadav Rotem2013-08-12
* Add ISD::FROUND for libm round()Hal Finkel2013-08-07
* LoopVectorize: Allow vectorization of loops with lifetime markersArnold Schwaighofer2013-08-06
* SLPVectorizer: Fix PR16777. PHInodes may use multiple extracted values that c...Nadav Rotem2013-08-02
* 80-colNadav Rotem2013-07-31
* SLPVectorier: update the debug location for the new instructions.Nadav Rotem2013-07-29
* Don't vectorize when the attribute NoImplicitFloat is used.Nadav Rotem2013-07-29
* Update the commentNadav Rotem2013-07-27
* SLP Vectorier: Don't vectorize really short chains because they are already ...Nadav Rotem2013-07-26
* SLP Vectorizer: Disable the vectorization of non power of two chains, such as...Nadav Rotem2013-07-26
* When we vectorize across multiple basic blocks we may vectorize PHINodes that...Nadav Rotem2013-07-22
* Fix an obvious typo in the loop vectorizer where the cost model uses the wron...Nadav Rotem2013-07-22
* Delete unused helper functions.Nadav Rotem2013-07-22
* Revert a part of r186420. Don't forbid multiple store chains that merge.Nadav Rotem2013-07-21
* fix an 80-col line.Nadav Rotem2013-07-19
* Use LLVMs ADTs that improve the compile time of this pass.Nadav Rotem2013-07-19