aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/ObjCARC
Commit message (Expand)AuthorAgeFilesLines
* [objc-arc] Fixed a spelling error and made the statistic descriptions be cons...Michael Gottesman2013-05-151-5/+5
* Removed trailing whitespace.Michael Gottesman2013-05-141-4/+4
* [objc-arc-opts] Added debug statements when we set and unset whether a pointe...Michael Gottesman2013-05-141-0/+2
* [objc-arc-opts] In the presense of an alloca unconditionally remove RR pairs ...Michael Gottesman2013-05-131-5/+91
* Move a couple more statistics inside '#ifndef NDEBUG'.Matt Beaumont-Gay2013-05-131-1/+1
* [objc-arc-opts] Add comment to BBState making it clear that get{TopDown,Botto...Michael Gottesman2013-05-131-0/+6
* [objc-arc] Move the before optimization statistics gathering phase out of Opt...Michael Gottesman2013-05-131-8/+7
* Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko2013-05-051-2/+1
* This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo2013-05-011-1/+0
* Add in some conditional compilation in order to silence an unused variable wa...Michael Gottesman2013-04-291-0/+2
* [objc-arc] Apply the RV optimization to retains next to calls in ObjCARCContr...Michael Gottesman2013-04-292-53/+64
* Added statistics to count the number of retains/releases before/after optimiz...Michael Gottesman2013-04-291-0/+47
* Removed trailing whitespace.Michael Gottesman2013-04-291-1/+1
* Fix for r180693. = /.Michael Gottesman2013-04-291-1/+2
* [objc-arc-annotations] Moved the disabling of call movement to ConnectTDBUTra...Michael Gottesman2013-04-291-6/+5
* Revert "[objc-arc] Added ImpreciseAutoreleaseSet to track autorelease calls t...Michael Gottesman2013-04-261-38/+0
* [objc-arc] Added ImpreciseAutoreleaseSet to track autorelease calls that were...Michael Gottesman2013-04-241-0/+38
* Fixed comment typo.Michael Gottesman2013-04-241-1/+1
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-221-0/+1
* When we strength reduce an objc_retainBlock call to objc_retain, increment Nu...Michael Gottesman2013-04-211-1/+6
* Fixed comment typo.Michael Gottesman2013-04-211-1/+1
* [objc-arc] Fixed typo in debug message.Michael Gottesman2013-04-211-1/+1
* [objc-arc] Fixed comment typo.Michael Gottesman2013-04-211-1/+1
* [objc-arc] Refactored OptimizeReturns so that it uses continue instead of a l...Michael Gottesman2013-04-211-25/+30
* [objc-arc] Added debug statement saying when we are resetting a sequence's pr...Michael Gottesman2013-04-201-0/+1
* [objc-arc] Do not mismatch up retains inside a for loop with releases outside...Michael Gottesman2013-04-181-96/+131
* Removed trailing whitespace.Michael Gottesman2013-04-181-3/+3
* [objc-arc] Added annotation option to only emit annotations for a specific ss...Michael Gottesman2013-04-171-0/+24
* Fixed typo.Michael Gottesman2013-04-171-4/+4
* [objc-arc] Added descriptions for EnableARCAnnotations, EnableCheckForCFGHaza...Michael Gottesman2013-04-172-3/+7
* [objc-arc] Added an option to arc-annotations for turning off CheckForCFGHazard.Michael Gottesman2013-04-171-0/+6
* Fix some comment typos.Bob Wilson2013-04-091-2/+2
* Removed trailing whitespace.Michael Gottesman2013-04-051-27/+27
* An objc_retain can serve as a use for a different pointer.Michael Gottesman2013-04-051-2/+3
* Properly model precise lifetime when given an incomplete dataflow sequence.Michael Gottesman2013-04-051-6/+20
* Added two debug logging messages to VisitInstructionsTopDown to match VisitIn...Michael Gottesman2013-04-051-0/+4
* Cleaned up whitespace and made debug logging less verbose.Michael Gottesman2013-04-051-114/+95
* Refactored out the helper method FindPredecessorAutoreleaseWithSafePath from ...Michael Gottesman2013-04-031-25/+45
* Refactored out the helper function FindPredecessorRetainWithSafePath from Obj...Michael Gottesman2013-04-031-18/+32
* Small cleanups.Michael Gottesman2013-04-031-14/+14
* Refactored out a part of ObjCARCOpt::OptimizeReturns into its own method HasS...Michael Gottesman2013-04-031-22/+33
* Removed an old comment.Michael Gottesman2013-04-031-7/+0
* Clean up arc annotations by moving the top/bottom BB annotations into conditi...Michael Gottesman2013-04-031-58/+46
* Remove an optimization where we were changing an objc_autorelease into an obj...Michael Gottesman2013-04-031-16/+1
* Improved comment. No functionality change.Michael Gottesman2013-04-031-1/+2
* Add clang.arc.used to ModuleHasARC so ARC always runs if said call is present...Michael Gottesman2013-03-291-1/+2
* Removed trailing whitespace.Michael Gottesman2013-03-291-15/+15
* Removed dead code from ObjCARCOpts relating to tracking objc_retainBlocks thr...Michael Gottesman2013-03-281-37/+6
* Non optimizable objc_retainBlock calls are not forwarding.Michael Gottesman2013-03-281-3/+0
* [ObjCARC] Strength reduce objc_retainBlock -> objc_retain if the objc_retainB...Michael Gottesman2013-03-281-10/+45