aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms
Commit message (Expand)AuthorAgeFilesLines
...
* CastInst::castIsValid should return true if the dest type is the same asEvan Cheng2013-01-101-0/+36
* Teach InstCombine to hoist FABS and FNEG through FPTRUNC instructions. The a...Owen Anderson2013-01-101-0/+19
* LoopVectorizer: Fix a bug in the vectorization of BinaryOperators. The Binary...Nadav Rotem2013-01-101-0/+25
* Fix TryToShrinkGlobalToBoolean in GlobalOpt, so that it does not discard addr...Joey Gouly2013-01-101-11/+16
* ARM Cost model: Use the size of vector registers and widest vectorizable inst...Nadav Rotem2013-01-093-2/+62
* LICM: Hoist insertvalue/extractvalue out of loops.Benjamin Kramer2013-01-091-0/+26
* ARM Cost Model: Add a basic vectorization unrolling test.Nadav Rotem2013-01-091-3/+10
* Remove the -licm pass from the loop vectorizer test because the loop vectoriz...Nadav Rotem2013-01-0923-25/+25
* Cost Model: Move the 'max unroll factor' variable to the TTI and add initial ...Nadav Rotem2013-01-093-2/+31
* Consider expression "0.0 - X" as the negation of X ifShuxin Yang2013-01-091-2/+13
* Make sure we don't emit instructions before a landingpad instruction.Bill Wendling2013-01-082-0/+89
* LoopVectorizer: Add support for floating point reductionsNadav Rotem2013-01-071-0/+29
* LoopVectorizer: When we vectorizer and widen loops we process many elements a...Nadav Rotem2013-01-071-0/+50
* This change is to implement following rules:Shuxin Yang2013-01-071-0/+85
* When code size is the priority (Oz, MinSize attribute), help llvmQuentin Colombet2013-01-071-0/+29
* Switch the SCEV expander and LoopStrengthReduce to useChandler Carruth2013-01-074-12/+13
* Fix a mistaken commit that included some debugging code.David Tweed2013-01-071-1/+1
* There was a switch fall-through in the parser for textual LLVM that causedDavid Tweed2013-01-072-3/+3
* Switch BBVectorize to directly depend on having a TTI analysis.Chandler Carruth2013-01-0710-15/+15
* Fix a crash in LSR replaceCongruentIVs.Andrew Trick2013-01-061-0/+44
* Fix a typo. Remove the duplicated test.Nadav Rotem2013-01-051-25/+0
* iLoopVectorize: Non commutative operators can be used as reduction variables ...Nadav Rotem2013-01-052-3/+31
* Force a fixed unroll count on the target independent tests.Nadav Rotem2013-01-0527-27/+27
* tabs-to-spacesAndrew Trick2013-01-041-44/+43
* Do not vectorize loops with subtraction reductionsPaul Redmond2013-01-042-1/+51
* Memory Dependence Analysis: fix a miscompile that uses DT to approxmiate theManman Ren2013-01-041-0/+54
* LoopVectorizer:Nadav Rotem2013-01-042-2/+58
* LoopVectorizer: Test the unrolling flag.Nadav Rotem2013-01-031-0/+39
* Avoid vectorization when the function has the "noimplicitflot" attribute.Nadav Rotem2013-01-021-0/+29
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2013-01-012-3/+8
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2013-01-0129-30/+30
* Make opt grab the triple from the module and use it to initialize the target ...Nadav Rotem2013-01-011-1/+1
* recommit r171298 (add support for PHI nodes to ObjectSizeOffsetVisitor). Hope...Nuno Lopes2012-12-311-0/+128
* Revert "add support for PHI nodes to ObjectSizeOffsetVisitor"Benjamin Kramer2012-12-311-54/+0
* Add extra CHECK to make sure that 'or' instruction was replaced.Jakub Staszak2012-12-311-0/+1
* add support for PHI nodes to ObjectSizeOffsetVisitorNuno Lopes2012-12-311-0/+54
* Fix LICM's memory promotion optimization to preserve TBAA tags whenChris Lattner2012-12-311-2/+40
* teach instcombine to preserve TBAA tag when merging two stores, part ofChris Lattner2012-12-311-0/+34
* Transform (A == C1 || A == C2) into (A & ~(C1 ^ C2)) == C1Jakub Staszak2012-12-311-0/+11
* LoopVectorizer: Fix a bug in the code that updates the loop exiting block.Nadav Rotem2012-12-301-0/+29
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-3021-23/+23
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-3047-48/+48
* llvm/test/Transforms/GVN/null-aliases-nothing.ll: Fix a RUN line not to emit ...NAKAMURA Takumi2012-12-301-1/+1
* Fix a stunning oversight in the inline cost analysis. It was neverChandler Carruth2012-12-281-0/+38
* Teach the inline cost analysis about calls that can be simplified andChandler Carruth2012-12-281-0/+38
* Teach instsimplify to use the constant folder where appropriate forChandler Carruth2012-12-281-0/+52
* If all of the write objects are identified then we can vectorize the loop eve...Nadav Rotem2012-12-261-0/+53
* LoopVectorizer: Optimize the vectorization of consecutive memory access when ...Nadav Rotem2012-12-261-1/+2
* BBVectorize: Use VTTI to compute costs for intrinsics vectorizationHal Finkel2012-12-261-0/+79
* LoopVectorize: Enable vectorization of the fmuladd intrinsicHal Finkel2012-12-251-0/+60