Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [arcmt] For GC, cleanup and turn -finalize to -dealloc. | Argyrios Kyrtzidis | 2011-11-04 | 1 | -9/+34 |
| | | | | llvm-svn: 143701 | ||||
* | Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset. | Argyrios Kyrtzidis | 2011-09-19 | 1 | -1/+1 |
| | | | | | | It already works (and is useful with) macro locs as well. llvm-svn: 140057 | ||||
* | [arcmt] Fix test/ARCMT/remove-statements.m regression due to | Argyrios Kyrtzidis | 2011-09-01 | 1 | -31/+54 |
| | | | | | | | | Objective-C method buffering(rdar://10056942) Turned out the same issue existed for C++ inline methods. llvm-svn: 138960 | ||||
* | remove unneeded llvm:: namespace qualifiers on some core types now that ↵ | Chris Lattner | 2011-07-23 | 1 | -1/+0 |
| | | | | | | | | LLVM.h imports them into the clang namespace. llvm-svn: 135852 | ||||
* | [arcmt] Merge 'removeEmptyStatements' and 'removeDeallocMethod' passes to ↵ | Argyrios Kyrtzidis | 2011-06-21 | 1 | -0/+211 |
cut down on one compilation pass and increase migration speed. llvm-svn: 133540 |