aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenObjC
AgeCommit message (Expand)AuthorFilesLines
2022-07-24Fix crash in ObjC codegen introduced with 5ab6ee75994d645725264e757d67bbb1c96...David Chisnall1-0/+22
2022-07-22Strengthen -Wint-conversion to default to an errorAaron Ballman1-1/+1
2022-07-18[clang] Introduce -fstrict-flex-arrays=<n> for stricter handling of flexible ...serge-sans-paille1-43/+0
2022-07-05Revert "[SimplifyCFG] Thread branches on same condition in more cases (PR54980)"Nikita Popov1-8/+7
2022-06-27Revert "[clang] Introduce -fstrict-flex-arrays=<n> for stricter handling of f...Vitaly Buka1-0/+43
2022-06-24[clang] Introduce -fstrict-flex-arrays=<n> for stricter handling of flexible ...serge-sans-paille1-43/+0
2022-06-17Stop wrapping GCCAsmStmts inside StmtExprs to destruct temporariesAkira Hatanaka1-0/+25
2022-05-26[FileCheck] Catch missspelled directives.Ivan Kosarev1-1/+1
2022-04-29[SimplifyCFG] Thread branches on same condition in more cases (PR54980)Nikita Popov1-7/+8
2022-04-20[C11/C2x] Change the behavior of the implicit function declaration warningAaron Ballman3-1/+5
2022-04-11[CGCall] Check store type in findDominatingStoreToReturnValue()Nikita Popov1-1/+1
2022-04-07[Clang] Add -no-opaque-pointers to more tests (NFC)Nikita Popov1-2/+2
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov170-321/+321
2022-02-24Add -Wno-strict-prototypes to C tests; NFCAaron Ballman1-1/+1
2022-02-24Use functions with prototypes when appropriate; NFCAaron Ballman7-29/+29
2022-02-18[Clang] Rename `disable-noundef-analysis` flag to `-[no-]enable-noundef-analy...hyeongyukim6-12/+12
2022-02-16Use functions with prototypes when appropriate; NFCAaron Ballman119-292/+292
2022-01-28Do not crash when trying to encode a _BitInt typeAaron Ballman1-0/+21
2022-01-26[ObjC] Emit selector load right before msgSend call.Ahmed Bougacha17-99/+102
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim54-252/+240
2022-01-11[CodeGen] Treat ObjC `__unsafe_unretained` and class types as trivialAkira Hatanaka2-0/+46
2022-01-06[CodeGen] Emit elementtype attributes for indirect inline asm constraintsNikita Popov2-3/+3
2021-11-22[NFC][clang] Inclusive language: rename master variable to controller in debu...Quinn Pham1-3/+3
2021-11-12[clang][objc][codegen] Skip emitting ObjC category metadata when theJosh Learn2-1/+20
2021-11-08[ObjC][ARC] Use operand bundle "clang.arc.attachedcall" on x86-64Akira Hatanaka10-156/+163
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim54-246/+258
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim54-258/+246
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee54-246/+258
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee54-258/+246
2021-10-28Revert rest of `IRBuilderBase`'s short-circuiting foldsRoman Lebedev1-3/+6
2021-10-27[IR] `IRBuilderBase::CreateAnd()`: fix short-circuiting for constant on LHSRoman Lebedev1-6/+3
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee54-246/+258
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee54-258/+246
2021-10-08Fix a variety of bugs with nil-receiver checks when targetingJohn McCall1-0/+109
2021-10-06DebugInfo: Use clang's preferred names for integer typesDavid Blaikie1-1/+1
2021-09-22[Matrix] Emit assumption that matrix indices are valid.Florian Hahn1-3/+3
2021-09-16[AIX][ZOS] Disable LIT tests on AIX and z/OS due to lack of Objective-C supportJake Egan1-0/+2
2021-09-14Put code that avoids heapifying local blocks behind a flagWalter Lee2-47/+60
2021-09-08[ObjC][ARC] Use the addresses of the ARC runtime functions instead ofAkira Hatanaka1-10/+10
2021-08-12Recommit "[Matrix] Overload stride arg in matrix.columnwise.load/store."Florian Hahn1-2/+2
2021-08-12Revert "[Matrix] Overload stride arg in matrix.columnwise.load/store."Mehdi Amini1-2/+2
2021-08-12[Matrix] Overload stride arg in matrix.columnwise.load/store.Florian Hahn1-2/+2
2021-07-20[clang][darwin] add support for Mac Catalyst availabilityAlex Lorenz1-0/+18
2021-07-15MachO: fix Clang test broken by dropping private labels in LLVM.Tim Northover1-1/+1
2021-07-13[clang/objc] Optimize getters for non-atomic, copied propertiesDave MacLachlan1-1/+1
2021-07-09Reapply [IR] Don't mark mustprogress as type attributeNikita Popov1-1/+1
2021-06-29[CodeGen] Stop creating fake FunctionDecls when generating IR forAkira Hatanaka1-0/+5
2021-06-24[CodeGen] Don't create fake FunctionDecls when generating block/byrefAkira Hatanaka3-3/+17
2021-06-22Revert "[CodeGen] Don't create fake FunctionDecls when generating block/byref"Zequan Wu2-3/+3
2021-06-22[CodeGen] Don't create fake FunctionDecls when generating block/byrefAkira Hatanaka2-3/+3