summaryrefslogtreecommitdiff
path: root/lib/Transforms
Commit message (Expand)AuthorAge
* Scan the successor blocks and use the PHI nodes as a hint for possible chain ...Nadav Rotem2013-06-18
* Add a return value to make this function more useful.Nadav Rotem2013-06-18
* Fix nondeterminism in .gcno file generation.Nick Lewycky2013-06-18
* Fix for a regression caused by the LoopVectorizer whenPekka Jaaskelainen2013-06-17
* Disable vectorization for -Oz.Nadav Rotem2013-06-17
* Enable the loop vectorizer by default for -Os and -O2.Nadav Rotem2013-06-17
* Use 0 instead of NULL.Jakub Staszak2013-06-15
* PruneEH: Only merge attribute sets when used. No functionality change.Benjamin Kramer2013-06-15
* Fix DeleteDeadVarargs not to crash on functions referenced by BlockAddressesDerek Schuff2013-06-13
* Always remove an alias when we rename the target.Rafael Espindola2013-06-12
* Move PathV2.h to Path.hRafael Espindola2013-06-11
* Change how globalopt handles aliases in llvm.used.Rafael Espindola2013-06-11
* Make DeadArgumentElimination more conservative on variadic functionsTim Northover2013-06-09
* Fix a potential bug in r183584.Shuxin Yang2013-06-08
* Fix an assertion in MemCpyOpt pass.Shuxin Yang2013-06-07
* [objc-arc] Ensure that the cfg path count does not overflow when we multiply ...Michael Gottesman2013-06-07
* Simplify code. No functionality change.Jakub Staszak2013-06-06
* Jeffrey Yasskin volunteered to benchmark the vectorizer on -O2 or -Os when co...Nadav Rotem2013-06-06
* Re-apply "Use IRBuilder instead of ConstantInt methods." with the fixed issues.Jakub Staszak2013-06-06
* Revert "Use IRBuilder instead of ConstantInt methods. It simplifies code a li...Rafael Espindola2013-06-06
* Remove unneeded cast<>.Jakub Staszak2013-06-06
* Use IRBuilder instead of ConstantInt methods.Jakub Staszak2013-06-06
* Use IRBuilder instead of ConstantInt methods. It simplifies code a little bit.Jakub Staszak2013-06-05
* IndVarSimplify: check if loop invariant expansion can trapDavid Majnemer2013-06-04
* Second part of pr16069Rafael Espindola2013-06-04
* Typo: s/caes/cases/ in SimplifyCFGHans Wennborg2013-06-04
* Delete dead safety check.Nick Lewycky2013-06-03
* SimplifyCFG: Do not transform PHI to select if doing so would be unsafeDavid Majnemer2013-06-03
* SimplifyCFG: Small cleanup, use ICmpInst::isEquality()David Majnemer2013-06-03
* [asan] ASan Linux MIPS32 support (llvm part), patch by Jyun-Yan YKostya Serebryany2013-06-03
* When determining the new index for an insertelement, we may not assume that anNick Lewycky2013-06-01
* SimplifyCFG: Fix typo in comment for ComputeSpeculationCostDavid Majnemer2013-06-01
* Move getRealLinkageName to a common place and remove all the duplicates of it.Benjamin Kramer2013-06-01
* LoopVectorize: Change API call to get the backedge taken countArnold Schwaighofer2013-05-31
* Loop Strength Reduce: Scaling factor cost.Quentin Colombet2013-05-31
* LoopVectorize: PHIs with only outside users should prevent vectorizationArnold Schwaighofer2013-05-31
* Modify how the formulae are rated in Loop Strength Reduce.Quentin Colombet2013-05-31
* Simplify multiplications by vectors whose elements are powers of 2.Rafael Espindola2013-05-31
* [msan] Handle mixed track-origins and keep-going settings (llvm part).Evgeniy Stepanov2013-05-31
* Reapply with r182909 with a fix to the calculation of the new indices forNick Lewycky2013-05-31
* Revert r182909.Evgeniy Stepanov2013-05-30
* Swizzle vector inputs if it helps us eliminate shuffles.Nick Lewycky2013-05-30
* LoopVectorize.cpp: Fix abuse of StringRef on Twine. Twine captures the pointe...NAKAMURA Takumi2013-05-29
* Whitespace.NAKAMURA Takumi2013-05-29
* Add support for llvm.vectorizer metadataPaul Redmond2013-05-28
* Extend RemapInstruction and friends to take an optional new parameter, a Valu...James Molloy2013-05-28
* [msan] Fix argument shadow alignment.Evgeniy Stepanov2013-05-28
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-24
* [objc-arc] KnownSafe does not imply that it is safe to perform code motion ac...Michael Gottesman2013-05-24
* [objc-arc] Make sure that multiple owners is propogated correctly through the...Michael Gottesman2013-05-24