aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenObjC/arc-precise-lifetime.m
AgeCommit message (Expand)AuthorFilesLines
2023-08-28[clang] Remove rdar links; NFCAaron Ballman1-3/+3
2023-07-17Revert "Remove rdar links; NFC"Mehdi Amini1-3/+3
2023-07-07Remove rdar links; NFCAaron Ballman1-3/+3
2023-06-06[Clang] Convert some tests to opaque pointers (NFC)Nikita Popov1-215/+152
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov1-1/+1
2022-02-16Use functions with prototypes when appropriate; NFCAaron Ballman1-1/+1
2022-01-26[ObjC] Emit selector load right before msgSend call.Ahmed Bougacha1-10/+10
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim1-2/+2
2021-11-08[ObjC][ARC] Use operand bundle "clang.arc.attachedcall" on x86-64Akira Hatanaka1-40/+24
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim1-2/+2
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim1-2/+2
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee1-2/+2
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee1-2/+2
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee1-2/+2
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee1-2/+2
2020-12-30[test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) di...Fangrui Song1-10/+10
2019-03-21[CodeGen][ObjC] Annotate calls to objc_retainAutoreleasedReturnValueAkira Hatanaka1-8/+8
2018-12-18Generate objc intrinsics instead of runtime calls as the ARC optimizer now wo...Pete Cooper1-27/+27
2017-04-10Update for lifetime intrinsic signature changeMatt Arsenault1-34/+34
2016-12-23Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.Chandler Carruth1-1/+1
2015-09-09ARC: Fix the precise-lifetime suppression of returns_inner_pointerJohn McCall1-13/+142
2015-04-22Revert "Revert r234581, it might have caused a few miscompiles in Chromium."David Majnemer1-0/+44
2015-04-11Revert r234581, it might have caused a few miscompiles in Chromium.Nico Weber1-44/+0
2015-04-10Remove threshold for inserting lifetime markers for named temporariesArnaud A. de Grandmaison1-0/+44
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie1-19/+19
2015-02-27Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie1-1/+1
2015-02-15Remove trailing whitespace to help make test compatible with typeless pointer...David Blaikie1-1/+1
2014-12-01Revert "Remove threshold for lifetime marker insertion of named temporaries"Arnaud A. de Grandmaison1-44/+0
2014-12-01Remove threshold for lifetime marker insertion of named temporariesArnaud A. de Grandmaison1-0/+44
2014-11-06Don't manually insert L prefixes.Rafael Espindola1-4/+4
2014-10-08Revert "Remove threshold on object size for inserting lifetime begin / end"Arnaud A. de Grandmaison1-44/+0
2014-10-08Remove threshold on object size for inserting lifetime begin / endArnaud A. de Grandmaison1-0/+44
2013-09-19ObjectiveC: Allow NS_RETURNS_INNER_POINTER annotation Fariborz Jahanian1-1/+46
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin1-4/+4
2013-03-13Tighten up the rules for precise lifetime and documentJohn McCall1-0/+120