aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenObjC/arc-ternary-op.m
AgeCommit message (Expand)AuthorFilesLines
2024-06-10[CodeGen] Simplify codegen for array initialization (#93956)Nikita Popov1-6/+4
2023-08-28[clang] Remove rdar links; NFCAaron Ballman1-1/+0
2023-07-17Revert "Remove rdar links; NFC"Mehdi Amini1-0/+1
2023-07-07Remove rdar links; NFCAaron Ballman1-1/+0
2022-12-12[Clang] Convert various tests to opaque pointers (NFC)Nikita Popov1-118/+112
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov1-1/+1
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-2/+2
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-4/+4
2020-03-10[CodeGen] Emit destructor calls to destruct compound literalsAkira Hatanaka1-0/+56
2019-03-21[CodeGen][ObjC] Annotate calls to objc_retainAutoreleasedReturnValueAkira Hatanaka1-1/+1
2018-12-20Use @llvm.objc.clang.arc.use intrinsic instead of clang.arc.use function.Pete Cooper1-1/+1
2018-12-18Generate objc intrinsics instead of runtime calls as the ARC optimizer now wo...Pete Cooper1-13/+13
2017-04-14Revert r300287.Kuba Mracek1-1/+1
2017-04-14[ObjC] Fix lifetime markers of loop variable in EmitObjCForCollectionStmtKuba Mracek1-1/+1
2017-04-10Update for lifetime intrinsic signature changeMatt Arsenault1-6/+6
2016-12-23Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.Chandler Carruth1-1/+1
2015-04-22Revert "Revert r234581, it might have caused a few miscompiles in Chromium."David Majnemer1-0/+12
2015-04-16[opaque pointer types] Explicit non-pointer type for call expressionsDavid Blaikie1-1/+1
2015-04-11Revert r234581, it might have caused a few miscompiles in Chromium.Nico Weber1-12/+0
2015-04-10Remove threshold for inserting lifetime markers for named temporariesArnaud A. de Grandmaison1-0/+12
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie1-13/+13
2014-12-01Revert "Remove threshold for lifetime marker insertion of named temporaries"Arnaud A. de Grandmaison1-12/+0
2014-12-01Remove threshold for lifetime marker insertion of named temporariesArnaud A. de Grandmaison1-0/+12
2014-10-08Revert "Remove threshold on object size for inserting lifetime begin / end"Arnaud A. de Grandmaison1-12/+0
2014-10-08Remove threshold on object size for inserting lifetime begin / endArnaud A. de Grandmaison1-0/+12
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin1-3/+3
2013-03-23Under ARC, when we're passing the address of a strong variableJohn McCall1-1/+3
2013-02-22Update to use references to attribute groups instead of listing the attribute...Bill Wendling1-3/+5
2013-02-12In ARC, emit non-peepholed +1s within the full-expression insteadJohn McCall1-0/+39
2013-02-12Split a couple of tests out into their own file.John McCall1-0/+95