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
...
*
Add a new ObjC ARC optimization pass to eliminate unneeded
Dan Gohman
2012-01-17
1
-0
/
+51
*
Implement proper ObjC ARC objc_retainBlock "escape" analysis, so that
Dan Gohman
2012-01-13
2
-2
/
+155
*
It turns out that clang does use pointer-to-function types to
Dan Gohman
2011-12-14
2
-1
/
+34
*
Upgrade syntax of tests using volatile instructions to use 'load volatile' in...
Chris Lattner
2011-11-27
2
-4
/
+4
*
Teach the ARC optimizer about the !clang.arc.copy_on_escape metadata
Dan Gohman
2011-10-17
1
-5
/
+41
*
Suppress partial retain+release elimination when there's a
Dan Gohman
2011-10-17
1
-0
/
+31
*
When eliminating unnecessary retain+autorelease on return values,
Dan Gohman
2011-09-29
1
-0
/
+59
*
Don't eliminate objc_retainBlock calls on stack objects if the
Dan Gohman
2011-09-29
1
-0
/
+54
*
objc_retainBlock is not NoModRef because it can update forwarding pointers
Dan Gohman
2011-09-14
1
-0
/
+39
*
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
[prev]