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-02-23
Fixed a careless mistake.
Michael Gottesman
2013-02-07
Moved some comments due to the recent refactoring of ObjCARC.
Michael Gottesman
2013-02-05
Removed explicit inline as per the LLVM style guide.
Michael Gottesman
2013-01-29
Made certain small functions in PtrState inlined.
Michael Gottesman
2013-01-29
Removed trailing comma in last element of enum declaration.
Michael Gottesman
2013-01-29
Moved S_Stop back to its previous position in the sequence order.
Michael Gottesman
2013-01-29
Fixed a few debug messages and some 80+ violations.
Michael Gottesman
2013-01-29
Added some periods to some comments and added an overload for operator<< for ...
Michael Gottesman
2013-01-29
Changed DoesObjCBlockEscape => DoesRetainableObjPtrEscape so I can use it to ...
Michael Gottesman
2013-01-29
Hopefully fix the Windows build failure introduced in r173769
Timur Iskhodzhanov
2013-01-29
Juggled Debug.h from ObjCARC.h to only the including cpp files that
Michael Gottesman
2013-01-29
Sorted includes using utils/sort_includes.
Michael Gottesman
2013-01-29
Extracted ObjCARCContract from ObjCARCOpts into its own file.
Michael Gottesman
2013-01-28
Refactor ObjCARCAliasAnalysis into its own file.
Michael Gottesman
2013-01-28
Refactored out pass ObjCARCAPElim from ObjCARCOpts.cpp => ObjCARCAPElim.cpp.
Michael Gottesman
2013-01-28
Extracted pass ObjCARCExpand from ObjCARC.cpp => ObjCARCExpand.cpp.
Michael Gottesman
2013-01-28
Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...
Michael Gottesman
[prev]