| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [C++11] Add 'override' keyword to virtual methods that override their base ↵ | Craig Topper | 2014-03-05 | 1 | -3/+3 |
| | | | | | | | class. llvm-svn: 202953 | ||||
| * | [Modules] Move InstIterator out of the Support library, where it had no | Chandler Carruth | 2014-03-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | business. This header includes Function and BasicBlock and directly uses the interfaces of both classes. It has to do with the IR, it even has that in the name. =] Put it in the library it belongs to. This is one step toward making LLVM's Support library survive a C++ modules bootstrap. llvm-svn: 202814 | ||||
| * | Sorted includes using utils/sort_includes. | Michael Gottesman | 2013-01-29 | 1 | -1/+0 |
| | | | | | llvm-svn: 173767 | ||||
| * | Cleaned up includes in various ObjCARC files and removed some whitespace ↵ | Michael Gottesman | 2013-01-28 | 1 | -1/+19 |
| | | | | | | | violations. llvm-svn: 173663 | ||||
| * | Removed extraneous doxygen end module statement. | Michael Gottesman | 2013-01-28 | 1 | -2/+0 |
| | | | | | llvm-svn: 173652 | ||||
| * | Extracted pass ObjCARCExpand from ObjCARC.cpp => ObjCARCExpand.cpp. | Michael Gottesman | 2013-01-28 | 1 | -0/+113 |
| I also added the local header ObjCARC.h for common functions used by the various passes. llvm-svn: 173651 | |||||

