index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
ObjCARC
/
ObjCARCOpts.cpp
Age
Commit message (
Expand
)
Author
2013-05-14
[objc-arc-opts] Added debug statements when we set and unset whether a pointe...
Michael Gottesman
2013-05-13
[objc-arc-opts] In the presense of an alloca unconditionally remove RR pairs ...
Michael Gottesman
2013-05-13
Move a couple more statistics inside '#ifndef NDEBUG'.
Matt Beaumont-Gay
2013-05-13
[objc-arc-opts] Add comment to BBState making it clear that get{TopDown,Botto...
Michael Gottesman
2013-05-13
[objc-arc] Move the before optimization statistics gathering phase out of Opt...
Michael Gottesman
2013-05-05
Add ArrayRef constructor from None, and do the cleanups that this constructor...
Dmitri Gribenko
2013-04-29
Add in some conditional compilation in order to silence an unused variable wa...
Michael Gottesman
2013-04-29
[objc-arc] Apply the RV optimization to retains next to calls in ObjCARCContr...
Michael Gottesman
2013-04-29
Added statistics to count the number of retains/releases before/after optimiz...
Michael Gottesman
2013-04-29
Removed trailing whitespace.
Michael Gottesman
2013-04-29
Fix for r180693. = /.
Michael Gottesman
2013-04-29
[objc-arc-annotations] Moved the disabling of call movement to ConnectTDBUTra...
Michael Gottesman
2013-04-26
Revert "[objc-arc] Added ImpreciseAutoreleaseSet to track autorelease calls t...
Michael Gottesman
2013-04-24
[objc-arc] Added ImpreciseAutoreleaseSet to track autorelease calls that were...
Michael Gottesman
2013-04-24
Fixed comment typo.
Michael Gottesman
2013-04-21
When we strength reduce an objc_retainBlock call to objc_retain, increment Nu...
Michael Gottesman
2013-04-21
Fixed comment typo.
Michael Gottesman
2013-04-21
[objc-arc] Fixed typo in debug message.
Michael Gottesman
2013-04-21
[objc-arc] Fixed comment typo.
Michael Gottesman
2013-04-21
[objc-arc] Refactored OptimizeReturns so that it uses continue instead of a l...
Michael Gottesman
2013-04-20
[objc-arc] Added debug statement saying when we are resetting a sequence's pr...
Michael Gottesman
2013-04-18
[objc-arc] Do not mismatch up retains inside a for loop with releases outside...
Michael Gottesman
2013-04-18
Removed trailing whitespace.
Michael Gottesman
2013-04-17
[objc-arc] Added annotation option to only emit annotations for a specific ss...
Michael Gottesman
2013-04-17
Fixed typo.
Michael Gottesman
2013-04-17
[objc-arc] Added descriptions for EnableARCAnnotations, EnableCheckForCFGHaza...
Michael Gottesman
2013-04-17
[objc-arc] Added an option to arc-annotations for turning off CheckForCFGHazard.
Michael Gottesman
2013-04-09
Fix some comment typos.
Bob Wilson
2013-04-05
Removed trailing whitespace.
Michael Gottesman
2013-04-05
An objc_retain can serve as a use for a different pointer.
Michael Gottesman
2013-04-05
Properly model precise lifetime when given an incomplete dataflow sequence.
Michael Gottesman
2013-04-05
Added two debug logging messages to VisitInstructionsTopDown to match VisitIn...
Michael Gottesman
2013-04-05
Cleaned up whitespace and made debug logging less verbose.
Michael Gottesman
2013-04-03
Refactored out the helper method FindPredecessorAutoreleaseWithSafePath from ...
Michael Gottesman
2013-04-03
Refactored out the helper function FindPredecessorRetainWithSafePath from Obj...
Michael Gottesman
2013-04-03
Small cleanups.
Michael Gottesman
2013-04-03
Refactored out a part of ObjCARCOpt::OptimizeReturns into its own method HasS...
Michael Gottesman
2013-04-03
Removed an old comment.
Michael Gottesman
2013-04-03
Clean up arc annotations by moving the top/bottom BB annotations into conditi...
Michael Gottesman
2013-04-03
Remove an optimization where we were changing an objc_autorelease into an obj...
Michael Gottesman
2013-04-03
Improved comment. No functionality change.
Michael Gottesman
2013-03-29
Removed trailing whitespace.
Michael Gottesman
2013-03-28
Removed dead code from ObjCARCOpts relating to tracking objc_retainBlocks thr...
Michael Gottesman
2013-03-28
[ObjCARC] Strength reduce objc_retainBlock -> objc_retain if the objc_retainB...
Michael Gottesman
2013-03-26
[ObjCARC Annotations] Added support for displaying the state of pointers at t...
Michael Gottesman
2013-03-26
[ObjCARC Annotations] Implemented ARC annotation metadata to expose the ARC d...
Michael Gottesman
2013-03-25
Changed isNullOrUndef => IsNullOrUndef and isNoopInstruction => IsNoopInstruc...
Michael Gottesman
2013-03-23
Change method name ClearRefCount => ClearKnownPositiveRefCount to match the n...
Michael Gottesman
2013-03-23
Changed the method name PtrState.IsKnownIncremented() to PtrState.HasKnownPos...
Michael Gottesman
2013-03-22
Kill every call to @clang.arc.use in the ARC contract phase.
John McCall
[next]