aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms
Commit message (Expand)AuthorAgeFilesLines
* Revert "FunctionAttrs: Merge attributes once instead of doing it for every ar...Benjamin Kramer2013-06-221-46/+32
* FunctionAttrs: Merge attributes once instead of doing it for every argument.Benjamin Kramer2013-06-221-32/+46
* [objc-arc-opts] Make IsTrackingImpreciseReleases a const method.Michael Gottesman2013-06-211-1/+1
* [objc-arc-opts] Now that PtrState.RRI is encapsulated in PtrState, make PtrSt...Michael Gottesman2013-06-211-5/+7
* [objc-arc-opts] Encapsulated PtrState.RRI.{Calls,ReverseInsertPts} into sever...Michael Gottesman2013-06-211-12/+28
* [objcarcopts] Encapsulated PtrState.RRI.IsTrackingImpreciseRelease() => PtrSt...Michael Gottesman2013-06-211-4/+5
* [objcarcopts] Encapsulate PtrState.RRI.CFGHazardAfflicted via methods PtrStat...Michael Gottesman2013-06-211-2/+10
* [objcarcopts] Encapsulate PtrState.RRI.ReleaseMetadata into the methods PtrSt...Michael Gottesman2013-06-211-2/+10
* [objcarcopts] Encapsulate PtrState.RRI.IsTailCallRelease into the method PtrS...Michael Gottesman2013-06-211-2/+10
* [obcjarcopts] Encapsulate PtrState.RRI.KnownSafe in the methods PtrState.IsKn...Michael Gottesman2013-06-211-6/+15
* [objcarcopts] Some more minor code cleanups/comment additions.Michael Gottesman2013-06-211-1/+5
* [objcarcopts] Refactor out the RRInfo merging code from PtrState into RRInfo:...Michael Gottesman2013-06-211-17/+28
* SLP Vectorizer: do not search for store-chains that are wider than the vector...Nadav Rotem2013-06-211-2/+4
* Remove the simplify-libcalls pass (finally)Meador Inge2013-06-205-255/+52
* Clang-format the SLP vectorizer. No functionality change.Nadav Rotem2013-06-203-202/+259
* SLPVectorization: Add a basic support for cross-basic block slp vectorization.Nadav Rotem2013-06-203-13/+80
* Change the debug type to match the debug type that is used by vecutils.cpp.Nadav Rotem2013-06-201-1/+1
* [APFloat] Converted all references to APFloat::isNormal => APFloat::isFiniteN...Michael Gottesman2013-06-192-10/+10
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-193-22/+22
* Move StructurizeCFG out of R600 to generic Transforms.Matt Arsenault2013-06-193-0/+881
* LSR: Fix the parameters used to compute the scaling factor cost.Quentin Colombet2013-06-191-5/+13
* SLPVectorizer: handle scalars that are extracted from vectors (using ExtractE...Nadav Rotem2013-06-191-0/+44
* SLPVectorizer: start constructing chains at stores that are not power of two.Nadav Rotem2013-06-191-3/+17
* SLPVectorizer: vectorize compares and selects.Nadav Rotem2013-06-191-3/+75
* Document the return value and fix a typo.Nadav Rotem2013-06-191-1/+2
* Scan the successor blocks and use the PHI nodes as a hint for possible chain ...Nadav Rotem2013-06-181-6/+40
* Add a return value to make this function more useful.Nadav Rotem2013-06-182-2/+4
* Fix nondeterminism in .gcno file generation.Nick Lewycky2013-06-181-9/+25
* Fix for a regression caused by the LoopVectorizer whenPekka Jaaskelainen2013-06-171-3/+3
* Disable vectorization for -Oz.Nadav Rotem2013-06-171-1/+1
* Enable the loop vectorizer by default for -Os and -O2.Nadav Rotem2013-06-171-7/+1
* Use 0 instead of NULL.Jakub Staszak2013-06-151-5/+5
* PruneEH: Only merge attribute sets when used. No functionality change.Benjamin Kramer2013-06-151-7/+5
* Fix DeleteDeadVarargs not to crash on functions referenced by BlockAddressesDerek Schuff2013-06-131-2/+9
* Always remove an alias when we rename the target.Rafael Espindola2013-06-121-3/+1
* Move PathV2.h to Path.hRafael Espindola2013-06-111-1/+1
* Change how globalopt handles aliases in llvm.used.Rafael Espindola2013-06-111-100/+156
* Make DeadArgumentElimination more conservative on variadic functionsTim Northover2013-06-091-5/+17
* Fix a potential bug in r183584.Shuxin Yang2013-06-081-4/+8
* Fix an assertion in MemCpyOpt pass.Shuxin Yang2013-06-071-2/+4
* [objc-arc] Ensure that the cfg path count does not overflow when we multiply ...Michael Gottesman2013-06-071-10/+38
* Simplify code. No functionality change.Jakub Staszak2013-06-061-2/+1
* Jeffrey Yasskin volunteered to benchmark the vectorizer on -O2 or -Os when co...Nadav Rotem2013-06-061-1/+7
* Re-apply "Use IRBuilder instead of ConstantInt methods." with the fixed issues.Jakub Staszak2013-06-061-68/+55
* Revert "Use IRBuilder instead of ConstantInt methods. It simplifies code a li...Rafael Espindola2013-06-061-56/+70
* Remove unneeded cast<>.Jakub Staszak2013-06-061-2/+2
* Use IRBuilder instead of ConstantInt methods.Jakub Staszak2013-06-061-27/+17
* Use IRBuilder instead of ConstantInt methods. It simplifies code a little bit.Jakub Staszak2013-06-051-70/+56
* IndVarSimplify: check if loop invariant expansion can trapDavid Majnemer2013-06-041-1/+1
* Second part of pr16069Rafael Espindola2013-06-041-4/+9