summaryrefslogtreecommitdiff
path: root/test/Transforms/SLPVectorizer
Commit message (Expand)AuthorAge
...
* SLPVectorizer: Sink and enable CSE for ExtractElements.Nadav Rotem2013-07-12
* SLPVectorize: Replace the code that checks for vectorization candidates in su...Nadav Rotem2013-07-12
* Consolidate more lit tests.Nadav Rotem2013-07-11
* Consolidate some of the lit tests.Nadav Rotem2013-07-11
* Consolidate some of the lit tests.Nadav Rotem2013-07-11
* Fix PR16571, which is a bug in the code that checks that all of the types in ...Nadav Rotem2013-07-09
* SLPVectorizer: Implement DCE as part of vectorization.Nadav Rotem2013-07-07
* SLP Vectorizer: Add support for trees with external users.Nadav Rotem2013-06-28
* Erase all of the instructions that we RAUWedNadav Rotem2013-06-26
* Do not add cse-ed instructions into the visited map because we dont want to c...Nadav Rotem2013-06-26
* SLPVectorizer: support slp-vectorization of PHINodes between basic blocksNadav Rotem2013-06-25
* SLP Vectorizer: Add support for vectorizing parts of the tree.Nadav Rotem2013-06-24
* SLP Vectorizer: Fix a bug in the code that does CSE on the generated gather s...Nadav Rotem2013-06-23
* SLP Vectorizer: Implement a simple CSE optimization for the gather sequences.Nadav Rotem2013-06-23
* SLP Vectorizer: Implement multi-block slp-vectorization.Nadav Rotem2013-06-22
* SLPVectorization: Add a basic support for cross-basic block slp vectorization.Nadav Rotem2013-06-20
* SLPVectorizer: handle scalars that are extracted from vectors (using ExtractE...Nadav Rotem2013-06-19
* SLPVectorizer: start constructing chains at stores that are not power of two.Nadav Rotem2013-06-19
* SLPVectorizer: vectorize compares and selects.Nadav Rotem2013-06-19
* SLPVectorizer: Change the order in which new instructions are added to the fu...Nadav Rotem2013-05-22
* SLPVectorizer: Fix a bug in the code that generates extracts for values with ...Nadav Rotem2013-05-12
* SLPVectorizer: Add support for trees with external users.Nadav Rotem2013-05-10
* TBAA: remove !tbaa from testing cases if not used.Manman Ren2013-04-30
* SLPVectorize: Add support for vectorization of casts.Nadav Rotem2013-04-21
* Fix PR15800. Do not try to vectorize vectors and structs.Nadav Rotem2013-04-20
* SLPVectorizer: Improve the cost model for loop invariant broadcast values.Nadav Rotem2013-04-20
* SLPVectorizer: Make it a function pass and add code for hoisting the vector-g...Nadav Rotem2013-04-15
* Revert "Recommit r179497 after fixing uninitialized variable." untilEric Christopher2013-04-15
* Recommit r179497 after fixing uninitialized variable.Eric Christopher2013-04-15
* SLPVectorizer: Add support for vectorizing trees that start at compare instru...Nadav Rotem2013-04-15
* Revert "Remove some unused triple and data layout."Eric Christopher2013-04-14
* Remove some unused triple and data layout.Eric Christopher2013-04-14
* Make the command line triple match the module triple.Nadav Rotem2013-04-14
* Remove unused function attributes.Nadav Rotem2013-04-14
* SLPVectorizer: Add support for trees that don't start at binary operators, an...Nadav Rotem2013-04-14
* SLPVectorizer: add initial support for reduction variable vectorization.Nadav Rotem2013-04-14
* SLPVectorizer: add support for vectorization of diamond shaped trees. We now ...Nadav Rotem2013-04-12
* Make the SLP store-merger less paranoid about function calls. We check for fu...Nadav Rotem2013-04-10
* Add support for bottom-up SLP vectorization infrastructure.Nadav Rotem2013-04-09