[clang] [Clang][OpenCL][AMDGPU] Allow a kernel to call another kernel (PR #115821)

2025-04-14 Thread Brock Wyma via cfe-commits
bwyma wrote: @t-tye Would you mind reviewing this patch from a debug perspective? Potentially multiple subprograms with the same source name, same source correlation in different routines, missing artificial or trampoline attributes, stepping between functions works as expected, etc. Your inpu

r332975 - [CodeView] Enable debugging of captured variables within C++ lambdas

2018-05-22 Thread Brock Wyma via cfe-commits
Author: bwyma Date: Tue May 22 05:41:19 2018 New Revision: 332975 URL: http://llvm.org/viewvc/llvm-project?rev=332975&view=rev Log: [CodeView] Enable debugging of captured variables within C++ lambdas This change will help Visual Studio resolve forward references to C++ lambda routines used by c

r332296 - [CodeView] Improve debugging of virtual base class member variables

2018-05-15 Thread Brock Wyma via cfe-commits
Author: bwyma Date: Mon May 14 14:21:22 2018 New Revision: 332296 URL: http://llvm.org/viewvc/llvm-project?rev=332296&view=rev Log: [CodeView] Improve debugging of virtual base class member variables Initial support for passing the virtual base pointer offset to CodeViewDebug. https://reviews.ll

r330132 - [CodeView] Initial support for emitting S_THUNK32 symbols for compiler...

2018-04-16 Thread Brock Wyma via cfe-commits
Author: bwyma Date: Mon Apr 16 09:53:57 2018 New Revision: 330132 URL: http://llvm.org/viewvc/llvm-project?rev=330132&view=rev Log: [CodeView] Initial support for emitting S_THUNK32 symbols for compiler... When emitting CodeView debug information, compiler-generated thunk routines should be emitt