summaryrefslogtreecommitdiff
path: root/test/Transforms/ObjCARC
Commit message (Expand)AuthorAge
* [objc-arc] Ensure that the cfg path count does not overflow when we multiply ...Michael Gottesman2013-06-07
* [objc-arc] KnownSafe does not imply that it is safe to perform code motion ac...Michael Gottesman2013-05-24
* [objc-arc] Make sure that multiple owners is propogated correctly through the...Michael Gottesman2013-05-24
* [objc-arc-opts] In the presense of an alloca unconditionally remove RR pairs ...Michael Gottesman2013-05-13
* [objc-arc] Apply the RV optimization to retains next to calls in ObjCARCContr...Michael Gottesman2013-04-29
* [objc-arc] Test cleanups.Michael Gottesman2013-04-27
* [objc-arc] Cleaned up tail-call-invariant-enforcement.ll.Michael Gottesman2013-04-21
* [objc-arc] Check that objc-arc-expand properly handles all strictly forwardin...Michael Gottesman2013-04-21
* [objc-arc] Renamed the test file clang-arc-used-intrinsic-removed-if-isolated...Michael Gottesman2013-04-21
* [objc-arc] Do not mismatch up retains inside a for loop with releases outside...Michael Gottesman2013-04-18
* Streamline arc-annotation test (removing some cases which do not add any extr...Michael Gottesman2013-04-18
* An objc_retain can serve as a use for a different pointer.Michael Gottesman2013-04-05
* Properly model precise lifetime when given an incomplete dataflow sequence.Michael Gottesman2013-04-05
* Remove an optimization where we were changing an objc_autorelease into an obj...Michael Gottesman2013-04-03
* Updated test0 of retain-not-declared.ll to reflect the fact that objc-arc-exp...Michael Gottesman2013-03-29
* Add clang.arc.used to ModuleHasARC so ARC always runs if said call is present...Michael Gottesman2013-03-29
* Non optimizable objc_retainBlock calls are not forwarding.Michael Gottesman2013-03-28
* [ObjCARC] Strength reduce objc_retainBlock -> objc_retain if the objc_retainB...Michael Gottesman2013-03-28
* Added back in the test for arc-annotations.Michael Gottesman2013-03-27
* Remove testcase. It's failing on some platforms but not others.Bill Wendling2013-03-26
* Hmm...not failing...oddBill Wendling2013-03-26
* Temporarily XFAIL this test until Michael can look at it.Bill Wendling2013-03-26
* [ObjCARC Annotations] Added support for displaying the state of pointers at t...Michael Gottesman2013-03-26
* Add an optimizer-side test case for ARC bug <rdar://13195034>, fixedJohn McCall2013-03-25
* Kill every call to @clang.arc.use in the ARC contract phase.John McCall2013-03-22
* Reduced dont-infinite-loop-during-block-escape-analysis.ll with bugpoint and ...Michael Gottesman2013-03-17
* The promised test case for r175939.Michael Gottesman2013-03-17
* Use references to attribute groups on the call/invoke instructions.Bill Wendling2013-02-22
* Modify the LLVM assembly output so that it uses references to represent funct...Bill Wendling2013-02-20
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2013-01-22
* This test is only supposed to test that the objc-arc alias analysisMichael Gottesman2013-01-22
* Added test for r172599 which fixes bugzilla://14584,rdar://11744105.Michael Gottesman2013-01-16
* Added bugzilla PR number to test case.Michael Gottesman2013-01-13
* Fixed an infinite loop in the block escape in analysis in ObjCARC caused by 2...Michael Gottesman2013-01-13
* Fixed bug in ObjCARC where we were changing a call from objc_autoreleaseRV =>...Michael Gottesman2013-01-12
* Fixed a bug where we were tail calling objc_autorelease causing an object to ...Michael Gottesman2013-01-12
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-30
* Detect overflow in the path count computation. rdar://12277446.Dan Gohman2012-09-12
* Make provenance checking conservative in cases whenDan Gohman2012-09-04
* Fix broken check lines.Benjamin Kramer2012-08-17
* An objc_retain can serve as a may-use for a different pointer.Dan Gohman2012-07-23
* Fix the objc_autoreleasedReturnValue optimization code to locateDan Gohman2012-06-25
* Fix replacing all the users of objc weak runtime routinesDan Gohman2012-05-18
* Fix the objc_storeStrong recognizer to stop before walking off theDan Gohman2012-05-09
* Fixed a typoFilipe Cabecinhas2012-05-09
* Fix objc_storeStrong pattern matching to catch a potential use of theDan Gohman2012-05-08
* Avoid a bug in the path count computation, preventing an infiniteDan Gohman2012-04-19
* Consider ObjC runtime calls objc_storeWeak and others which make a copy ofDan Gohman2012-04-13
* Use the new Use-aware dominates method to apply the objc runtimeDan Gohman2012-04-13
* Don't move objc_autorelease calls past autorelease pool boundaries whenDan Gohman2012-04-13