summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenObjCXX
AgeCommit message (Expand)Author
2025-09-04[CodeGen][test][NFC] Refactor ObjC attribute tests (#156519)Ellis Hoag
2025-08-26[clang][DebugInfo][test] Move debug-info tests from CodeGenObjCXX to DebugInf...Michael Buch
2025-08-08[IR] Remove size argument from lifetime intrinsics (#150248)Nikita Popov
2025-07-18[clang][CodeGen] Set `dead_on_return` when passing arguments indirectlyAntonio Frighetto
2025-07-14[clang][ObjC][PAC] Add ptrauth protections to objective-c (#147899)Oliver Hunt
2025-05-08[ObjC] Also enable ARC attachedcall operand bundle for arm64_32. (#138677)Marina Taylor
2025-04-15[PAC] Add support for __ptrauth type qualifier (#100830)Akira Hatanaka
2025-01-18[Clang] [NFC] Fix unintended `-Wreturn-type` warnings everywhere in the test ...Sirraide
2024-12-10[Clang] Change two placeholders from `undef` to `poison` [NFC] (#119141)Pedro Lobo
2024-10-18[PAC] Fix address discrimination for type info vtable pointers (#102199)Daniil Kovalev
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye
2024-07-16[clang][CGRecordLayout] Remove dependency on isZeroSize (#96422)Michael Buch
2024-06-14 [RemoveDIs] Print IR with debug records by default (#91724)Stephen Tozer
2024-06-10[CodeGen] Simplify codegen for array initialization (#93956)Nikita Popov
2024-05-04[test] %clang_cc1 -emit-llvm: remove redundant -SFangrui Song
2024-04-25Fix Objective-C++ Sret of non-trivial data types on Windows ARM64 (#88671)Hugo Melder
2024-01-24[InstCombine] Canonicalize constant GEPs to i8 source element type (#68882)Nikita Popov
2024-01-17[Clang] Support MSPropertyRefExpr as placement arg to new-expression (#75883)Sirraide
2024-01-11[Clang] Set writable and dead_on_unwind attributes on sret arguments (#77116)Nikita Popov
2024-01-10Objective C: use C++ exceptions on MinGW+GNUstep (#77255)Frederik Carlier
2023-11-06[ObjC] Fix offsets following `[[no_unique_address]]` for `@encode()` (#71321)Daniel Bertalan
2023-08-30[UBSan] Disable the function and kcfi sanitizers on an execute-only target.Ying Yi
2023-08-28[clang] Remove rdar links; NFCAaron Ballman
2023-07-17Revert "Remove rdar links; NFC"Mehdi Amini
2023-07-07Remove rdar links; NFCAaron Ballman
2023-06-01[Clang] Convert some tests to opaque pointers (NFC)Nikita Popov
2023-05-26[Clang] Convert some tests to opaque pointers (NFC)Nikita Popov
2023-05-23[NFC][Py Reformat] Reformat python files in clang and clang-tools-extraTobias Hieta
2023-02-17[Clang] Convert some tests to opaque pointers (NFC)Nikita Popov
2023-01-26[Clang] Convert some tests to opaque pointers (NFC)Nikita Popov
2023-01-24[ObjC][ARC] Teach the OptimizeSequences step of ObjCARCOpts about WinEH funcl...Stefan Gränitz
2022-12-16[clang][TypePrinter] Teach isSubstitutedDefaultArgument about integral typesMichael Buch
2022-12-12[Clang] Convert various tests to opaque pointers (NFC)Nikita Popov
2022-11-23Reland "[CGObjC] Add run line for release mode in test arc-exceptions-seh.mm ...Stefan Gränitz
2022-11-22Revert "[CGObjC] Add run line for release mode in test arc-exceptions-seh.mm ...Stefan Gränitz
2022-11-22[CGObjC] Add run line for release mode in test arc-exceptions-seh.mm (NFC)Stefan Gränitz
2022-11-22[CGObjC] Open cleanup scope before SaveAndRestore CurrentFuncletPad and push ...Stefan Gränitz
2022-10-23[Clang] Change AnonStructIds in MangleContext to per-function basedRong Xu
2022-07-26[WinEH] Apply funclet operand bundles to nounwind intrinsics that lower to fu...Stefan Gränitz
2022-07-05Revert "[SimplifyCFG] Thread branches on same condition in more cases (PR54980)"Nikita Popov
2022-05-12[DeadArgElim] Re-apply: Set unused arguments for internal functionsQuentin Colombet
2022-04-29[SimplifyCFG] Thread branches on same condition in more cases (PR54980)Nikita Popov
2022-04-11[test] Remove various legacy pass manager testsArthur Eubanks
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-02-18[Clang] Rename `disable-noundef-analysis` flag to `-[no-]enable-noundef-analy...hyeongyukim
2022-01-26[ObjC] Emit selector load right before msgSend call.Ahmed Bougacha
2022-01-20[IRGen] Do not overwrite existing attributes in CGCall.Florian Hahn
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim
2021-11-24[NFC][Clang][test] Inclusive language: Remove and rephrase uses of sanity tes...Zarko Todorovski
2021-11-08[ObjC][ARC] Use operand bundle "clang.arc.attachedcall" on x86-64Akira Hatanaka