index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Transforms
/
ObjCARC
Age
Commit message (
Expand
)
Author
2012-03-14
When an invoke is marked with metadata indicating its unwind edge
Dan Gohman
2012-03-09
When identifying exit nodes for the reverse-CFG reverse-post-order
Dan Gohman
2012-02-17
Calls and invokes with the new clang.arc.no_objc_arc_exceptions
Dan Gohman
2012-02-16
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2012-02-13
Just like in regular escape analysis, loads and stores through
Dan Gohman
2012-01-19
Set the "tail" flag on pattern-matched objc_storeStrong calls.
Dan Gohman
2012-01-18
Use llvm.global_ctors to locate global constructors instead
Dan Gohman
2012-01-17
Add a new ObjC ARC optimization pass to eliminate unneeded
Dan Gohman
2012-01-13
Implement proper ObjC ARC objc_retainBlock "escape" analysis, so that
Dan Gohman
2011-12-14
It turns out that clang does use pointer-to-function types to
Dan Gohman
2011-11-27
Upgrade syntax of tests using volatile instructions to use 'load volatile' in...
Chris Lattner
2011-10-17
Teach the ARC optimizer about the !clang.arc.copy_on_escape metadata
Dan Gohman
2011-10-17
Suppress partial retain+release elimination when there's a
Dan Gohman
2011-09-29
When eliminating unnecessary retain+autorelease on return values,
Dan Gohman
2011-09-29
Don't eliminate objc_retainBlock calls on stack objects if the
Dan Gohman
2011-09-14
objc_retainBlock is not NoModRef because it can update forwarding pointers
Dan Gohman
2011-08-31
Update more tests to the new EH scheme.
Bill Wendling
2011-08-22
Constant pointers to objects don't need reference counting.
Dan Gohman
2011-08-22
Make a few tests slightly more strict.
Dan Gohman
2011-08-19
Track a retain+release nesting level independently of the
Dan Gohman
2011-08-12
Move "atomic" and "volatile" designations on instructions after the opcode
Eli Friedman
2011-08-12
Don't convert objc_autoreleaseReturnValue to objc_autorelease if the result
Dan Gohman
2011-08-12
Don't let arbitrary calls disrupt nested retain+release pairs if
Dan Gohman
2011-08-09
Tidy up these testcases to look more like real code does.
Dan Gohman
2011-07-22
Move the last uses of RetainFunc etc. over to using getRetainCallee() etc.
Dan Gohman
2011-06-16
Fix ARCOpt to insert releases on both successors of an invoke rather
Dan Gohman
2011-06-15
The ARC language-specific optimizer. Credit to Dan Gohman.
John McCall
[prev]