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
/
test
/
Transforms
/
LoopVectorize
Commit message (
Expand
)
Author
Age
Files
Lines
*
Relax the restrictions on vector of pointer types, and vector getelementptr.
Duncan Sands
2012-11-13
1
-2
/
+2
*
Add support for memory runtime check. When we can, we calculate array bounds.
Nadav Rotem
2012-11-09
1
-0
/
+36
*
Cost Model: add tables for some avx type-conversion hacks.
Nadav Rotem
2012-11-06
1
-1
/
+1
*
Code Model: Improve the accuracy of the zext/sext/trunc vector cost estimation.
Nadav Rotem
2012-11-05
1
-2
/
+2
*
Implement the cost of abnormal x86 instruction lowering as a table.
Nadav Rotem
2012-11-05
1
-1
/
+1
*
LoopVectorize: Preserve NSW, NUW and IsExact flags.
Nadav Rotem
2012-10-31
7
-7
/
+62
*
Fix a bug in the cost calculation of vector casts. Detect situations where bi...
Nadav Rotem
2012-10-31
1
-0
/
+48
*
LoopVectorize: Do not vectorize loops with tiny constant trip counts.
Nadav Rotem
2012-10-31
1
-0
/
+33
*
Add support for loops that don't start with Zero.
Nadav Rotem
2012-10-31
2
-0
/
+84
*
LoopVectorize: Add support for write-only loops when the write destination is...
Nadav Rotem
2012-10-30
1
-0
/
+26
*
LoopVectorize: Fix a bug in the initialization of reduction variables. AND ne...
Nadav Rotem
2012-10-30
1
-0
/
+1
*
1. Fix a bug in getTypeConversion. When a *simple* type is split, we need to ...
Nadav Rotem
2012-10-27
1
-0
/
+62
*
Refactor the VectorTargetTransformInfo interface.
Nadav Rotem
2012-10-26
1
-1
/
+1
*
Move the target-specific tests, which require specific backends, to dirs that...
Nadav Rotem
2012-10-26
3
-1
/
+7
*
Fix the cost-model test.
Nadav Rotem
2012-10-25
1
-1
/
+1
*
Add the cpu model to the test.
Nadav Rotem
2012-10-25
1
-1
/
+1
*
Add support for additional reduction variables: AND, OR, XOR.
Nadav Rotem
2012-10-25
1
-0
/
+79
*
Implement a basic cost model for vector and scalar instructions.
Nadav Rotem
2012-10-24
1
-3
/
+1
*
LoopVectorizer: Add a basic cost model which uses the VTTI interface.
Nadav Rotem
2012-10-24
10
-9
/
+49
*
Use the AliasAnalysis isIdentifiedObj because it also understands mallocs and...
Nadav Rotem
2012-10-23
1
-0
/
+46
*
Don't crash if the load/store pointer is not a GEP.
Nadav Rotem
2012-10-22
1
-0
/
+57
*
Vectorizer: optimize the generation of selects. If the condition is uniform, ...
Nadav Rotem
2012-10-22
1
-0
/
+37
*
Fix a bug in the vectorization of wide load/store operations.
Nadav Rotem
2012-10-21
1
-0
/
+30
*
Add support for reduction variables that do not start at zero.
Nadav Rotem
2012-10-21
1
-4
/
+34
*
Vectorizer: fix a bug in the classification of induction/reduction phis.
Nadav Rotem
2012-10-21
1
-0
/
+15
*
Fix an infinite loop in the loop-vectorizer.
Nadav Rotem
2012-10-20
1
-0
/
+12
*
Vectorize: teach cavVectorizeMemory to distinguish between A[i]+=x and A[B[i]...
Nadav Rotem
2012-10-20
2
-0
/
+98
*
Vectorizer: Add support for loop reductions.
Nadav Rotem
2012-10-19
3
-37
/
+123
*
vectorizer: Add support for reading and writing from the same memory location.
Nadav Rotem
2012-10-19
1
-0
/
+35
*
Vectorizer: Add support for loops with an unknown count. For example:
Nadav Rotem
2012-10-18
2
-5
/
+3
*
Add a loop vectorizer.
Nadav Rotem
2012-10-17
3
-0
/
+690