projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Fixed comment typo.
[oota-llvm.git]
/
lib
/
Transforms
/
ObjCARC
/
2013-04-21
Michael Gottesman
Fixed comment typo.
tree
|
commitdiff
2013-04-21
Michael Gottesman
[objc-arc] Fixed typo in debug message.
tree
|
commitdiff
2013-04-21
Michael Gottesman
[objc-arc] Fixed comment typo.
tree
|
commitdiff
2013-04-21
Michael Gottesman
[objc-arc] Refactored OptimizeReturns so that it uses...
tree
|
commitdiff
2013-04-20
Michael Gottesman
[objc-arc] Added debug statement saying when we are...
tree
|
commitdiff
2013-04-18
Michael Gottesman
[objc-arc] Do not mismatch up retains inside a for...
tree
|
commitdiff
2013-04-18
Michael Gottesman
Removed trailing whitespace.
tree
|
commitdiff
2013-04-17
Michael Gottesman
[objc-arc] Added annotation option to only emit annotat...
tree
|
commitdiff
2013-04-17
Michael Gottesman
Fixed typo.
tree
|
commitdiff
2013-04-17
Michael Gottesman
[objc-arc] Added descriptions for EnableARCAnnotations...
tree
|
commitdiff
2013-04-17
Michael Gottesman
[objc-arc] Added an option to arc-annotations for turni...
tree
|
commitdiff
2013-04-09
Bob Wilson
Fix some comment typos.
tree
|
commitdiff
2013-04-05
Michael Gottesman
Removed trailing whitespace.
tree
|
commitdiff
2013-04-05
Michael Gottesman
An objc_retain can serve as a use for a different pointer.
tree
|
commitdiff
2013-04-05
Michael Gottesman
Properly model precise lifetime when given an incomplet...
tree
|
commitdiff
2013-04-05
Michael Gottesman
Added two debug logging messages to VisitInstructionsTo...
tree
|
commitdiff
2013-04-05
Michael Gottesman
Cleaned up whitespace and made debug logging less verbose.
tree
|
commitdiff
2013-04-03
Michael Gottesman
Refactored out the helper method FindPredecessorAutorel...
tree
|
commitdiff
2013-04-03
Michael Gottesman
Refactored out the helper function FindPredecessorRetai...
tree
|
commitdiff
2013-04-03
Michael Gottesman
Small cleanups.
tree
|
commitdiff
2013-04-03
Michael Gottesman
Refactored out a part of ObjCARCOpt::OptimizeReturns...
tree
|
commitdiff
2013-04-03
Michael Gottesman
Removed an old comment.
tree
|
commitdiff
2013-04-03
Michael Gottesman
Clean up arc annotations by moving the top/bottom BB...
tree
|
commitdiff
2013-04-03
Michael Gottesman
Remove an optimization where we were changing an objc_a...
tree
|
commitdiff
2013-04-03
Michael Gottesman
Improved comment. No functionality change.
tree
|
commitdiff
2013-03-29
Michael Gottesman
Add clang.arc.used to ModuleHasARC so ARC always runs...
tree
|
commitdiff
2013-03-29
Michael Gottesman
Removed trailing whitespace.
tree
|
commitdiff
2013-03-28
Michael Gottesman
Removed dead code from ObjCARCOpts relating to tracking...
tree
|
commitdiff
2013-03-28
Michael Gottesman
Non optimizable objc_retainBlock calls are not forwarding.
tree
|
commitdiff
2013-03-28
Michael Gottesman
[ObjCARC] Strength reduce objc_retainBlock -> objc_reta...
tree
|
commitdiff
2013-03-26
Michael Gottesman
[ObjCARC Annotations] Added support for displaying...
tree
|
commitdiff
2013-03-26
Michael Gottesman
[ObjCARC Annotations] Implemented ARC annotation metada...
tree
|
commitdiff
2013-03-25
Michael Gottesman
Changed isNullOrUndef => IsNullOrUndef and isNoopInstru...
tree
|
commitdiff
2013-03-23
Michael Gottesman
Change method name ClearRefCount => ClearKnownPositiveR...
tree
|
commitdiff
2013-03-23
Michael Gottesman
Changed the method name PtrState.IsKnownIncremented...
tree
|
commitdiff
2013-03-22
John McCall
Kill every call to @clang.arc.use in the ARC contract...
tree
|
commitdiff
2013-02-23
Michael Gottesman
Fixed a careless mistake.
tree
|
commitdiff
2013-02-15
Benjamin Kramer
Make helpers static. Add missing include so LLVMInitial...
tree
|
commitdiff
2013-02-12
Michael Gottesman
Changed isStoredObjCPointer => IsStoredObjCPointer...
tree
|
commitdiff
2013-02-07
Michael Gottesman
Moved some comments due to the recent refactoring of...
tree
|
commitdiff
2013-02-05
Michael Gottesman
Removed explicit inline as per the LLVM style guide.
tree
|
commitdiff
2013-01-29
Michael Gottesman
Made certain small functions in PtrState inlined.
tree
|
commitdiff
2013-01-29
Michael Gottesman
Removed trailing comma in last element of enum declaration.
tree
|
commitdiff
2013-01-29
Michael Gottesman
Moved S_Stop back to its previous position in the seque...
tree
|
commitdiff
2013-01-29
Michael Gottesman
Fixed a few debug messages and some 80+ violations.
tree
|
commitdiff
2013-01-29
Michael Gottesman
Added some periods to some comments and added an overlo...
tree
|
commitdiff
2013-01-29
Michael Gottesman
Changed DoesObjCBlockEscape => DoesRetainableObjPtrEsca...
tree
|
commitdiff
2013-01-29
Timur Iskhodzhanov
Hopefully fix the Windows build failure introduced...
tree
|
commitdiff
2013-01-29
Michael Gottesman
Fixed 2 more header comments...
tree
|
commitdiff
2013-01-29
Michael Gottesman
Fixed header comment.
tree
|
commitdiff
2013-01-29
Michael Gottesman
Fixed some whitespace/80+ violations. Also added a...
tree
|
commitdiff
2013-01-29
Michael Gottesman
Added missing dashes from header declaration comment.
tree
|
commitdiff
2013-01-29
Michael Gottesman
Juggled Debug.h from ObjCARC.h to only the including...
tree
|
commitdiff
2013-01-29
Michael Gottesman
Sorted includes using utils/sort_includes.
tree
|
commitdiff
2013-01-29
Michael Gottesman
Added two missing headers from ObjCARCAliasAnalysis.h.
tree
|
commitdiff
2013-01-29
Michael Gottesman
Removed InstCombine/Targets as library dependencies...
tree
|
commitdiff
2013-01-29
Michael Gottesman
Extracted ObjCARCContract from ObjCARCOpts into its...
tree
|
commitdiff
2013-01-29
Michael Gottesman
Removed some cruft from ObjCARCAliasAnalysis.cpp.
tree
|
commitdiff
2013-01-28
Michael Gottesman
Created ObjCARCUtil.cpp for functions which in my humbl...
tree
|
commitdiff
2013-01-28
Michael Gottesman
Cleaned up includes in various ObjCARC files and remove...
tree
|
commitdiff
2013-01-28
Michael Gottesman
Refactor ObjCARCAliasAnalysis into its own file.
tree
|
commitdiff
2013-01-28
Michael Gottesman
Refactored out pass ObjCARCAPElim from ObjCARCOpts...
tree
|
commitdiff
2013-01-28
Michael Gottesman
Fixed case insensitive issue.
tree
|
commitdiff
2013-01-28
Michael Gottesman
Removed extraneous doxygen end module statement.
tree
|
commitdiff
2013-01-28
Michael Gottesman
Extracted pass ObjCARCExpand from ObjCARC.cpp => ObjCAR...
tree
|
commitdiff
2013-01-28
Michael Gottesman
Extracted ObjCARC.cpp into its own library libLLVMObjCA...
tree
|
commitdiff