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
/
BBVectorize
Commit message (
Expand
)
Author
Age
Files
Lines
*
BBVectorize: Don't vectorize vector-manipulation chains
Hal Finkel
2012-11-13
1
-0
/
+170
*
BBVectorize: Only some insert element operand pairs are free.
Hal Finkel
2012-11-12
1
-0
/
+85
*
BBVectorize: Use a more sophisticated check for input cost
Hal Finkel
2012-11-12
1
-0
/
+54
*
BBVectorize: Check the types of compare instructions
Hal Finkel
2012-11-12
1
-0
/
+16
*
BBVectorize: Check the input types of shuffles for legality
Hal Finkel
2012-11-12
1
-0
/
+25
*
BBVectorize: Commit the rest of the test-case change.
Hal Finkel
2012-11-01
1
-41
/
+1
*
BBVectorize: Use target costs for incoming and outgoing values instead of the...
Hal Finkel
2012-11-01
2
-11
/
+99
*
BBVectorize: Choose pair ordering to minimize shuffles
Hal Finkel
2012-10-31
9
-21
/
+46
*
BBVectorize: Fix a small bug introduced in r167042.
Hal Finkel
2012-10-30
1
-0
/
+28
*
Remove an invalid assert in TargetTransformImpl
Hal Finkel
2012-10-30
1
-0
/
+12
*
Move target-specific BBVectorize tests into a separate directory.
Hal Finkel
2012-10-26
5
-11
/
+142
*
Disable generation of pointer vectors by BBVectorize.
Hal Finkel
2012-10-26
1
-0
/
+3
*
Add CPU model to BBVectorize cost-model tests.
Hal Finkel
2012-10-25
2
-3
/
+3
*
Begin incorporating target information into BBVectorize.
Hal Finkel
2012-10-25
2
-0
/
+10
*
BBVectorize should ignore unreachable blocks.
Hal Finkel
2012-10-22
1
-0
/
+32
*
DataLayout should use itself when calculating the size of a vector.
Hal Finkel
2012-10-21
1
-0
/
+50
*
Allow BBVectorize to form non-2^n-length vectors.
Hal Finkel
2012-06-28
2
-2
/
+36
*
Allow controlling vectorization of boolean values separately from other integ...
Hal Finkel
2012-06-24
1
-0
/
+3
*
Allow BBVectorize to fuse compare instructions.
Hal Finkel
2012-06-23
1
-0
/
+26
*
Teach BBVectorize to combine, when possible, or discard metadata when fusing ...
Hal Finkel
2012-06-16
1
-0
/
+49
*
Don't vectorize target-specific types (ppc_fp128, x86_fp80, etc.).
Hal Finkel
2012-04-27
1
-0
/
+18
*
Fix an error in BBVectorize important for vectorizing pointer types.
Hal Finkel
2012-04-14
1
-0
/
+23
*
Enhance BBVectorize to more-properly handle pointer values and vectorize GEPs.
Hal Finkel
2012-04-14
1
-0
/
+81
*
Add support to BBVectorize for vectorizing selects.
Hal Finkel
2012-04-13
1
-0
/
+30
*
Correctly vectorize powi.
Hal Finkel
2012-03-31
1
-0
/
+44
*
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2012-02-16
2
-3
/
+1
*
Update BBVectorize to use aliasesUnknownInst.
Hal Finkel
2012-02-10
1
-0
/
+244
*
Boost the effective chain depth of loads and stores.
Hal Finkel
2012-02-04
1
-0
/
+22
*
Add a basic-block autovectorization pass.
Hal Finkel
2012-02-01
9
-0
/
+633