aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Vectorize
Commit message (Expand)AuthorAgeFilesLines
* Precompute SCEV pointer analysis prior to instruction fusion in BBVectorize.Hal Finkel2012-06-281-10/+51
* Remove a useless check in BBVectorize.Hal Finkel2012-06-281-5/+0
* Allow BBVectorize to form non-2^n-length vectors.Hal Finkel2012-06-281-132/+532
* Refactor operation equivalence checking in BBVectorize by extending Instructi...Hal Finkel2012-06-281-23/+2
* llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.NAKAMURA Takumi2012-06-241-0/+2
* Allow controlling vectorization of boolean values separately from other integ...Hal Finkel2012-06-241-4/+14
* Allow BBVectorize to fuse compare instructions.Hal Finkel2012-06-231-0/+8
* Teach BBVectorize to combine, when possible, or discard metadata when fusing ...Hal Finkel2012-06-161-0/+30
* Don't vectorize target-specific types (ppc_fp128, x86_fp80, etc.).Hal Finkel2012-04-271-0/+6
* Fix style violation in BBVectorize (pointed out by Bill Wendling)Hal Finkel2012-04-161-3/+3
* Simplify checking for pointer types in BBVectorize (this change was suggested...Hal Finkel2012-04-161-5/+2
* Fix an error in BBVectorize important for vectorizing pointer types.Hal Finkel2012-04-141-0/+31
* Enhance BBVectorize to more-properly handle pointer values and vectorize GEPs.Hal Finkel2012-04-141-2/+27
* Add support to BBVectorize for vectorizing selects.Hal Finkel2012-04-131-0/+8
* Refactor: Use positive field names in VectorizeConfig.Hongbin Zheng2012-04-071-13/+15
* BBVectorize: Add the const modifier to the VectorizeConfig because we won'tHongbin Zheng2012-04-051-1/+1
* Introduce the VectorizeConfig class, with which we can control the behaviorHongbin Zheng2012-04-051-32/+60
* Add the function "vectorizeBasicBlock" which allow users vectorize aHongbin Zheng2012-04-051-5/+19
* Correctly vectorize powi.Hal Finkel2012-03-311-11/+33
* 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