This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
llvm
/
test
/
Transforms
/
ObjCARC
History
Dmitri Gribenko
44ee2e7a23
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID
...
This is done to avoid odd test failures, like the one fixed in r171243. llvm-svn: 173163
2013-01-22 14:39:21 +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
…
contract-testcases.ll
…
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
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID
2013-01-22 14:39:21 +00:00
escape.ll
…
expand.ll
…
gvn.ll
This test is only supposed to test that the objc-arc alias analysis
2013-01-22 04:41:11 +00:00
invoke.ll
…
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
…
no-objc-arc-exceptions.ll
…
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
…
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
…
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
…
weak.ll
…