aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenObjC/debug-info-blocks.m
AgeCommit message (Expand)AuthorFilesLines
2024-06-14 [RemoveDIs] Print IR with debug records by default (#91724)Stephen Tozer1-3/+3
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
2023-08-28[clang] Remove rdar links; NFCAaron Ballman1-1/+0
2023-07-17Revert "Remove rdar links; NFC"Mehdi Amini1-0/+1
2023-07-07Remove rdar links; NFCAaron Ballman1-1/+0
2023-06-06[Clang] Convert some tests to opaque pointers (NFC)Nikita Popov1-7/+6
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov1-1/+1
2022-02-16Use functions with prototypes when appropriate; NFCAaron Ballman1-1/+1
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim1-1/+1
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim1-1/+1
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim1-1/+1
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee1-1/+1
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee1-1/+1
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee1-1/+1
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee1-1/+1
2021-06-24[CodeGen] Don't create fake FunctionDecls when generating block/byrefAkira Hatanaka1-2/+2
2021-06-22Revert "[CodeGen] Don't create fake FunctionDecls when generating block/byref"Zequan Wu1-2/+2
2021-06-22[CodeGen] Don't create fake FunctionDecls when generating block/byrefAkira Hatanaka1-2/+2
2020-03-05Revert "[CGBlocks] Improve line info in backtraces containing *_helper_block"Adrian Prantl1-9/+8
2019-08-03IR: print value numbers for unnamed function argumentsTim Northover1-2/+2
2018-09-24[CodeGen] Revert commit https://reviews.llvm.org/rL342717Calixte Denizet1-0/+2
2018-09-21[CodeGen] Add to emitted DebugLoc information about coverage when it's requiredCalixte Denizet1-2/+0
2018-08-10[CodeGen] Merge equivalent block copy/helper functions.Akira Hatanaka1-2/+2
2017-10-26[CGBlocks] Improve line info in backtraces containing *_helper_blockVedant Kumar1-8/+13
2015-10-08Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman1-1/+1
2015-08-26DI: Update DISubprogram testcases after LLVM r246098Duncan P. N. Exon Smith1-2/+2
2015-07-31DI: Update testcases for LLVM assembly changeDuncan P. N. Exon Smith1-2/+2
2015-04-29DebugInfo: Metadata constructs now start with DI*Duncan P. N. Exon Smith1-7/+7
2015-03-03DebugInfo: Move new hierarchy into place (clang)Duncan P. N. Exon Smith1-4/+4
2015-01-14IR: Move MDLocation into place (clang testcases)Duncan P. N. Exon Smith1-3/+3
2014-12-15IR: Make metadata typeless in assembly, clang sideDuncan P. N. Exon Smith1-5/+5
2014-10-01Update CGDebugInfo to the updated API in LLVM.Adrian Prantl1-2/+2
2014-10-01Reverting r218777 while investigating buildbot breakage.Adrian Prantl1-2/+2
2014-10-01Update CGDebugInfo to the updated API in LLVM.Adrian Prantl1-2/+2
2014-05-14DebugInfo: Avoid creating DILexicalScopeFiles when the filename in the curren...David Blaikie1-1/+1
2013-07-24Debug Info: Fix an oversight of r186553. Ensure that the function prologueAdrian Prantl1-0/+3
2013-07-18Don't generate bogus line table entries for __copy_helper_block_ andAdrian Prantl1-3/+17
2013-05-03Correctly emit certain implicit references to 'self' even withinJohn McCall1-3/+2
2013-03-29generalize testcaseAdrian Prantl1-1/+1
2013-03-29Bugfix/Followup for r177086.Adrian Prantl1-6/+14
2011-10-02Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall1-1/+1
2011-06-03These tests require particular registered targets. Declared as such.Galina Kistanova1-0/+1
2011-05-24Test case for r131940.Devang Patel1-0/+54