aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/ObjCARC
AgeCommit message (Expand)Author
2013-03-29Updated test0 of retain-not-declared.ll to reflect the fact that objc-arc-exp...Michael Gottesman
2013-03-29Add clang.arc.used to ModuleHasARC so ARC always runs if said call is present...Michael Gottesman
2013-03-28Non optimizable objc_retainBlock calls are not forwarding.Michael Gottesman
2013-03-28[ObjCARC] Strength reduce objc_retainBlock -> objc_retain if the objc_retainB...Michael Gottesman
2013-03-27Added back in the test for arc-annotations.Michael Gottesman
2013-03-26Remove testcase. It's failing on some platforms but not others.Bill Wendling
2013-03-26Hmm...not failing...oddBill Wendling
2013-03-26Temporarily XFAIL this test until Michael can look at it.Bill Wendling
2013-03-26[ObjCARC Annotations] Added support for displaying the state of pointers at t...Michael Gottesman
2013-03-25Add an optimizer-side test case for ARC bug <rdar://13195034>, fixedJohn McCall
2013-03-22Kill every call to @clang.arc.use in the ARC contract phase.John McCall
2013-03-17Reduced dont-infinite-loop-during-block-escape-analysis.ll with bugpoint and ...Michael Gottesman
2013-03-17The promised test case for r175939.Michael Gottesman
2013-02-22Use references to attribute groups on the call/invoke instructions.Bill Wendling
2013-02-20Modify the LLVM assembly output so that it uses references to represent funct...Bill Wendling
2013-01-22Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko
2013-01-22This test is only supposed to test that the objc-arc alias analysisMichael Gottesman
2013-01-16Added test for r172599 which fixes bugzilla://14584,rdar://11744105.Michael Gottesman
2013-01-13Added bugzilla PR number to test case.Michael Gottesman
2013-01-13Fixed an infinite loop in the block escape in analysis in ObjCARC caused by 2...Michael Gottesman
2013-01-12Fixed bug in ObjCARC where we were changing a call from objc_autoreleaseRV =>...Michael Gottesman
2013-01-12Fixed a bug where we were tail calling objc_autorelease causing an object to ...Michael Gottesman
2012-12-30Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko
2012-09-12Detect overflow in the path count computation. rdar://12277446.Dan Gohman
2012-09-04Make provenance checking conservative in cases whenDan Gohman
2012-08-17Fix broken check lines.Benjamin Kramer
2012-07-23An objc_retain can serve as a may-use for a different pointer.Dan Gohman
2012-06-25Fix the objc_autoreleasedReturnValue optimization code to locateDan Gohman
2012-05-18Fix replacing all the users of objc weak runtime routinesDan Gohman
2012-05-09Fix the objc_storeStrong recognizer to stop before walking off theDan Gohman
2012-05-09Fixed a typoFilipe Cabecinhas
2012-05-08Fix objc_storeStrong pattern matching to catch a potential use of theDan Gohman
2012-04-19Avoid a bug in the path count computation, preventing an infiniteDan Gohman
2012-04-13Consider ObjC runtime calls objc_storeWeak and others which make a copy ofDan Gohman
2012-04-13Use the new Use-aware dominates method to apply the objc runtimeDan Gohman
2012-04-13Don't move objc_autorelease calls past autorelease pool boundaries whenDan Gohman
2012-04-05Fix accidentally inverted logic from r152803, and make theDan Gohman
2012-03-23Don't convert objc_retainAutoreleasedReturnValue to objc_retain if itDan Gohman
2012-03-23It's not possible to insert code immediately after an invoke in theDan Gohman
2012-03-15Short term fix for pr12270 before we change dominates to handle unreachableRafael Espindola
2012-03-14When an invoke is marked with metadata indicating its unwind edgeDan Gohman
2012-03-09When identifying exit nodes for the reverse-CFG reverse-post-orderDan Gohman
2012-02-17Calls and invokes with the new clang.arc.no_objc_arc_exceptionsDan Gohman
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2012-02-13Just like in regular escape analysis, loads and stores throughDan Gohman
2012-01-19Set the "tail" flag on pattern-matched objc_storeStrong calls.Dan Gohman
2012-01-18Use llvm.global_ctors to locate global constructors insteadDan Gohman
2012-01-17Add a new ObjC ARC optimization pass to eliminate unneededDan Gohman
2012-01-13Implement proper ObjC ARC objc_retainBlock "escape" analysis, so thatDan Gohman
2011-12-14It turns out that clang does use pointer-to-function types toDan Gohman