| Age | Commit message (Expand) | Author |
| 2012-11-29 | Merge in r168765 (BBVectorize bug fix) | Hal Finkel |
| 2012-11-14 | Merge BBVectorizer changes r167731, r167743, r167750, r167784, r167811, r167817. | Hal Finkel |
| 2012-11-01 | BBVectorize: Commit the rest of the test-case change. | Hal Finkel |
| 2012-11-01 | BBVectorize: Use target costs for incoming and outgoing values instead of the... | Hal Finkel |
| 2012-10-31 | BBVectorize: Choose pair ordering to minimize shuffles | Hal Finkel |
| 2012-10-30 | BBVectorize: Fix a small bug introduced in r167042. | Hal Finkel |
| 2012-10-30 | Remove an invalid assert in TargetTransformImpl | Hal Finkel |
| 2012-10-26 | Move target-specific BBVectorize tests into a separate directory. | Hal Finkel |
| 2012-10-26 | Disable generation of pointer vectors by BBVectorize. | Hal Finkel |
| 2012-10-25 | Add CPU model to BBVectorize cost-model tests. | Hal Finkel |
| 2012-10-25 | Begin incorporating target information into BBVectorize. | Hal Finkel |
| 2012-10-22 | BBVectorize should ignore unreachable blocks. | Hal Finkel |
| 2012-10-21 | DataLayout should use itself when calculating the size of a vector. | Hal Finkel |
| 2012-06-28 | Allow BBVectorize to form non-2^n-length vectors. | Hal Finkel |
| 2012-06-24 | Allow controlling vectorization of boolean values separately from other integ... | Hal Finkel |
| 2012-06-23 | Allow BBVectorize to fuse compare instructions. | Hal Finkel |
| 2012-06-16 | Teach BBVectorize to combine, when possible, or discard metadata when fusing ... | Hal Finkel |
| 2012-04-27 | Don't vectorize target-specific types (ppc_fp128, x86_fp80, etc.). | Hal Finkel |
| 2012-04-14 | Fix an error in BBVectorize important for vectorizing pointer types. | Hal Finkel |
| 2012-04-14 | Enhance BBVectorize to more-properly handle pointer values and vectorize GEPs. | Hal Finkel |
| 2012-04-13 | Add support to BBVectorize for vectorizing selects. | Hal Finkel |
| 2012-03-31 | Correctly vectorize powi. | Hal Finkel |
| 2012-02-16 | Replace all instances of dg.exp file with lit.local.cfg, since all tests are ... | Eli Bendersky |
| 2012-02-10 | Update BBVectorize to use aliasesUnknownInst. | Hal Finkel |
| 2012-02-04 | Boost the effective chain depth of loads and stores. | Hal Finkel |
| 2012-02-01 | Add a basic-block autovectorization pass. | Hal Finkel |