index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
ARCMigrate
/
Transforms.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[arcmt] Collect all the places where GC attributes __strong/__weak occur.
Argyrios Kyrtzidis
2011-11-06
1
-0
/
+7
*
[arcmt] Refactor PropertiesRewriter to use MigrationContext.
Argyrios Kyrtzidis
2011-11-06
1
-1
/
+11
*
[arcmt] In GC, error out when there is a call that returns a pointer to
Argyrios Kyrtzidis
2011-11-04
1
-0
/
+20
*
[arcmt] For GC, cleanup and turn -finalize to -dealloc.
Argyrios Kyrtzidis
2011-11-04
1
-3
/
+3
*
[arcmt] In GC, transform NSMakeCollectable to CFBridgingRelease.
Argyrios Kyrtzidis
2011-11-04
1
-2
/
+53
*
Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset.
Argyrios Kyrtzidis
2011-09-19
1
-1
/
+1
*
[arcmt] Fix test/ARCMT/remove-statements.m regression due to
Argyrios Kyrtzidis
2011-09-01
1
-1
/
+13
*
[arcmt] More automatic transformations and safety improvements; rdar://9615812 :
Argyrios Kyrtzidis
2011-07-27
1
-1
/
+9
*
Rename SourceManager::getInstantiationRange to getExpansionRange.
Chandler Carruth
2011-07-25
1
-1
/
+1
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-2
/
+1
*
[arcmt] NSInvocation's [get/set]ReturnValue and [get/set]Argument are only safe
Argyrios Kyrtzidis
2011-07-18
1
-0
/
+1
*
[arcmt] Don't remove retains/releases on a global variable, flag them with er...
Argyrios Kyrtzidis
2011-07-14
1
-0
/
+11
*
Convert terminology in the Lexer from 'instantiate' and variants to
Chandler Carruth
2011-07-14
1
-1
/
+1
*
[arcmt] For properties rewrite 'assign' -> 'weak or unsafe_unretained', 'reta...
Argyrios Kyrtzidis
2011-07-13
1
-1
/
+1
*
[arcmt] Also avoid 'weak' for forward references to objc classes.
Argyrios Kyrtzidis
2011-07-12
1
-0
/
+2
*
[arcmt] Before applying '__weak' check whether the objc class is annotated wi...
Argyrios Kyrtzidis
2011-07-12
1
-0
/
+55
*
Move SourceManager::isAt[Start/End]OfMacroInstantiation functions to the Lexe...
Argyrios Kyrtzidis
2011-07-07
1
-1
/
+1
*
In ARC, reclaim all return values of retainable type, not just those
John McCall
2011-07-07
1
-6
/
+3
*
Make the Preprocessor more memory efficient and improve macro instantiation d...
Argyrios Kyrtzidis
2011-07-07
1
-1
/
+1
*
[arcmt] Remove rewriteAllocCopyWithZone transformation; not needed anymore.
Argyrios Kyrtzidis
2011-06-23
1
-1
/
+0
*
[arcmt] Merge 'removeEmptyStatements' and 'removeDeallocMethod' passes to cut...
Argyrios Kyrtzidis
2011-06-21
1
-5
/
+2
*
[arcmt] Break apart Transforms.cpp.
Argyrios Kyrtzidis
2011-06-21
1
-1941
/
+89
*
[arcmt] Always add '__bridge' cast when 'self' is cast to a C pointer. rdar:...
Argyrios Kyrtzidis
2011-06-20
1
-33
/
+29
*
Objective-C fast enumeration loop variables are not retained in ARC, but
John McCall
2011-06-17
1
-4
/
+1
*
The ARC Migration Tool. All the credit goes to Argyrios and Fariborz
John McCall
2011-06-15
1
-0
/
+2094
[prev]