summaryrefslogtreecommitdiff
path: root/lib/Transforms/Vectorize
Commit message (Expand)AuthorAge
* Add IRBuilder::CreateVectorSplat and use it to simplify code.Benjamin Kramer2013-01-01
* Remove the Function::getFnAttributes method in favor of using the AttributeSetBill Wendling2012-12-30
* LoopVectorizer: Fix a bug in the code that updates the loop exiting block.Nadav Rotem2012-12-30
* If all of the write objects are identified then we can vectorize the loop eve...Nadav Rotem2012-12-26
* LoopVectorizer: Optimize the vectorization of consecutive memory access when ...Nadav Rotem2012-12-26
* BBVectorize: Use VTTI to compute costs for intrinsics vectorizationHal Finkel2012-12-26
* LoopVectorize: Enable vectorization of the fmuladd intrinsicHal Finkel2012-12-25
* BBVectorize: Enable vectorization of the fmuladd intrinsicHal Finkel2012-12-25
* LoopVectorizer: When checking for vectorizable types, also checkNadav Rotem2012-12-24
* LoopVectorizer: Fix an endless loop in the code that looks for reductions.Nadav Rotem2012-12-24
* LoopVectorize: Fix accidentaly inverted condition.Benjamin Kramer2012-12-23
* LoopVectorize: For scalars and void types there is no need to compute vector ...Benjamin Kramer2012-12-23
* Loop Vectorizer: Update the cost model of scatter/gather operations and makeNadav Rotem2012-12-23
* Change 'AttrVal' to 'AttrKind' to better reflect that it's a kind of attribut...Bill Wendling2012-12-22
* Remove duplicate includes.Roman Divacky2012-12-21
* Enable if-conversion.Nadav Rotem2012-12-21
* BB-Vectorizer: Check the cost of the store pointer typeNadav Rotem2012-12-21
* Fix a bug in the code that checks if we can vectorize loops while using dynamicNadav Rotem2012-12-21
* LoopVectorize: Fix a bug in the scalarization of instructions.Nadav Rotem2012-12-20
* Loop Vectorizer: turn-off if-conversion.Nadav Rotem2012-12-20
* Loop Vectorizer: Enable if-conversion.Nadav Rotem2012-12-20
* whitespaceNadav Rotem2012-12-20
* LoopVectorize: Make iteration over induction variables not depend on pointer ...Benjamin Kramer2012-12-19
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-19
* LoopVectorize: Emit reductions as log2(vectorsize) shuffles + vector ops inst...Benjamin Kramer2012-12-18
* Enable the Loop Vectorizer by default for O2 and O3. Disable if-conversion by...Nadav Rotem2012-12-13
* Teach the cost model about the optimization in r169904: Truncation of inducti...Nadav Rotem2012-12-13
* Fix indentation.Nadav Rotem2012-12-12
* LoopVectorizer: Use the "optsize" attribute to decide if we are allowed to in...Nadav Rotem2012-12-12
* Fix the ascii drawing that was ruined when I split the H and CPPNadav Rotem2012-12-12
* fix a typo.Nadav Rotem2012-12-12
* LoopVectorizer: When -Os is used, vectorize only loops that dont require a ta...Nadav Rotem2012-12-12
* PR14574. Fix a bug in the code that calculates the mask the converted PHIs in...Nadav Rotem2012-12-11
* Loop Vectorize: optimize the vectorization of trunc(induction_var). The trunc...Nadav Rotem2012-12-11
* Fix PR14565. Don't if-convert loops that have switch statements in them.Nadav Rotem2012-12-11
* Split the LoopVectorizer into H and CPP.Nadav Rotem2012-12-10
* Add support for reverse induction variables. For example:Nadav Rotem2012-12-10
* LoopVectorize: support vectorizing intrinsic callsPaul Redmond2012-12-09
* test commit.Paul Redmond2012-12-09
* LoopVectorizer: Increase the number of pointers that can be tested at runtime...Nadav Rotem2012-12-04
* Enable if-conversion during vectorization.Nadav Rotem2012-12-04
* Fix a bug in vectorization of if-converted reduction variables. If theNadav Rotem2012-12-04
* Add support for reduction variables when IF-conversion is enabled. Nadav Rotem2012-12-04
* Give scalar if-converted blocks half the score because they are not always ex...Nadav Rotem2012-12-04
* Add the last part that is needed for vectorization of if-converted code.Nadav Rotem2012-12-04
* LoopVectorize.cpp: Suppress a warning. [-Wunused-variable]NAKAMURA Takumi2012-12-04
* Fix whitespace.NAKAMURA Takumi2012-12-04
* minor renaming, documentation and cleanups.Nadav Rotem2012-12-03
* IF-conversion: teach the cost-model how to grade if-converted loops.Nadav Rotem2012-12-03
* Now that we have a basic if-conversion infrastructure we can rename theNadav Rotem2012-12-03