aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/ObjCARC
Commit message (Expand)AuthorAgeFilesLines
* 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
* [ObjCARC Annotations] Added support for displaying the state of pointers at t...Michael Gottesman2013-03-262-4/+147
* [ObjCARC Annotations] Implemented ARC annotation metadata to expose the ARC d...Michael Gottesman2013-03-261-5/+186
* Changed isNullOrUndef => IsNullOrUndef and isNoopInstruction => IsNoopInstruc...Michael Gottesman2013-03-253-14/+14
* Change method name ClearRefCount => ClearKnownPositiveRefCount to match the n...Michael Gottesman2013-03-231-4/+4
* Changed the method name PtrState.IsKnownIncremented() to PtrState.HasKnownPos...Michael Gottesman2013-03-231-3/+3
* Kill every call to @clang.arc.use in the ARC contract phase.John McCall2013-03-225-3/+22
* Fixed a careless mistake.Michael Gottesman2013-02-231-1/+1
* Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C ...Benjamin Kramer2013-02-151-0/+1
* Changed isStoredObjCPointer => IsStoredObjCPointer. No functionality change.Michael Gottesman2013-02-121-4/+4
* Moved some comments due to the recent refactoring of ObjCARC.Michael Gottesman2013-02-072-5/+4
* Removed explicit inline as per the LLVM style guide.Michael Gottesman2013-02-051-7/+7
* Made certain small functions in PtrState inlined.Michael Gottesman2013-01-291-7/+7
* Removed trailing comma in last element of enum declaration.Michael Gottesman2013-01-291-1/+1
* Moved S_Stop back to its previous position in the sequence order.Michael Gottesman2013-01-291-1/+1
* Fixed a few debug messages and some 80+ violations.Michael Gottesman2013-01-291-9/+10
* Added some periods to some comments and added an overload for operator<< for ...Michael Gottesman2013-01-291-6/+28
* Changed DoesObjCBlockEscape => DoesRetainableObjPtrEscape so I can use it to ...Michael Gottesman2013-01-291-14/+17
* Hopefully fix the Windows build failure introduced in r173769Timur Iskhodzhanov2013-01-292-0/+2