Argyrios Kyrtzidis
|
d2b9112354
|
[arcmt] For GC, cleanup and turn -finalize to -dealloc.
llvm-svn: 143701
|
2011-11-04 15:58:22 +00:00 |
Argyrios Kyrtzidis
|
e6e67deeed
|
Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset.
It already works (and is useful with) macro locs as well.
llvm-svn: 140057
|
2011-09-19 20:40:19 +00:00 |
Argyrios Kyrtzidis
|
cbbc0141f6
|
[arcmt] Fix test/ARCMT/remove-statements.m regression due to
Objective-C method buffering(rdar://10056942)
Turned out the same issue existed for C++ inline methods.
llvm-svn: 138960
|
2011-09-01 20:53:18 +00:00 |
Chris Lattner
|
0e62c1cc0b
|
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports
them into the clang namespace.
llvm-svn: 135852
|
2011-07-23 10:55:15 +00:00 |
Argyrios Kyrtzidis
|
e5acb84e63
|
[arcmt] Merge 'removeEmptyStatements' and 'removeDeallocMethod' passes to cut down on one compilation
pass and increase migration speed.
llvm-svn: 133540
|
2011-06-21 20:20:42 +00:00 |