aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/SLPVectorizer
Commit message (Expand)AuthorAgeFilesLines
* Revert "SLPVectorizer: Handle more horizontal reductions (disabled)"Arnold Schwaighofer2013-09-211-415/+0
* SLPVectorizer: Handle more horizontal reductions (disabled)Arnold Schwaighofer2013-09-201-0/+415
* Name the XCore target-specific subdirectories canonically.Chandler Carruth2013-09-182-0/+0
* A couple of tests, in llvm/test/Transforms/*/xcore, are XCore-specific. They ...NAKAMURA Takumi2013-09-181-0/+3
* Prevent LoopVectorizer and SLPVectorizer running if the target has no vector ...Robert Lytton2013-09-181-0/+24
* SLPVectorizer: Don't vectorize phi nodes that use invoke valuesArnold Schwaighofer2013-09-171-0/+62
* Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.Manman Ren2013-09-061-1/+1
* In this patch we are trying to do two things:Yi Jiang2013-09-033-13/+141
* Fix inserting instructions before last in bundle.Matt Arsenault2013-08-261-1/+1
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-261-1/+1
* Forgot to add slp threshold to testMatt Arsenault2013-08-261-1/+2
* Vectorize starting from insertelements building a vectorMatt Arsenault2013-08-261-0/+196
* [Debug Info Tests] Update testing cases.Manman Ren2013-08-221-6/+6
* Teach the SLP vectorizer the correct way to check for consecutive accessChandler Carruth2013-08-221-1/+39
* SLPVectorizer: Fix invalid iterator errorsArnold Schwaighofer2013-08-201-0/+30
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-162-3/+0
* Fix PR16797 - Support PHINodes with multiple inputs from the same basic block.Nadav Rotem2013-08-121-0/+41
* SLPVectorizer: Fix PR16777. PHInodes may use multiple extracted values that c...Nadav Rotem2013-08-021-0/+35
* Add the C source code to the test to make it easier to update when debug info...Nadav Rotem2013-07-291-0/+9
* SLPVectorier: update the debug location for the new instructions.Nadav Rotem2013-07-291-0/+82
* Don't vectorize when the attribute NoImplicitFloat is used.Nadav Rotem2013-07-291-0/+25
* SLP Vectorier: Don't vectorize really short chains because they are already ...Nadav Rotem2013-07-261-1/+3
* SLP Vectorizer: Disable the vectorization of non power of two chains, such as...Nadav Rotem2013-07-262-33/+39
* When we vectorize across multiple basic blocks we may vectorize PHINodes that...Nadav Rotem2013-07-221-0/+58
* PR16628: Fix a bug in the code that merges compares.Nadav Rotem2013-07-151-0/+27
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-1414-19/+19
* SLPVectorizer: Sink and enable CSE for ExtractElements.Nadav Rotem2013-07-123-4/+4
* SLPVectorize: Replace the code that checks for vectorization candidates in su...Nadav Rotem2013-07-121-0/+74
* Consolidate more lit tests.Nadav Rotem2013-07-113-62/+54
* Consolidate some of the lit tests.Nadav Rotem2013-07-114-75/+57
* Consolidate some of the lit tests.Nadav Rotem2013-07-115-61/+191
* Fix PR16571, which is a bug in the code that checks that all of the types in ...Nadav Rotem2013-07-091-0/+22
* SLPVectorizer: Implement DCE as part of vectorization.Nadav Rotem2013-07-0716-8/+645
* SLP Vectorizer: Add support for trees with external users.Nadav Rotem2013-06-283-6/+117
* Erase all of the instructions that we RAUWedNadav Rotem2013-06-261-1/+1
* Do not add cse-ed instructions into the visited map because we dont want to c...Nadav Rotem2013-06-261-0/+84
* SLPVectorizer: support slp-vectorization of PHINodes between basic blocksNadav Rotem2013-06-251-0/+46
* SLP Vectorizer: Add support for vectorizing parts of the tree.Nadav Rotem2013-06-241-0/+46
* SLP Vectorizer: Fix a bug in the code that does CSE on the generated gather s...Nadav Rotem2013-06-231-0/+51
* SLP Vectorizer: Implement a simple CSE optimization for the gather sequences.Nadav Rotem2013-06-231-0/+85
* SLP Vectorizer: Implement multi-block slp-vectorization.Nadav Rotem2013-06-223-5/+60
* SLPVectorization: Add a basic support for cross-basic block slp vectorization.Nadav Rotem2013-06-201-0/+54
* SLPVectorizer: handle scalars that are extracted from vectors (using ExtractE...Nadav Rotem2013-06-191-0/+59
* SLPVectorizer: start constructing chains at stores that are not power of two.Nadav Rotem2013-06-191-0/+46
* SLPVectorizer: vectorize compares and selects.Nadav Rotem2013-06-191-0/+32
* SLPVectorizer: Change the order in which new instructions are added to the fu...Nadav Rotem2013-05-224-1/+104
* SLPVectorizer: Fix a bug in the code that generates extracts for values with ...Nadav Rotem2013-05-121-2/+30
* SLPVectorizer: Add support for trees with external users.Nadav Rotem2013-05-101-4/+5
* TBAA: remove !tbaa from testing cases if not used.Manman Ren2013-04-301-20/+16
* SLPVectorize: Add support for vectorization of casts.Nadav Rotem2013-04-211-0/+38