test commit
[oota-llvm.git] / lib / Transforms / Vectorize /
2012-04-27 Hal FinkelDon't vectorize target-specific types (ppc_fp128, x86_f...
2012-04-16 Hal FinkelFix style violation in BBVectorize (pointed out by...
2012-04-16 Hal FinkelSimplify checking for pointer types in BBVectorize...
2012-04-14 Hal FinkelFix an error in BBVectorize important for vectorizing...
2012-04-14 Hal FinkelEnhance BBVectorize to more-properly handle pointer...
2012-04-13 Hal FinkelAdd support to BBVectorize for vectorizing selects.
2012-04-07 Hongbin ZhengRefactor: Use positive field names in VectorizeConfig.
2012-04-05 Hongbin ZhengBBVectorize: Add the const modifier to the VectorizeCon...
2012-04-05 Hongbin ZhengIntroduce the VectorizeConfig class, with which we...
2012-04-05 Hongbin ZhengAdd the function "vectorizeBasicBlock" which allow...
2012-03-31 Hal FinkelCorrectly vectorize powi.
2012-03-05 Sebastian Popfix typos
2012-03-05 Sebastian Popremove spaces on empty lines
2012-02-10 Hal FinkelUpdate BBVectorize to use aliasesUnknownInst.
2012-02-06 Sebastian Popfix indentation
2012-02-05 David BlaikieSimplify contains tests using 'count'.
2012-02-05 NAKAMURA TakumiBBVectorize.cpp: Get rid of comparision to bool to...
2012-02-04 Hal FinkelBoost the effective chain depth of loads and stores.
2012-02-02 Benjamin KramerBBVectorize: Simplify code, no functionality change.
2012-02-02 Hal FinkelMinor changes from review.
2012-02-02 Hal FinkelVectorize long blocks in groups.
2012-02-01 NAKAMURA TakumiBBVectorize.cpp: Try to fix MSVC build. map::iterator...
2012-02-01 Hal FinkelA few of the changes suggested in code review (by Nick...
2012-02-01 Hal FinkelAdd a basic-block autovectorization pass.