aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/ObjCARC
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-186-41/+39
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-0916-580/+501
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-2317-112/+160
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-024-39/+91
* Update to LLVM 3.5a.Stephen Hines2014-04-243-4/+34
* Merging r195535:Manman Ren2013-12-091-3/+7
* Merging r195504:Manman Ren2013-12-091-1/+2
* [objc-arc] Convert the one directional retain/release relation assert to a co...Michael Gottesman2013-11-051-0/+276
* Debug Info Testing: update context from empty string to null.Manman Ren2013-09-081-2/+2
* Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.Manman Ren2013-09-061-3/+3
* [objc-arc] Turn off the objc_retainBlock -> objc_retain optimization.Michael Gottesman2013-09-035-672/+0
* [objc-arc] Move some block tests from basic.ll -> retain-block.ll and add som...Michael Gottesman2013-09-033-55/+55
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-261-4/+4
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-1/+0
* [objc-arc] Track if we encountered an additive overflow while computing {TopD...Michael Gottesman2013-08-091-3/+1063
* Revert "[objc-arc] Track if we encountered an additive overflow while computi...Michael Gottesman2013-08-081-1063/+3
* [objc-arc] Track if we encountered an additive overflow while computing {TopD...Michael Gottesman2013-08-071-3/+1063
* Debug Info: update testing cases to pass verifier.Manman Ren2013-07-291-8/+6
* Next batch of -disable-debug-info-verifier.Rafael Espindola2013-07-261-1/+1
* Update testing cases to pass debug info verifier.Manman Ren2013-07-241-19/+20
* Add -disable-debug-info-verifier.Rafael Espindola2013-07-231-1/+1
* 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