summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenObjC
AgeCommit message (Expand)Author
2025-11-12[CodeGen] Remove the check that allowed non-POD compound literals to be direc...Akira Hatanaka
2025-09-02[Clang] [C2y] Implement N3355 ‘Named Loops’ (#152870)Sirraide
2025-08-21[clang][DebugInfo][test] Move debug-info tests from CodeGenObjC to DebugInfo ...Michael Buch
2025-08-14[clang][Obj-C][PAC] Make block descriptor pointer signing configurable (#153700)Oliver Hunt
2025-08-13[clang][Obj-C][PAC] Add support for authenticating block metadata (#152978)Oliver Hunt
2025-08-08[IR] Remove size argument from lifetime intrinsics (#150248)Nikita Popov
2025-07-31[SimplifyCFG] Extend jump-threading to allow live local defs (#135079)LU-JOHN
2025-07-18[clang][CodeGen] Set `dead_on_return` when passing arguments indirectlyAntonio Frighetto
2025-07-15[CodeGen][ObjC] Include all referenced protocols in protocol list (#148827)Hugo Melder
2025-07-14[clang][ObjC][PAC] Add ptrauth protections to objective-c (#147899)Oliver Hunt
2025-04-10[C11] Implement WG14 N1285 (temporary lifetimes) (#133472)Aaron Ballman
2025-03-04[ObjC] Expand isClassLayoutKnownStatically to base classes as long as the imp...AZero13
2025-02-17[CodeGen][ObjC] Invalidate cached ObjC class layout information after parsing...Akira Hatanaka
2025-01-29[IR] Convert from nocapture to captures(none) (#123181)Nikita Popov
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-17[CLANG]Add Scalable vectors for mfloat8_t (#101644)CarolineConcatto
2024-10-14Reapply "[clang][CodeGen] Zero init unspecified fields in initializers in C" ...yabinc
2024-09-24Revert "[clang][CodeGen] Zero init unspecified fields in initializers in C" (...Eli Friedman
2024-09-24[clang][CodeGen] Zero init unspecified fields in initializers in C (#97121)yabinc
2024-09-12[clang][bytecode] Add support for creating dummies for expressions (#108394)Timm Baeder
2024-09-11Set dllimport on Objective C ivar offsets (#107604)Frederik Carlier
2024-08-12[Sanitizer] Make sanitizer passes idempotent (#99439)Chaitanya
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye
2024-08-05[Clang] Fix path-sensitivity in ubsan-bool.m test (NFC)Nikita Popov
2024-07-11[ObjC][CodeGen] Assume a for-in loop is in bounds and cannot overflow (#94885)AtariDreams
2024-07-09[CodeGen] Add a flag to disable emitting block signature strings (#96944)Akira Hatanaka
2024-06-14 [RemoveDIs] Print IR with debug records by default (#91724)Stephen Tozer
2024-06-11[clang][Interp] Support ObjCEncodeExprsTimm Bäder
2024-06-10[CodeGen] Simplify codegen for array initialization (#93956)Nikita Popov
2024-05-04[test] %clang_cc1: remove redundant actionsFangrui Song
2024-05-04[test] %clang_cc1 -emit-llvm: remove redundant -SFangrui Song
2024-05-03[clang,test] Convert text files from CRLF to LFFangrui Song
2024-04-29Re-apply "Emit missing cleanups for stmt-expr" and other commits (#89154)Utkarsh Saxena
2024-03-18[RemoveDIs] Update Clang front end to handle DbgRecords (#84756)Orlando Cazalet-Hyams
2024-03-18Revert "[RemoveDIs] Update Clang front end to handle DbgRecords (#84756)"Orlando Cazalet-Hyams
2024-03-18[RemoveDIs] Update Clang front end to handle DbgRecords (#84756)Orlando Cazalet-Hyams
2024-03-05[ObjC] Check entire chain of superclasses to see if class layout is staticall...AtariDreams
2024-01-24[InstCombine] Canonicalize constant GEPs to i8 source element type (#68882)Nikita Popov
2024-01-22Enable direct methods and fast alloc calls for libobjc2. (#78030)David Chisnall
2024-01-12[ObjC]: Make type encoding safe in symbol names (#77797)Frederik Carlier
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
2024-01-09Set dllstorage on ObjectiveC ivar offsets (#77385)Frederik Carlier
2024-01-03ObjcRuntime.h: Add mips64, aarch64, and riscv64 to non-legacy dispatch (#76694)Hugo Melder
2023-11-06Reland "[Intrinsics][ObjC] Mark objc_retain and friends as thisreturn."Jon Roelofs
2023-11-06Revert "Reland "[Intrinsics][ObjC] Mark objc_retain and friends as thisreturn.""Jon Roelofs
2023-11-06Reland "[Intrinsics][ObjC] Mark objc_retain and friends as thisreturn."Jon Roelofs
2023-10-24[CXXNameMangler] Correct the mangling of SVE ACLE types within function names...Paul Walker
2023-10-20Revert "[Intrinsics][ObjC] Mark objc_retain and friends as thisreturn."Jon Roelofs