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
/
TransRetainReleaseDealloc.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't include Type.h in DeclarationName.h.
Benjamin Kramer
2012-12-01
1
-0
/
+1
*
s/tranform/transform/
Benjamin Kramer
2012-11-14
1
-1
/
+1
*
Drop the ASTContext.h include from DeclFriend.h and DeclTemplate.h.
Benjamin Kramer
2012-07-04
1
-2
/
+3
*
[arcmt] At an unbridged cast error, if we're returning a load-of-ivar from a ...
Argyrios Kyrtzidis
2012-06-07
1
-1
/
+1
*
[arcmt] Remove an unused -autorelease, without failing with error, for this
Argyrios Kyrtzidis
2012-05-23
1
-8
/
+84
*
[arcmt] Revert r156999 "Remove the "it is not safe to remove an unused 'autor...
Argyrios Kyrtzidis
2012-05-21
1
-0
/
+11
*
[arcmt] Remove the "it is not safe to remove an unused 'autorelease' message"...
Argyrios Kyrtzidis
2012-05-17
1
-11
/
+0
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
1
-1
/
+1
*
Add new code migrator support for migrating existing Objective-C code to use
Ted Kremenek
2012-03-06
1
-7
/
+87
*
Basic: import OwningPtr<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-1
/
+1
*
Change the AST representation of operations on Objective-C
John McCall
2011-11-06
1
-3
/
+5
*
[arcmt] For GC, cleanup and turn -finalize to -dealloc.
Argyrios Kyrtzidis
2011-11-04
1
-2
/
+6
*
[arcmt] More automatic transformations and safety improvements; rdar://9615812 :
Argyrios Kyrtzidis
2011-07-27
1
-4
/
+3
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-1
/
+0
*
[arcmt] It's not safe to remove the -release on "[[someivar delegate] release...
Argyrios Kyrtzidis
2011-07-15
1
-9
/
+31
*
[arcmt] Rewrite to "foo = nil;" not "foo = 0;", as suggested by Jordy.
Argyrios Kyrtzidis
2011-07-15
1
-2
/
+8
*
[arcmt] For:
Argyrios Kyrtzidis
2011-07-15
1
-8
/
+31
*
[arcmt] Don't remove retains/releases on a global variable, flag them with er...
Argyrios Kyrtzidis
2011-07-14
1
-0
/
+9
*
[arcmt] Allow -retain of an __unsafe_unretained receiver if the result gets u...
Argyrios Kyrtzidis
2011-07-14
1
-1
/
+2
*
[arcmt] Emit an error for unused -autorelease messages.
Argyrios Kyrtzidis
2011-07-14
1
-2
/
+14
*
In ARC, reclaim all return values of retainable type, not just those
John McCall
2011-07-07
1
-2
/
+7
*
[arcmt] Fully migrate ObjC++ classes, rdar://9660007.
Argyrios Kyrtzidis
2011-06-23
1
-3
/
+2
*
[arcmt] Break apart Transforms.cpp.
Argyrios Kyrtzidis
2011-06-21
1
-0
/
+142