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
/
basic.ll
Age
Commit message (
Expand
)
Author
2013-04-27
[objc-arc] Test cleanups.
Michael Gottesman
2013-04-05
An objc_retain can serve as a use for a different pointer.
Michael Gottesman
2013-04-05
Properly model precise lifetime when given an incomplete dataflow sequence.
Michael Gottesman
2013-04-03
Remove an optimization where we were changing an objc_autorelease into an obj...
Michael Gottesman
2013-03-28
[ObjCARC] Strength reduce objc_retainBlock -> objc_retain if the objc_retainB...
Michael Gottesman
2013-02-22
Use references to attribute groups on the call/invoke instructions.
Bill Wendling
2013-01-12
Fixed a bug where we were tail calling objc_autorelease causing an object to ...
Michael Gottesman
2012-09-04
Make provenance checking conservative in cases when
Dan Gohman
2012-08-17
Fix broken check lines.
Benjamin Kramer
2012-07-23
An objc_retain can serve as a may-use for a different pointer.
Dan Gohman
2012-04-13
Don't move objc_autorelease calls past autorelease pool boundaries when
Dan Gohman
2012-03-09
When identifying exit nodes for the reverse-CFG reverse-post-order
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
Suppress partial retain+release elimination when there's a
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-06-15
The ARC language-specific optimizer. Credit to Dan Gohman.
John McCall