aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms
AgeCommit message (Expand)Author
2013-04-19LoopVectorizer: Use matcher from PatternMatch.h for the min/max patternsArnold Schwaighofer
2013-04-19Keep coding stanard. Don't use "else if" after "return".Jakub Staszak
2013-04-18Implement a better fix for PR15185.Bill Wendling
2013-04-18Fix a -Wdocumentation warningDmitri Gribenko
2013-04-18In the function InstCombiner::visitExtractElementInst() removed the limitatio...Anat Shemer
2013-04-18Added a function scalarizePHI() that sclarizes a vector phi instruction if it...Anat Shemer
2013-04-18Fix a comment, PR15777.Chris Lattner
2013-04-18LoopVectorizer: Recognize min/max reductionsArnold Schwaighofer
2013-04-18LoopVectorize: Use a set to avoid longer cycles in the reduction chain too.Benjamin Kramer
2013-04-18Revert "Combine bit test + conditional or into simple math"David Majnemer
2013-04-18Combine bit test + conditional or into simple mathDavid Majnemer
2013-04-18[objc-arc] Do not mismatch up retains inside a for loop with releases outside...Michael Gottesman
2013-04-18Removed trailing whitespace.Michael Gottesman
2013-04-17[objc-arc] Added annotation option to only emit annotations for a specific ss...Michael Gottesman
2013-04-17Fixed typo.Michael Gottesman
2013-04-17[objc-arc] Added descriptions for EnableARCAnnotations, EnableCheckForCFGHaza...Michael Gottesman
2013-04-17[objc-arc] Added an option to arc-annotations for turning off CheckForCFGHazard.Michael Gottesman
2013-04-17Do not optimise fprintf() calls if its return value is used.Peter Collingbourne
2013-04-16simplifycfg: Fix integer overflow converting switch into icmp.Hans Wennborg
2013-04-15We are not able to bitcast a pointer to an integral value.Bill Wendling
2013-04-15SLPVectorizer: Make it a function pass and add code for hoisting the vector-g...Nadav Rotem
2013-04-15Fix a typo in comment.Jim Grosbach
2013-04-15Add an option -vectorize-slp-aggressive for running the BB vectorizer. Make -...Nadav Rotem
2013-04-15Rename the slp-vectorizer clang/llvm flags. No functionality change.Nadav Rotem
2013-04-15SLPVectorizer: Add support for vectorizing trees that start at compare instru...Nadav Rotem
2013-04-14Reorders two transforms that collide with each otherDavid Majnemer
2013-04-14Miscellaneous cleanups for VecUtils.hBenjamin Kramer
2013-04-14SLP: Document the scalarization cost method.Nadav Rotem
2013-04-14SLPVectorizer: Add support for trees that don't start at binary operators, an...Nadav Rotem
2013-04-14SLPVectorizer: add initial support for reduction variable vectorization.Nadav Rotem
2013-04-13GlobalDCE: Fix an oversight in my last commit that could lead to crashes.Benjamin Kramer
2013-04-13Fix a scalability issue with complex ConstantExprs.Benjamin Kramer
2013-04-12InstCombine: Check the operand types before merging fcmp ord & fcmp ord.Benjamin Kramer
2013-04-12SLPVectorizer: add support for vectorization of diamond shaped trees. We now ...Nadav Rotem
2013-04-12Add debug prints.Nadav Rotem
2013-04-12Simplify (A & ~B) in icmp if A is a power of 2David Majnemer
2013-04-12LoopVectorizer: integer division is not a reduction operationArnold Schwaighofer
2013-04-11Optimize icmp involving addition betterDavid Majnemer
2013-04-11Fix for wrong instcombine on vector insert/extractBenjamin Kramer
2013-04-11[ASan] Allow disabling init-order checks for globals by source file name.Alexey Samsonov
2013-04-11Rename the C function to create a SLPVectorizerPass to something sane and exp...Benjamin Kramer
2013-04-10Make the SLP store-merger less paranoid about function calls. We check for fu...Nadav Rotem
2013-04-10We require DataLayout for analyzing the size of stores.Nadav Rotem
2013-04-10Change CloneFunctionInto to always clone Argument attributes induvidually,Joey Gouly
2013-04-09Fix some comment typos.Bob Wilson
2013-04-09Add support for bottom-up SLP vectorization infrastructure.Nadav Rotem
2013-04-08Redo the fix Benjamin Kramer committed in r178793 about iterator invalidation...Shuxin Yang
2013-04-07Fix PR15674 (and PR15603): a SROA think-o.Chandler Carruth
2013-04-05Removed trailing whitespace.Michael Gottesman
2013-04-05An objc_retain can serve as a use for a different pointer.Michael Gottesman