llvm-6502/test/Transforms/ObjCARC
Dan Gohman 6fedb3c401 Don't convert objc_retainAutoreleasedReturnValue to objc_retain if it
is retaining the return value of an invoke that it immediately follows.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153344 91177308-0d34-0410-b5e6-96231b3b80d8
2012-03-23 18:09:00 +00:00
..
apelim.ll Use llvm.global_ctors to locate global constructors instead 2012-01-18 21:19:38 +00:00
basic.ll When identifying exit nodes for the reverse-CFG reverse-post-order 2012-03-09 18:50:52 +00:00
cfg-hazards.ll Don't let arbitrary calls disrupt nested retain+release pairs if 2011-08-12 00:26:31 +00:00
contract-marker.ll
contract-storestrong-ivar.ll Set the "tail" flag on pattern-matched objc_storeStrong calls. 2012-01-19 19:14:36 +00:00
contract-storestrong.ll Set the "tail" flag on pattern-matched objc_storeStrong calls. 2012-01-19 19:14:36 +00:00
contract-testcases.ll
contract.ll
empty-block.ll When eliminating unnecessary retain+autorelease on return values, 2011-09-29 22:27:34 +00:00
expand.ll
gvn.ll
invoke.ll Don't convert objc_retainAutoreleasedReturnValue to objc_retain if it 2012-03-23 18:09:00 +00:00
lit.local.cfg Replace all instances of dg.exp file with lit.local.cfg, since all tests are run with LIT now and now Dejagnu. dg.exp is no longer needed. 2012-02-16 06:28:33 +00:00
move-and-form-retain-autorelease.ll
move-and-merge-autorelease.ll
nested.ll When identifying exit nodes for the reverse-CFG reverse-post-order 2012-03-09 18:50:52 +00:00
no-objc-arc-exceptions.ll Calls and invokes with the new clang.arc.no_objc_arc_exceptions 2012-02-17 18:59:53 +00:00
pointer-types.ll It turns out that clang does use pointer-to-function types to 2011-12-14 19:10:53 +00:00
post-inlining.ll
pr12270.ll Short term fix for pr12270 before we change dominates to handle unreachable 2012-03-15 15:52:59 +00:00
retain-block-alloca.ll Teach the ARC optimizer about the !clang.arc.copy_on_escape metadata 2011-10-17 22:53:25 +00:00
retain-block-load.ll Just like in regular escape analysis, loads and stores through 2012-02-13 22:57:02 +00:00
retain-block-side-effects.ll objc_retainBlock is not NoModRef because it can update forwarding pointers 2011-09-14 18:13:00 +00:00
retain-block.ll Implement proper ObjC ARC objc_retainBlock "escape" analysis, so that 2012-01-13 00:39:07 +00:00
retain-not-declared.ll Don't convert objc_retainAutoreleasedReturnValue to objc_retain if it 2012-03-23 18:09:00 +00:00
rle-s2l.ll
rv.ll Don't convert objc_autoreleaseReturnValue to objc_autorelease if the result 2011-08-12 00:36:31 +00:00
weak-contract.ll
weak-copies.ll
weak.ll