aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/ObjCARC
Commit message (Expand)AuthorAgeFilesLines
* Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easie...Stephen Lin2013-07-1421-186/+186
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-1/+1
* [objc-arc] Committed test for r185770 as per dblaikie's suggestion.Michael Gottesman2013-07-081-0/+19
* [objc-arc] Remove the alias analysis part of r185764.Michael Gottesman2013-07-071-18/+0
* [objc-arc] Teach the ARC optimizer that objc_sync_enter/objc_sync_exit do not...Michael Gottesman2013-07-072-5/+42
* [objc-arc] Ensure that the cfg path count does not overflow when we multiply ...Michael Gottesman2013-06-071-3/+531
* [objc-arc] KnownSafe does not imply that it is safe to perform code motion ac...Michael Gottesman2013-05-241-0/+200
* [objc-arc] Make sure that multiple owners is propogated correctly through the...Michael Gottesman2013-05-241-0/+97
* [objc-arc-opts] In the presense of an alloca unconditionally remove RR pairs ...Michael Gottesman2013-05-131-0/+203
* [objc-arc] Apply the RV optimization to retains next to calls in ObjCARCContr...Michael Gottesman2013-04-293-51/+56
* [objc-arc] Test cleanups.Michael Gottesman2013-04-279-14/+40
* [objc-arc] Cleaned up tail-call-invariant-enforcement.ll.Michael Gottesman2013-04-211-25/+40
* [objc-arc] Check that objc-arc-expand properly handles all strictly forwardin...Michael Gottesman2013-04-211-5/+71
* [objc-arc] Renamed the test file clang-arc-used-intrinsic-removed-if-isolated...Michael Gottesman2013-04-211-0/+0
* [objc-arc] Do not mismatch up retains inside a for loop with releases outside...Michael Gottesman2013-04-181-0/+36
* Streamline arc-annotation test (removing some cases which do not add any extr...Michael Gottesman2013-04-181-233/+9
* An objc_retain can serve as a use for a different pointer.Michael Gottesman2013-04-051-0/+95
* Properly model precise lifetime when given an incomplete dataflow sequence.Michael Gottesman2013-04-053-85/+932
* Remove an optimization where we were changing an objc_autorelease into an obj...Michael Gottesman2013-04-033-16/+8
* Updated test0 of retain-not-declared.ll to reflect the fact that objc-arc-exp...Michael Gottesman2013-03-291-2/+2
* Add clang.arc.used to ModuleHasARC so ARC always runs if said call is present...Michael Gottesman2013-03-291-0/+16
* Non optimizable objc_retainBlock calls are not forwarding.Michael Gottesman2013-03-281-2/+2
* [ObjCARC] Strength reduce objc_retainBlock -> objc_retain if the objc_retainB...Michael Gottesman2013-03-282-5/+6
* Added back in the test for arc-annotations.Michael Gottesman2013-03-271-0/+307
* Remove testcase. It's failing on some platforms but not others.Bill Wendling2013-03-261-306/+0
* Hmm...not failing...oddBill Wendling2013-03-261-1/+0
* Temporarily XFAIL this test until Michael can look at it.Bill Wendling2013-03-261-0/+1
* [ObjCARC Annotations] Added support for displaying the state of pointers at t...Michael Gottesman2013-03-261-0/+306
* Add an optimizer-side test case for ARC bug <rdar://13195034>, fixedJohn McCall2013-03-251-0/+63
* Kill every call to @clang.arc.use in the ARC contract phase.John McCall2013-03-221-0/+11
* Reduced dont-infinite-loop-during-block-escape-analysis.ll with bugpoint and ...Michael Gottesman2013-03-172-87/+27
* The promised test case for r175939.Michael Gottesman2013-03-171-0/+100
* Use references to attribute groups on the call/invoke instructions.Bill Wendling2013-02-2220-107/+155
* Modify the LLVM assembly output so that it uses references to represent funct...Bill Wendling2013-02-202-11/+15
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2013-01-221-1/+1
* This test is only supposed to test that the objc-arc alias analysisMichael Gottesman2013-01-221-1/+1
* Added test for r172599 which fixes bugzilla://14584,rdar://11744105.Michael Gottesman2013-01-161-0/+168
* Added bugzilla PR number to test case.Michael Gottesman2013-01-131-0/+1
* Fixed an infinite loop in the block escape in analysis in ObjCARC caused by 2...Michael Gottesman2013-01-131-0/+86
* Fixed bug in ObjCARC where we were changing a call from objc_autoreleaseRV =>...Michael Gottesman2013-01-121-1/+1
* Fixed a bug where we were tail calling objc_autorelease causing an object to ...Michael Gottesman2013-01-125-13/+97
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-301-1/+1
* Detect overflow in the path count computation. rdar://12277446.Dan Gohman2012-09-121-0/+329
* Make provenance checking conservative in cases whenDan Gohman2012-09-042-10/+79
* Fix broken check lines.Benjamin Kramer2012-08-172-7/+7
* An objc_retain can serve as a may-use for a different pointer.Dan Gohman2012-07-231-0/+24
* Fix the objc_autoreleasedReturnValue optimization code to locateDan Gohman2012-06-251-4/+31
* Fix replacing all the users of objc weak runtime routinesDan Gohman2012-05-181-0/+46
* Fix the objc_storeStrong recognizer to stop before walking off theDan Gohman2012-05-091-0/+34
* Fixed a typoFilipe Cabecinhas2012-05-091-1/+1