summaryrefslogtreecommitdiff
path: root/lib/Transforms/Vectorize
Commit message (Expand)AuthorAge
* Move the code that uses SCEVs prior to creating the new loops. Nadav Rotem2012-11-26
* Move the max vector width to a constant parameter. No functionality change.Nadav Rotem2012-11-25
* Fix the document style.Nadav Rotem2012-11-25
* Refactor the ptr runtime check generation code. No functionality change.Nadav Rotem2012-11-25
* Rename method. No functionality change.Nadav Rotem2012-11-25
* The induction-pointer work is inspired by a research paper. This commit adds ...Nadav Rotem2012-11-25
* Add support for pointer induction variables even when there is no integer ind...Nadav Rotem2012-11-25
* LoopVectorizer: Add initial support for pointer induction variables (for exam...Nadav Rotem2012-11-17
* LoopVectorize: Division reductions generate incorrect code. Remove the part o...Nadav Rotem2012-11-16
* Replace std::vector -> SmallVector in BBVectorizeHal Finkel2012-11-14
* Fix the largest offender of determinism in BBVectorizeHal Finkel2012-11-14
* use the getSplat API. Patch by Paul Redmond.Nadav Rotem2012-11-14
* BBVectorize: Remove temporary assert used for debuggingHal Finkel2012-11-13
* BBVectorize: Don't vectorize vector-manipulation chainsHal Finkel2012-11-13
* BBVectorize: Only some insert element operand pairs are free.Hal Finkel2012-11-12
* BBVectorize: Use a more sophisticated check for input costHal Finkel2012-11-12
* BBVectorize: Check the types of compare instructionsHal Finkel2012-11-12
* BBVectorize: Check the input types of shuffles for legalityHal Finkel2012-11-12
* Fix a comment typo and add comments.Nadav Rotem2012-11-11
* Add support for memory runtime check. When we can, we calculate array bounds.Nadav Rotem2012-11-09
* Fix sign compare warning. Patch by Mahesha HS.Chandler Carruth2012-11-02
* BBVectorize: Use target costs for incoming and outgoing values instead of the...Hal Finkel2012-11-01
* BBVectorize: Account for internal shuffle costsHal Finkel2012-11-01
* LoopVectorize: Preserve NSW, NUW and IsExact flags.Nadav Rotem2012-10-31
* Put the threshold magic number in a variable.Nadav Rotem2012-10-31
* Remove enum values since they are not used anymore.Nadav Rotem2012-10-31
* BBVectorize: Choose pair ordering to minimize shufflesHal Finkel2012-10-31
* LoopVectorize: Do not vectorize loops with tiny constant trip counts.Nadav Rotem2012-10-31
* Add support for loops that don't start with Zero.Nadav Rotem2012-10-31
* Add documentation.Nadav Rotem2012-10-30
* BBVectorize: Cache fixed-order pairs instead of recomputing pointer info.Hal Finkel2012-10-30
* BBVectorize: Fix a small bug introduced in r167042.Hal Finkel2012-10-30
* BBVectorize: Simplify how input swapping is handled.Hal Finkel2012-10-30
* BBVectorize: Don't make calls to SE when the result is unused.Hal Finkel2012-10-30
* LoopVectorize: Add support for write-only loops when the write destination is...Nadav Rotem2012-10-30
* LoopVectorize: Fix a bug in the initialization of reduction variables. AND ne...Nadav Rotem2012-10-30
* LoopVectorizer: change debug prints: Print the module identifier when decidin...Nadav Rotem2012-10-30
* LoopVectorize: Update and preserve the dominator tree info.Nadav Rotem2012-10-29
* Update BBVectorize to use the new VTTI instr. cost interfaces.Hal Finkel2012-10-27
* 1. Fix a bug in getTypeConversion. When a *simple* type is split, we need to ...Nadav Rotem2012-10-27
* Refactor the VectorTargetTransformInfo interface.Nadav Rotem2012-10-26
* Use VTTI->getNumberOfParts in BBVectorize.Hal Finkel2012-10-26
* Disable generation of pointer vectors by BBVectorize.Hal Finkel2012-10-26
* BBVectorize, when using VTTI, should not form types that will be split.Hal Finkel2012-10-25
* Begin incorporating target information into BBVectorize.Hal Finkel2012-10-25
* LoopVectorize: Teach the cost model to query scalar costs as scalar types and...Nadav Rotem2012-10-25
* Add support for additional reduction variables: AND, OR, XOR.Nadav Rotem2012-10-25
* Implement a basic cost model for vector and scalar instructions. Nadav Rotem2012-10-24
* whitespaceNadav Rotem2012-10-24
* LoopVectorizer: Add a basic cost model which uses the VTTI interface.Nadav Rotem2012-10-24