summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/ObjCARC
Commit message (Expand)AuthorAgeFilesLines
* DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith2014-10-022-29/+29
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-013-10/+10
* Revert r218778 while investigating buldbot breakage.Adrian Prantl2014-10-013-10/+10
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-013-10/+10
* Fix use_iterator crash in ObjCArc from r203364Duncan P. N. Exon Smith2014-03-181-0/+30
* Remove the linker_private and linker_private_weak linkages.Rafael Espindola2014-03-131-2/+2
* Fix known typosAlp Toker2014-01-241-2/+2
* BasicAA: Use reachabilty instead of dominance for checking value equality in phiArnold Schwaighofer2014-01-032-2/+2
* BasicAA: Fix value equality and phi cyclesArnold Schwaighofer2014-01-022-2/+2
* Debug Info: update testing cases to specify the debug info version number.Manman Ren2013-11-231-3/+7
* Debug Info: update testing cases to specify the debug info version number.Manman Ren2013-11-221-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
OpenPOWER on IntegriCloud