aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/ObjCARC/ObjCARCOpts.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update to LLVM 3.5a.Stephen Hines2014-04-241-36/+28
* Merging r196004:Bill Wendling2013-12-011-3/+4
* [objc-arc] Convert the one directional retain/release relation assert to a co...Michael Gottesman2013-11-051-3/+18
* [objc-arc] Remove dead code from previous commit.Michael Gottesman2013-09-031-140/+0
* [objc-arc] Turn off the objc_retainBlock -> objc_retain optimization.Michael Gottesman2013-09-031-5/+0
* [objc-arc] Track if we encountered an additive overflow while computing {TopD...Michael Gottesman2013-08-091-8/+53
* Revert "[objc-arc] Track if we encountered an additive overflow while computi...Michael Gottesman2013-08-081-32/+3
* [objc-arc] Track if we encountered an additive overflow while computing {TopD...Michael Gottesman2013-08-071-3/+32
* [objc-arc] Change 4 iterator methods which return const_iterators to be const...Michael Gottesman2013-08-071-4/+4
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-141-6/+6
* Removed trailing whitespace.Michael Gottesman2013-07-061-2/+2
* [objc-arc] Updated ObjCARCOpts to use ARCRuntimeEntryPoints.Michael Gottesman2013-07-061-123/+22
* [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
* [objc-arc] Ensure that the cfg path count does not overflow when we multiply ...Michael Gottesman2013-06-071-10/+38
* [objc-arc] KnownSafe does not imply that it is safe to perform code motion ac...Michael Gottesman2013-05-241-8/+40
* [objc-arc] Make sure that multiple owners is propogated correctly through the...Michael Gottesman2013-05-241-17/+16
* [objc-arc] Fixed number of prefixing slashes in some comments in a function f...Michael Gottesman2013-05-231-6/+6
* [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
* 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-291-52/+0
* 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
* 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