aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenObjC
AgeCommit message (Expand)AuthorFilesLines
2 daysMove the ObjC blocks layout bitmap to the cstring section (#182398)Damian Malarczyk1-0/+24
7 days[clang] Ensure -mno-outline adds attributes (#163692)Sam Elliott1-8/+65
10 days[clang][test] Set triple explicitly for attr-no-outline.m test (#181621)Alex Bradbury1-2/+2
12 days[clang] Add clang::no_outline Attribute (#163666)Sam Elliott1-0/+40
2026-01-23Revert "Reapply "[CGObjC] Allow clang.arc.attachedcall on -O0 (#164875)" (#17...John Hui10-208/+143
2026-01-22Reapply "[CGObjC] Allow clang.arc.attachedcall on -O0 (#164875)" (#177285)AZero1310-143/+208
2026-01-21Revert "[CGObjC] Allow clang.arc.attachedcall on -O0 (#164875)"Aiden Grossman10-208/+143
2026-01-21[CGObjC] Allow clang.arc.attachedcall on -O0 (#164875)AZero1310-143/+208
2026-01-21[IR] Make dead_on_return attribute optionally sizedAiden Grossman2-5/+5
2026-01-20Move the ObjC layout bitmap to the cstring section. (#174705)cooperp5-22/+22
2025-11-12[CodeGen] Remove the check that allowed non-POD compound literals to be direc...Akira Hatanaka1-0/+59
2025-09-02[Clang] [C2y] Implement N3355 ‘Named Loops’ (#152870)Sirraide1-0/+174
2025-08-21[clang][DebugInfo][test] Move debug-info tests from CodeGenObjC to DebugInfo ...Michael Buch57-1888/+0
2025-08-14[clang][Obj-C][PAC] Make block descriptor pointer signing configurable (#153700)Oliver Hunt2-3/+14
2025-08-13[clang][Obj-C][PAC] Add support for authenticating block metadata (#152978)Oliver Hunt2-2/+31
2025-08-08[IR] Remove size argument from lifetime intrinsics (#150248)Nikita Popov5-102/+102
2025-07-31[SimplifyCFG] Extend jump-threading to allow live local defs (#135079)LU-JOHN1-10/+9
2025-07-18[clang][CodeGen] Set `dead_on_return` when passing arguments indirectlyAntonio Frighetto3-6/+6
2025-07-15[CodeGen][ObjC] Include all referenced protocols in protocol list (#148827)Hugo Melder1-0/+25
2025-07-14[clang][ObjC][PAC] Add ptrauth protections to objective-c (#147899)Oliver Hunt10-9/+477
2025-04-10[C11] Implement WG14 N1285 (temporary lifetimes) (#133472)Aaron Ballman1-2/+3
2025-03-04[ObjC] Expand isClassLayoutKnownStatically to base classes as long as the imp...AZero1315-52/+89
2025-02-17[CodeGen][ObjC] Invalidate cached ObjC class layout information after parsing...Akira Hatanaka2-2/+49
2025-01-29[IR] Convert from nocapture to captures(none) (#123181)Nikita Popov1-13/+13
2025-01-18[Clang] [NFC] Fix unintended `-Wreturn-type` warnings everywhere in the test ...Sirraide11-12/+15
2024-12-10[Clang] Change two placeholders from `undef` to `poison` [NFC] (#119141)Pedro Lobo1-1/+1
2024-10-17[CLANG]Add Scalable vectors for mfloat8_t (#101644)CarolineConcatto1-0/+3
2024-10-14Reapply "[clang][CodeGen] Zero init unspecified fields in initializers in C" ...yabinc1-1/+1
2024-09-24Revert "[clang][CodeGen] Zero init unspecified fields in initializers in C" (...Eli Friedman1-1/+1
2024-09-24[clang][CodeGen] Zero init unspecified fields in initializers in C (#97121)yabinc1-1/+1
2024-09-12[clang][bytecode] Add support for creating dummies for expressions (#108394)Timm Baeder1-0/+1
2024-09-11Set dllimport on Objective C ivar offsets (#107604)Frederik Carlier1-2/+2
2024-08-12[Sanitizer] Make sanitizer passes idempotent (#99439)Chaitanya1-1/+1
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye21-118/+118
2024-08-05[Clang] Fix path-sensitivity in ubsan-bool.m test (NFC)Nikita Popov1-6/+6
2024-07-11[ObjC][CodeGen] Assume a for-in loop is in bounds and cannot overflow (#94885)AtariDreams1-2/+2
2024-07-09[CodeGen] Add a flag to disable emitting block signature strings (#96944)Akira Hatanaka1-2/+9
2024-06-14 [RemoveDIs] Print IR with debug records by default (#91724)Stephen Tozer4-9/+9
2024-06-11[clang][Interp] Support ObjCEncodeExprsTimm Bäder1-0/+1
2024-06-10[CodeGen] Simplify codegen for array initialization (#93956)Nikita Popov2-9/+6
2024-05-04[test] %clang_cc1: remove redundant actionsFangrui Song1-1/+1
2024-05-04[test] %clang_cc1 -emit-llvm: remove redundant -SFangrui Song21-66/+66
2024-05-03[clang,test] Convert text files from CRLF to LFFangrui Song1-53/+53
2024-04-29Re-apply "Emit missing cleanups for stmt-expr" and other commits (#89154)Utkarsh Saxena2-7/+12
2024-03-18[RemoveDIs] Update Clang front end to handle DbgRecords (#84756)Orlando Cazalet-Hyams1-1/+1
2024-03-18Revert "[RemoveDIs] Update Clang front end to handle DbgRecords (#84756)"Orlando Cazalet-Hyams1-1/+1
2024-03-18[RemoveDIs] Update Clang front end to handle DbgRecords (#84756)Orlando Cazalet-Hyams1-1/+1
2024-03-05[ObjC] Check entire chain of superclasses to see if class layout is staticall...AtariDreams1-0/+102
2024-01-24[InstCombine] Canonicalize constant GEPs to i8 source element type (#68882)Nikita Popov1-2/+2
2024-01-22Enable direct methods and fast alloc calls for libobjc2. (#78030)David Chisnall1-0/+37