Revision tags: llvmorg-18.1.8, llvmorg-18.1.7, llvmorg-18.1.6, llvmorg-18.1.5, llvmorg-18.1.4, llvmorg-18.1.3, llvmorg-18.1.2, llvmorg-18.1.1, llvmorg-18.1.0, llvmorg-18.1.0-rc4, llvmorg-18.1.0-rc3, llvmorg-18.1.0-rc2, llvmorg-18.1.0-rc1, llvmorg-19-init, llvmorg-17.0.6, llvmorg-17.0.5, llvmorg-17.0.4, llvmorg-17.0.3 |
|
#
6989c484 |
| 05-Oct-2023 |
cor3ntin <corentinjabot@gmail.com> |
[Documentation] Fix some invalid references in sphinx documentation (#68239)
|
Revision tags: llvmorg-17.0.2, llvmorg-17.0.1, llvmorg-17.0.0, llvmorg-17.0.0-rc4, llvmorg-17.0.0-rc3, llvmorg-17.0.0-rc2, llvmorg-17.0.0-rc1, llvmorg-18-init, llvmorg-16.0.6, llvmorg-16.0.5, llvmorg-16.0.4, llvmorg-16.0.3, llvmorg-16.0.2, llvmorg-16.0.1, llvmorg-16.0.0, llvmorg-16.0.0-rc4, llvmorg-16.0.0-rc3, llvmorg-16.0.0-rc2, llvmorg-16.0.0-rc1, llvmorg-17-init, llvmorg-15.0.7 |
|
#
3138fda3 |
| 05-Jan-2023 |
Tony Tye <Tony.Tye@amd.com> |
[AMDGPU][NFC] Heterogeneous DWARF extensions update
- Clarify CFI rules in heterogeneous DWARF extensions
- Added DWARF source language memory spaces.
- Added DWARF architecture address spaces.
-
[AMDGPU][NFC] Heterogeneous DWARF extensions update
- Clarify CFI rules in heterogeneous DWARF extensions
- Added DWARF source language memory spaces.
- Added DWARF architecture address spaces.
- Other minor corrections.
Reviewed By: scott.linder
Differential Revision: https://reviews.llvm.org/D141548
show more ...
|
#
817f64e7 |
| 24-Dec-2022 |
Tony Tye <Tony.Tye@amd.com> |
[AMDGPU][NFC] DWARF extensions minor update
1. Minor editorial corrections. 2. Allow different call frames to be associated with different target architectures in a single thread.
Reviewed By: s
[AMDGPU][NFC] DWARF extensions minor update
1. Minor editorial corrections. 2. Allow different call frames to be associated with different target architectures in a single thread.
Reviewed By: scott.linder
Differential Revision: https://reviews.llvm.org/D140646
show more ...
|
Revision tags: llvmorg-15.0.6, llvmorg-15.0.5, llvmorg-15.0.4, llvmorg-15.0.3, working, llvmorg-15.0.2, llvmorg-15.0.1 |
|
#
a4efbe39 |
| 13-Sep-2022 |
Scott Linder <Scott.Linder@amd.com> |
Add virtual-base-class example to AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack.md
Differential Revision: https://reviews.llvm.org/D133791
|
#
bfc550a3 |
| 12-Sep-2022 |
Scott Linder <Scott.Linder@amd.com> |
Add pointer-to-member example to AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack.md
Differential Revision: https://reviews.llvm.org/D133735
|
#
a17401cc |
| 12-Sep-2022 |
Scott Linder <Scott.Linder@amd.com> |
Fix typo in AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack.md
Differential Revision: https://reviews.llvm.org/D133734
|
#
3cf2cf2c |
| 12-Sep-2022 |
Scott Linder <Scott.Linder@amd.com> |
dos2unix AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack.md
Differential Revision: https://reviews.llvm.org/D133733
|
Revision tags: llvmorg-15.0.0, llvmorg-15.0.0-rc3, llvmorg-15.0.0-rc2, llvmorg-15.0.0-rc1, llvmorg-16-init, llvmorg-14.0.6, llvmorg-14.0.5, llvmorg-14.0.4, llvmorg-14.0.3, llvmorg-14.0.2, llvmorg-14.0.1, llvmorg-14.0.0, llvmorg-14.0.0-rc4, llvmorg-14.0.0-rc3, llvmorg-14.0.0-rc2, llvmorg-14.0.0-rc1, llvmorg-15-init, llvmorg-13.0.1, llvmorg-13.0.1-rc3, llvmorg-13.0.1-rc2 |
|
#
4360207a |
| 24-Dec-2021 |
Tony Tye <Tony.Tye@amd.com> |
[AMDGPU][NFC] Update DWARF extension allowing locations on stack
Add changes to the DWARF Version 5 standard to the DWARF extension to allow locations on the evaluation stack documentation.
Reviewe
[AMDGPU][NFC] Update DWARF extension allowing locations on stack
Add changes to the DWARF Version 5 standard to the DWARF extension to allow locations on the evaluation stack documentation.
Reviewed By: kzhuravl
Differential Revision: https://reviews.llvm.org/D116265
show more ...
|
#
0a3258fe |
| 21-Dec-2021 |
Tony Tye <Tony.Tye@amd.com> |
[AMDGPU][NFC] Update DWARF extension for locations on the stack
- Improve extension description. - Rename "What is DWARF?" section to better reflect what it is describing.
Reviewed By: kzhuravl
[AMDGPU][NFC] Update DWARF extension for locations on the stack
- Improve extension description. - Rename "What is DWARF?" section to better reflect what it is describing.
Reviewed By: kzhuravl
Differential Revision: https://reviews.llvm.org/D116077
show more ...
|
#
c6be2ad7 |
| 11-Dec-2021 |
Tony Tye <Tony.Tye@amd.com> |
[AMDGPU][NFC] Add documentation for location description DWARF extension
Add documentation for the DWARF extension to allow location descriptions on the DWARF expression stack. This is part of the "
[AMDGPU][NFC] Add documentation for location description DWARF extension
Add documentation for the DWARF extension to allow location descriptions on the DWARF expression stack. This is part of the "DWARF Extensions For Heterogeneous Debugging" used by the AMD GPU target.
Reviewed By: scott.linder
Differential Revision: https://reviews.llvm.org/D115587
show more ...
|