summaryrefslogtreecommitdiff
path: root/lib/Transforms/Vectorize/BBVectorize.cpp
Commit message (Expand)AuthorAge
* BBVectorize: Use VTTI to compute costs for intrinsics vectorizationHal Finkel2012-12-26
* BBVectorize: Enable vectorization of the fmuladd intrinsicHal Finkel2012-12-25
* BB-Vectorizer: Check the cost of the store pointer typeNadav Rotem2012-12-21
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* BBVectorize: Correctly merge SubclassOptionalDataHal Finkel2012-11-28
* Replace std::vector -> SmallVector in BBVectorizeHal Finkel2012-11-14
* Fix the largest offender of determinism in BBVectorizeHal Finkel2012-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
* 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
* BBVectorize: Choose pair ordering to minimize shufflesHal Finkel2012-10-31
* 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
* Update BBVectorize to use the new VTTI instr. cost interfaces.Hal Finkel2012-10-27
* 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
* BBVectorize should ignore unreachable blocks.Hal Finkel2012-10-22
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-27
* Make MemoryBuiltins aware of TargetLibraryInfo.Benjamin Kramer2012-08-29
* Precompute SCEV pointer analysis prior to instruction fusion in BBVectorize.Hal Finkel2012-06-28
* Remove a useless check in BBVectorize.Hal Finkel2012-06-28
* Allow BBVectorize to form non-2^n-length vectors.Hal Finkel2012-06-28
* Refactor operation equivalence checking in BBVectorize by extending Instructi...Hal Finkel2012-06-28
* Allow controlling vectorization of boolean values separately from other integ...Hal Finkel2012-06-24
* Allow BBVectorize to fuse compare instructions.Hal Finkel2012-06-23
* Teach BBVectorize to combine, when possible, or discard metadata when fusing ...Hal Finkel2012-06-16
* Don't vectorize target-specific types (ppc_fp128, x86_fp80, etc.).Hal Finkel2012-04-27
* Fix style violation in BBVectorize (pointed out by Bill Wendling)Hal Finkel2012-04-16
* Simplify checking for pointer types in BBVectorize (this change was suggested...Hal Finkel2012-04-16
* Fix an error in BBVectorize important for vectorizing pointer types.Hal Finkel2012-04-14
* Enhance BBVectorize to more-properly handle pointer values and vectorize GEPs.Hal Finkel2012-04-14
* Add support to BBVectorize for vectorizing selects.Hal Finkel2012-04-13
* Refactor: Use positive field names in VectorizeConfig.Hongbin Zheng2012-04-07
* BBVectorize: Add the const modifier to the VectorizeConfig because we won'tHongbin Zheng2012-04-05
* Introduce the VectorizeConfig class, with which we can control the behaviorHongbin Zheng2012-04-05
* Add the function "vectorizeBasicBlock" which allow users vectorize aHongbin Zheng2012-04-05
* Correctly vectorize powi.Hal Finkel2012-03-31
* fix typosSebastian Pop2012-03-05
* remove spaces on empty linesSebastian Pop2012-03-05