summaryrefslogtreecommitdiff
path: root/test/Transforms/ObjCARC
Commit message (Expand)AuthorAge
* Fix known typosAlp Toker2014-01-24
* BasicAA: Use reachabilty instead of dominance for checking value equality in phiArnold Schwaighofer2014-01-03
* BasicAA: Fix value equality and phi cyclesArnold Schwaighofer2014-01-02
* Debug Info: update testing cases to specify the debug info version number.Manman Ren2013-11-23
* Debug Info: update testing cases to specify the debug info version number.Manman Ren2013-11-22
* [objc-arc] Convert the one directional retain/release relation assert to a co...Michael Gottesman2013-11-05
* Debug Info Testing: update context from empty string to null.Manman Ren2013-09-08
* Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.Manman Ren2013-09-06
* [objc-arc] Turn off the objc_retainBlock -> objc_retain optimization.Michael Gottesman2013-09-03
* [objc-arc] Move some block tests from basic.ll -> retain-block.ll and add som...Michael Gottesman2013-09-03
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-26
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* [objc-arc] Track if we encountered an additive overflow while computing {TopD...Michael Gottesman2013-08-09
* Revert "[objc-arc] Track if we encountered an additive overflow while computi...Michael Gottesman2013-08-08
* [objc-arc] Track if we encountered an additive overflow while computing {TopD...Michael Gottesman2013-08-07
* Debug Info: update testing cases to pass verifier.Manman Ren2013-07-29
* Next batch of -disable-debug-info-verifier.Rafael Espindola2013-07-26
* Update testing cases to pass debug info verifier.Manman Ren2013-07-24
* Add -disable-debug-info-verifier.Rafael Espindola2013-07-23
* Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easie...Stephen Lin2013-07-14
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* [objc-arc] Committed test for r185770 as per dblaikie's suggestion.Michael Gottesman2013-07-08
* [objc-arc] Remove the alias analysis part of r185764.Michael Gottesman2013-07-07
* [objc-arc] Teach the ARC optimizer that objc_sync_enter/objc_sync_exit do not...Michael Gottesman2013-07-07
* [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