summaryrefslogtreecommitdiff
path: root/lib/Transforms
Commit message (Expand)AuthorAge
* [objc-arc-opts] Make IsTrackingImpreciseReleases a const method.Michael Gottesman2013-06-21
* [objc-arc-opts] Now that PtrState.RRI is encapsulated in PtrState, make PtrSt...Michael Gottesman2013-06-21
* [objc-arc-opts] Encapsulated PtrState.RRI.{Calls,ReverseInsertPts} into sever...Michael Gottesman2013-06-21
* [objcarcopts] Encapsulated PtrState.RRI.IsTrackingImpreciseRelease() => PtrSt...Michael Gottesman2013-06-21
* [objcarcopts] Encapsulate PtrState.RRI.CFGHazardAfflicted via methods PtrStat...Michael Gottesman2013-06-21
* [objcarcopts] Encapsulate PtrState.RRI.ReleaseMetadata into the methods PtrSt...Michael Gottesman2013-06-21
* [objcarcopts] Encapsulate PtrState.RRI.IsTailCallRelease into the method PtrS...Michael Gottesman2013-06-21
* [obcjarcopts] Encapsulate PtrState.RRI.KnownSafe in the methods PtrState.IsKn...Michael Gottesman2013-06-21
* [objcarcopts] Some more minor code cleanups/comment additions.Michael Gottesman2013-06-21
* [objcarcopts] Refactor out the RRInfo merging code from PtrState into RRInfo:...Michael Gottesman2013-06-21
* SLP Vectorizer: do not search for store-chains that are wider than the vector...Nadav Rotem2013-06-21
* Remove the simplify-libcalls pass (finally)Meador Inge2013-06-20
* Clang-format the SLP vectorizer. No functionality change.Nadav Rotem2013-06-20
* SLPVectorization: Add a basic support for cross-basic block slp vectorization.Nadav Rotem2013-06-20
* Change the debug type to match the debug type that is used by vecutils.cpp.Nadav Rotem2013-06-20
* [APFloat] Converted all references to APFloat::isNormal => APFloat::isFiniteN...Michael Gottesman2013-06-19
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-19
* Move StructurizeCFG out of R600 to generic Transforms.Matt Arsenault2013-06-19
* LSR: Fix the parameters used to compute the scaling factor cost.Quentin Colombet2013-06-19
* SLPVectorizer: handle scalars that are extracted from vectors (using ExtractE...Nadav Rotem2013-06-19
* SLPVectorizer: start constructing chains at stores that are not power of two.Nadav Rotem2013-06-19
* SLPVectorizer: vectorize compares and selects.Nadav Rotem2013-06-19
* Document the return value and fix a typo.Nadav Rotem2013-06-19
* 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