aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Vectorize
Commit message (Expand)AuthorAgeFilesLines
* fix typosSebastian Pop2012-03-051-7/+7
* remove spaces on empty linesSebastian Pop2012-03-051-9/+9
* Update BBVectorize to use aliasesUnknownInst.Hal Finkel2012-02-101-9/+3
* fix indentationSebastian Pop2012-02-061-9/+9
* Simplify contains tests using 'count'.David Blaikie2012-02-051-2/+1
* BBVectorize.cpp: Get rid of comparision to bool to fix a warning.NAKAMURA Takumi2012-02-051-1/+1
* Boost the effective chain depth of loads and stores.Hal Finkel2012-02-041-0/+10
* BBVectorize: Simplify code, no functionality change.Benjamin Kramer2012-02-021-9/+3
* Minor changes from review.Hal Finkel2012-02-021-19/+17
* Vectorize long blocks in groups.Hal Finkel2012-02-021-41/+90
* BBVectorize.cpp: Try to fix MSVC build. map::iterator and multimap::iterator ...NAKAMURA Takumi2012-02-011-2/+2
* A few of the changes suggested in code review (by Nick Lewycky)Hal Finkel2012-02-011-7/+8
* Add a basic-block autovectorization pass.Hal Finkel2012-02-015-0/+1878