aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/SLPVectorizer/X86
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-0968-1323/+1323
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-2310-54/+434
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-0221-43/+859
* Update LLVM for rebase to r212749.Stephen Hines2014-07-215-2/+563
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-299-1/+612
* Update to LLVM 3.5a.Stephen Hines2014-04-247-1/+272
* Merging r195504:Manman Ren2013-12-091-1/+2
* Merging r196294:Bill Wendling2013-12-071-0/+30
* Merging r196508:Bill Wendling2013-12-061-0/+35
* Merging r195791:Bill Wendling2013-11-271-1/+1
* Merging r195773:Bill Wendling2013-11-271-0/+47
* SLPVectorizer: Don't vectorize volatile memory operationsArnold Schwaighofer2013-10-161-0/+43
* Revert "SLPVectorizer: Don't vectorize volatile memory operations"Arnold Schwaighofer2013-10-161-43/+0
* SLPVectorizer: Don't vectorize volatile memory operationsArnold Schwaighofer2013-10-161-0/+43
* SLPVectorizer: Sort PHINodes based on their opcodeArnold Schwaighofer2013-10-121-2/+34
* SLPVectorizer: Sort inputs to commutative binary operationsArnold Schwaighofer2013-10-041-0/+234
* Apply slp vectorization on fully-vectorizable tree of height 2Yi Jiang2013-10-021-17/+130
* SLPVectorizer: Make store chain finding more aggressive with GetUnderlyingObj...Benjamin Kramer2013-10-021-0/+21
* TBAA: update tbaa format from scalar format to struct-path aware format.Manman Ren2013-09-301-4/+5
* TBAA: remove !tbaa from testing cases when they are not needed.Manman Ren2013-09-302-13/+6
* IRBuilder: Add RAII objects to reset insertion points or fast math flags.Benjamin Kramer2013-09-301-1/+1
* Transforms: Use getFirstNonPHI to set the insertion point for PHIsJustin Bogner2013-09-271-0/+31
* SLPVectorize: Put horizontal reductions feeding a store under separate flagArnold Schwaighofer2013-09-251-8/+10
* Test case for r191314. Yi Jiang2013-09-241-0/+27
* Reapply "SLPVectorizer: Handle more horizontal reductions (disabled)""Arnold Schwaighofer2013-09-211-0/+415
* 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
* 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-161-2/+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