index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Vectorize
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add ISD::FROUND for libm round()
Hal Finkel
2013-08-07
1
-0
/
+5
*
LoopVectorize: Allow vectorization of loops with lifetime markers
Arnold Schwaighofer
2013-08-06
1
-8
/
+18
*
SLPVectorizer: Fix PR16777. PHInodes may use multiple extracted values that c...
Nadav Rotem
2013-08-02
1
-10
/
+13
*
80-col
Nadav Rotem
2013-07-31
1
-9
/
+14
*
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
*
Fix an obvious typo in the loop vectorizer where the cost model uses the wron...
Nadav Rotem
2013-07-22
1
-2
/
+2
*
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
*
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...
Craig Topper
2013-07-14
1
-2
/
+2
*
LoopVectorizer: Disallow reductions whose header phi is used outside the loop
Arnold Schwaighofer
2013-07-13
1
-2
/
+6
*
LoopVectorize fix: LoopInfo must be valid when invoking utils like SCEVExpander.
Andrew Trick
2013-07-13
1
-18
/
+18
*
TargetTransformInfo: address calculation parameter for gather/scather
Arnold Schwaighofer
2013-07-12
1
-1
/
+56
*
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
*
LoopVectorize: Vectorize all accesses in address space zero with unit stride
Arnold Schwaighofer
2013-07-11
1
-8
/
+16
*
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
*
This patch changes the saved IRBuilder insert point from BasicBlock::iterator...
Nadav Rotem
2013-07-08
1
-1
/
+2
*
Clear the builder insert point between tree-vectorization phases.
Nadav Rotem
2013-07-07
1
-0
/
+1
*
SLPVectorizer: Implement DCE as part of vectorization.
Nadav Rotem
2013-07-07
1
-1011
/
+1041
*
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...
Craig Topper
2013-07-04
2
-5
/
+5
*
LoopVectorize: Math functions only read rounding mode
Arnold Schwaighofer
2013-07-01
1
-0
/
+7
*
LoopVectorizer: Pack MemAccessInfo pairs.
Benjamin Kramer
2013-06-29
1
-25
/
+22
*
Move helper classes into anonymous namespaces.
Benjamin Kramer
2013-06-29
1
-0
/
+6
*
We preserve the CFG and some of the analysis passes.
Nadav Rotem
2013-06-29
1
-0
/
+3
*
Update docs.
Nadav Rotem
2013-06-29
1
-3
/
+2
*
SLP Vectorizer: Add support for trees with external users.
Nadav Rotem
2013-06-28
1
-24
/
+142
*
LoopVectorizer: Refactor the code that checks if it is safe to predicate blo...
Nadav Rotem
2013-06-28
1
-87
/
+30
[next]