aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms
AgeCommit message (Expand)Author
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-12Have the StripMetadata pass also strip unsupported named metadata.Jan Voung
2013-04-12PNaCl: extend GlobalCleanup to null-out extern_weak function references, and ...Derek Schuff
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
2013-04-05Properly model precise lifetime when given an incomplete dataflow sequence.Michael Gottesman
2013-04-05Tidy up a bit. No functional change.Jim Grosbach
2013-04-05Disable the optimization about promoting vector-element-access with symbolic ...Shuxin Yang
2013-04-05Added two debug logging messages to VisitInstructionsTopDown to match VisitIn...Michael Gottesman
2013-04-05Cleaned up whitespace and made debug logging less verbose.Michael Gottesman
2013-04-04LoopVectorizer: Pass OperandValueKind information to the cost modelArnold Schwaighofer
2013-04-04Reassociate: Avoid iterator invalidation.Benjamin Kramer
2013-04-04PNaCl: Change ExpandVarArgs to work around invalid use of va_argMark Seaborn
2013-04-03Refactored out the helper method FindPredecessorAutoreleaseWithSafePath from ...Michael Gottesman
2013-04-03Refactored out the helper function FindPredecessorRetainWithSafePath from Obj...Michael Gottesman
2013-04-03Small cleanups.Michael Gottesman
2013-04-03Refactored out a part of ObjCARCOpt::OptimizeReturns into its own method HasS...Michael Gottesman
2013-04-03Removed an old comment.Michael Gottesman
2013-04-03Clean up arc annotations by moving the top/bottom BB annotations into conditi...Michael Gottesman
2013-04-03Remove an optimization where we were changing an objc_autorelease into an obj...Michael Gottesman
2013-04-03Improved comment. No functionality change.Michael Gottesman
2013-04-02Disable shift-compare instcombine optimization for NaCl.Derek Schuff
2013-04-02Use a worklist to avoid a sneaky iterator invalidation.Bill Wendling
2013-04-01Correct assertion conditionShuxin Yang
2013-03-30Implement XOR reassociation. It is based on following rules:Shuxin Yang
2013-03-29PNaCl: Fix ExpandTls to handle a couple of corner cases involving PHI nodesMark Seaborn
2013-03-29Add clang.arc.used to ModuleHasARC so ARC always runs if said call is present...Michael Gottesman
2013-03-29Removed trailing whitespace.Michael Gottesman