aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Vectorize/BBVectorize.cpp
AgeCommit message (Expand)Author
2012-03-05fix typosSebastian Pop
2012-03-05remove spaces on empty linesSebastian Pop
2012-02-10Update BBVectorize to use aliasesUnknownInst.Hal Finkel
2012-02-06fix indentationSebastian Pop
2012-02-05Simplify contains tests using 'count'.David Blaikie
2012-02-05BBVectorize.cpp: Get rid of comparision to bool to fix a warning.NAKAMURA Takumi
2012-02-04Boost the effective chain depth of loads and stores.Hal Finkel
2012-02-02BBVectorize: Simplify code, no functionality change.Benjamin Kramer
2012-02-02Minor changes from review.Hal Finkel
2012-02-02Vectorize long blocks in groups.Hal Finkel
2012-02-01BBVectorize.cpp: Try to fix MSVC build. map::iterator and multimap::iterator ...NAKAMURA Takumi
2012-02-01A few of the changes suggested in code review (by Nick Lewycky)Hal Finkel
2012-02-01Add a basic-block autovectorization pass.Hal Finkel