summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenObjC/blocks.m
AgeCommit message (Expand)Author
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye
2024-07-09[CodeGen] Add a flag to disable emitting block signature strings (#96944)Akira Hatanaka
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-06[Clang] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-02-24Add -Wno-strict-prototypes to C tests; NFCAaron Ballman
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim
2022-01-11[CodeGen] Treat ObjC `__unsafe_unretained` and class types as trivialAkira Hatanaka
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2020-12-30[test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) di...Fangrui Song
2018-07-26[CodeGen][ObjC] Make block copy/dispose helper functions exception-safe.Akira Hatanaka
2015-10-22Define weak and __weak to mean ARC-style weak references, even in MRC.John McCall
2015-04-16[opaque pointer types] Explicit non-pointer type for call expressionsDavid Blaikie
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2015-02-27Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie
2013-12-05Fix a tranche of comment, test and doc typosAlp Toker
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2013-06-14Unify return type checking for functions and ObjC methods. Move all theEli Friedman
2013-03-29Bugfix/Followup for r177086.Adrian Prantl
2012-12-07Fix the required args count for variadic blocks.John McCall
2012-11-14objective-C blocks: Provide layout map for byrefFariborz Jahanian
2012-06-26block literal irgen: several improvements on naming blockFariborz Jahanian
2012-06-20Restructure how the driver communicates information about theJohn McCall
2011-10-02Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall
2011-07-09clang side to match the LLVM IR type system rewrite patch.Chris Lattner
2011-03-16Don't emit read barriers for reading __weak __block variablesJohn McCall
2011-02-22Reorganize the emission of local variables.John McCall
2011-02-18The flags we're supposed to write into a byref struct are *not* theJohn McCall
2010-05-25Fix testsuite for blocks mangling changeDouglas Gregor
2010-05-21Allocate space in a block record for implicit references to the Objective CJohn McCall
2010-04-12fix an invalid use of super, you can't use super like this in a block!Chris Lattner
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-14Tests use the new clang.Fariborz Jahanian
2009-11-08Remove RUN: true lines.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-05-14Skip the asm prefix when storing the name in block info.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-20Fix codegen for support for super inside block literal expressions.Mike Stump
2009-03-13add a testcase for recursion through blocks pointers, rdar://6676764.Chris Lattner