index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
Transforms
/
ObjCARC
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update more tests to the new EH scheme.
Bill Wendling
2011-08-31
3
-0
/
+16
*
Constant pointers to objects don't need reference counting.
Dan Gohman
2011-08-22
1
-0
/
+33
*
Make a few tests slightly more strict.
Dan Gohman
2011-08-22
1
-2
/
+3
*
Track a retain+release nesting level independently of the
Dan Gohman
2011-08-19
1
-0
/
+68
*
Move "atomic" and "volatile" designations on instructions after the opcode
Eli Friedman
2011-08-12
1
-2
/
+2
*
Don't convert objc_autoreleaseReturnValue to objc_autorelease if the result
Dan Gohman
2011-08-12
1
-0
/
+11
*
Don't let arbitrary calls disrupt nested retain+release pairs if
Dan Gohman
2011-08-12
2
-0
/
+931
*
Tidy up these testcases to look more like real code does.
Dan Gohman
2011-08-09
1
-9
/
+9
*
Move the last uses of RetainFunc etc. over to using getRetainCallee() etc.
Dan Gohman
2011-07-22
1
-6
/
+42
*
Fix ARCOpt to insert releases on both successors of an invoke rather
Dan Gohman
2011-06-16
1
-0
/
+67
*
The ARC language-specific optimizer. Credit to Dan Gohman.
John McCall
2011-06-15
19
-0
/
+3383