index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
Vectorize
/
SLPVectorizer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "SLPVectorizer: Handle more horizontal reductions (disabled)"
Arnold Schwaighofer
2013-09-21
1
-368
/
+8
*
SLPVectorizer: Handle more horizontal reductions (disabled)
Arnold Schwaighofer
2013-09-20
1
-8
/
+368
*
Prevent LoopVectorizer and SLPVectorizer running if the target has no vector ...
Robert Lytton
2013-09-18
1
-0
/
+5
*
Revert accidental commit I had to make to get the test case in PR17268 to sti...
Craig Topper
2013-09-18
1
-1
/
+1
*
Lift alignment restrictions for load/store folding on VINSERTF128/VEXTRACTF12...
Craig Topper
2013-09-18
1
-1
/
+1
*
SLPVectorizer: Don't vectorize phi nodes that use invoke values
Arnold Schwaighofer
2013-09-17
1
-0
/
+12
*
In this patch we are trying to do two things:
Yi Jiang
2013-09-03
1
-11
/
+36
*
Fix inserting instructions before last in bundle.
Matt Arsenault
2013-08-26
1
-16
/
+20
*
test commit. Remove blank line
Yi Jiang
2013-08-26
1
-1
/
+0
*
Fix unused variable in release build
Matt Arsenault
2013-08-26
1
-3
/
+2
*
Constify functions
Matt Arsenault
2013-08-26
1
-6
/
+8
*
Vectorize starting from insertelements building a vector
Matt Arsenault
2013-08-26
1
-3
/
+57
*
Check if in set on insertion instead of separately
Matt Arsenault
2013-08-24
1
-7
/
+3
*
Teach the SLP vectorizer the correct way to check for consecutive access
Chandler Carruth
2013-08-22
1
-49
/
+15
*
Use attribute helper function
Matt Arsenault
2013-08-21
1
-2
/
+1
*
Fix typo
Matt Arsenault
2013-08-21
1
-1
/
+1
*
SLPVectorizer: Fix invalid iterator errors
Arnold Schwaighofer
2013-08-20
1
-13
/
+51
*
PR 16899: Do not modify the basic block using the iterator, but keep the
Joerg Sonnenberger
2013-08-17
1
-4
/
+6
*
Fix spelling
Matt Arsenault
2013-08-15
1
-2
/
+2
*
Fix PR16797 - Support PHINodes with multiple inputs from the same basic block.
Nadav Rotem
2013-08-12
1
-0
/
+11
*
SLPVectorizer: Fix PR16777. PHInodes may use multiple extracted values that c...
Nadav Rotem
2013-08-02
1
-10
/
+13
*
SLPVectorier: update the debug location for the new instructions.
Nadav Rotem
2013-07-29
1
-2
/
+22
*
Don't vectorize when the attribute NoImplicitFloat is used.
Nadav Rotem
2013-07-29
1
-0
/
+5
*
Update the comment
Nadav Rotem
2013-07-27
1
-0
/
+1
*
SLP Vectorier: Don't vectorize really short chains because they are already ...
Nadav Rotem
2013-07-26
1
-2
/
+6
*
SLP Vectorizer: Disable the vectorization of non power of two chains, such as...
Nadav Rotem
2013-07-26
1
-16
/
+0
*
When we vectorize across multiple basic blocks we may vectorize PHINodes that...
Nadav Rotem
2013-07-22
1
-3
/
+31
*
Delete unused helper functions.
Nadav Rotem
2013-07-22
1
-32
/
+0
*
Revert a part of r186420. Don't forbid multiple store chains that merge.
Nadav Rotem
2013-07-21
1
-3
/
+1
*
fix an 80-col line.
Nadav Rotem
2013-07-19
1
-2
/
+2
*
Use LLVMs ADTs that improve the compile time of this pass.
Nadav Rotem
2013-07-19
1
-2
/
+2
*
SLPVectorizer: Improve the compile time of isConsecutive by reordering the co...
Nadav Rotem
2013-07-19
1
-22
/
+19
*
Handle constants without going through SCEV.
Nadav Rotem
2013-07-18
1
-0
/
+6
*
SLPVectorizer: Speedup isConsecutive by manually checking GEPs with multiple ...
Nadav Rotem
2013-07-18
1
-4
/
+12
*
SLPVectorizer: Speedup isConsecutive (that checks if two addresses are consec...
Nadav Rotem
2013-07-18
1
-12
/
+31
*
Fix a comment.
Nadav Rotem
2013-07-17
1
-1
/
+1
*
Add a micro optimization to catch cases where the PtrA equals PtrB.
Nadav Rotem
2013-07-17
1
-1
/
+1
*
SLPVectorizer: Accelerate the isConsecutive check by replacing the subtractio...
Nadav Rotem
2013-07-17
1
-10
/
+5
*
flip the scev minus direction to simplify the code.
Nadav Rotem
2013-07-16
1
-3
/
+3
*
SLPVectorizer: Improve the compile time of isConsecutive by adding a simple c...
Nadav Rotem
2013-07-16
1
-0
/
+18
*
SLPVectorizer: Reduce the compile time of the consecutive store lookup.
Nadav Rotem
2013-07-16
1
-5
/
+13
*
PR16628: Fix a bug in the code that merges compares.
Nadav Rotem
2013-07-15
1
-1
/
+3
*
SLPVectorizer: change the order in which we search for vectorization candidat...
Nadav Rotem
2013-07-14
1
-4
/
+4
*
SLPVectorizer: Sink and enable CSE for ExtractElements.
Nadav Rotem
2013-07-12
1
-11
/
+25
*
SLPVectorize: Replace the code that checks for vectorization candidates in su...
Nadav Rotem
2013-07-12
1
-25
/
+22
*
Remove an argument that we dont use anymore.
Nadav Rotem
2013-07-11
1
-15
/
+12
*
Fix a warning.
Nadav Rotem
2013-07-11
1
-2
/
+1
*
SLPVectorizer: refactor the code that places extracts. Place the code that de...
Nadav Rotem
2013-07-11
1
-41
/
+131
*
Fix PR16571, which is a bug in the code that checks that all of the types in ...
Nadav Rotem
2013-07-09
1
-1
/
+3
*
Set the default insert point to the first instruction, and not to end()
Nadav Rotem
2013-07-09
1
-1
/
+1
[next]