This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2024-12-14 11:32:34 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
1b0c54f1c5
llvm-6502
/
test
/
Transforms
/
ObjCARC
History
Michael Gottesman
ac47c1bc39
Added test for r172599 which fixes bugzilla://14584,rdar://11744105.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@172656
91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-16 21:07:18 +00:00
..
apelim.ll
basic.ll
Fixed a bug where we were tail calling objc_autorelease causing an object to not be placed into an autorelease pool.
2013-01-12 01:25:15 +00:00
cfg-hazards.ll
contract-marker.ll
contract-storestrong-ivar.ll
contract-storestrong.ll
Fix the objc_storeStrong recognizer to stop before walking off the
2012-05-09 23:08:33 +00:00
contract-testcases.ll
Fix the objc_autoreleasedReturnValue optimization code to locate
2012-06-25 19:47:37 +00:00
contract.ll
Fixed a bug where we were tail calling objc_autorelease causing an object to not be placed into an autorelease pool.
2013-01-12 01:25:15 +00:00
dont-infinite-loop-during-block-escape-analysis.ll
Added bugzilla PR number to test case.
2013-01-13 22:17:22 +00:00
empty-block.ll
ensure-that-exception-unwind-path-is-visited.ll
Added test for r172599 which fixes bugzilla://14584,rdar://11744105.
2013-01-16 21:07:18 +00:00
escape.ll
Consider ObjC runtime calls objc_storeWeak and others which make a copy of
2012-04-13 18:28:58 +00:00
expand.ll
gvn.ll
invoke.ll
Fix broken check lines.
2012-08-17 12:28:26 +00:00
lit.local.cfg
move-and-form-retain-autorelease.ll
Fixed a bug where we were tail calling objc_autorelease causing an object to not be placed into an autorelease pool.
2013-01-12 01:25:15 +00:00
move-and-merge-autorelease.ll
nested.ll
Make provenance checking conservative in cases when
2012-09-04 23:16:20 +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
path-overflow.ll
Detect overflow in the path count computation. rdar://12277446.
2012-09-12 20:45:17 +00:00
pointer-types.ll
post-inlining.ll
pr12270.ll
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID
2012-12-30 02:33:22 +00:00
retain-block-alloca.ll
retain-block-load.ll
retain-block-side-effects.ll
retain-block.ll
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
Fixed a bug where we were tail calling objc_autorelease causing an object to not be placed into an autorelease pool.
2013-01-12 01:25:15 +00:00
split-backedge.ll
Avoid a bug in the path count computation, preventing an infinite
2012-04-19 21:50:46 +00:00
tail-call-invariant-enforcement.ll
Fixed bug in ObjCARC where we were changing a call from objc_autoreleaseRV => objc_autorelease but were not updating the InstructionClass to IC_Autorelease.
2013-01-12 01:25:19 +00:00
weak-contract.ll
weak-copies.ll
weak-dce.ll
Fix replacing all the users of objc weak runtime routines
2012-05-18 22:17:29 +00:00
weak.ll