| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [objc-arc] Changed 'mode: c++' => 'C++' at Nick Lewycky's suggestion. Also ↵ | Michael Gottesman | 2013-07-10 | 1 | -1/+1 |
| | | | | | | | removed unnecessary mode: c++ lines from .cpp files. llvm-svn: 186026 | ||||
| * | [objc-arc] Remove the alias analysis part of r185764. | Michael Gottesman | 2013-07-07 | 1 | -8/+0 |
| | | | | | | | | Upon further reflection, the alias analysis part of r185764 is not a safe change. llvm-svn: 185770 | ||||
| * | [objc-arc] Teach the ARC optimizer that objc_sync_enter/objc_sync_exit do ↵ | Michael Gottesman | 2013-07-07 | 1 | -0/+8 |
| | | | | | | | not modify the ref count of an objc object and additionally are inert for modref purposes. llvm-svn: 185769 | ||||
| * | Sorted includes using utils/sort_includes. | Michael Gottesman | 2013-01-29 | 1 | -1/+0 |
| | | | | | llvm-svn: 173767 | ||||
| * | Removed some cruft from ObjCARCAliasAnalysis.cpp. | Michael Gottesman | 2013-01-29 | 1 | -10/+0 |
| | | | | | llvm-svn: 173759 | ||||
| * | Cleaned up includes in various ObjCARC files and removed some whitespace ↵ | Michael Gottesman | 2013-01-28 | 1 | -1/+10 |
| | | | | | | | violations. llvm-svn: 173663 | ||||
| * | Refactor ObjCARCAliasAnalysis into its own file. | Michael Gottesman | 2013-01-28 | 1 | -0/+164 |
| llvm-svn: 173662 | |||||

