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
/
TransGCAttrs.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-1
/
+1
*
Move a method from IdentifierTable.h out of line and remove the SmallString i...
Benjamin Kramer
2012-02-04
1
-0
/
+1
*
[arcmt] Integrate GC __weak into property attributes even when we don't have
Argyrios Kyrtzidis
2011-11-28
1
-3
/
+7
*
[arcmt] Don't add __weak if there is already a GC __weak and make sure to clear
Argyrios Kyrtzidis
2011-11-28
1
-1
/
+2
*
[arcmt] When we already removed a __weak, don't try to change it to __unsafe_...
Argyrios Kyrtzidis
2011-11-08
1
-2
/
+5
*
[arcmt] In GC, handle (assign) @properties.
Argyrios Kyrtzidis
2011-11-07
1
-25
/
+136
*
[arcmt] Map property decls to their GC attributes.
Argyrios Kyrtzidis
2011-11-07
1
-0
/
+4
*
[arcmt] In GC, change '__weak' -> '__unsafe_unretained' when applied
Argyrios Kyrtzidis
2011-11-07
1
-1
/
+27
*
[arcmt] In GC, error for __strong/__weak on non-objc pointers.
Argyrios Kyrtzidis
2011-11-06
1
-0
/
+18
*
[arcmt] In GC, clear redundant __strong's.
Argyrios Kyrtzidis
2011-11-06
1
-8
/
+32
*
[arcmt] Collect all the places where GC attributes __strong/__weak occur.
Argyrios Kyrtzidis
2011-11-06
1
-0
/
+191