Skip to content

Commit

Permalink
Renumber new parts.
Browse files Browse the repository at this point in the history
ccoutant committed Jan 12, 2023
1 parent 5f957f7 commit 62f6ca6
Showing 9 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion 014-vector-base-types.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Part 14: Support for Vector Base Types
Part 11: Support for Vector Base Types

PROBLEM DESCRIPTION

2 changes: 1 addition & 1 deletion 015-vector-composite-location-descriptions.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Part 15: DWARF Operations to Create Vector Composite Location Descriptions
Part 12: DWARF Operations to Create Vector Composite Location Descriptions

PROBLEM DESCRIPTION

2 changes: 1 addition & 1 deletion 016-overlay-composite-location-descriptions.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Part 16: DWARF Operation to Create Runtime Overlay Composite Location Description
Part 13: DWARF Operation to Create Runtime Overlay Composite Location Description

PROBLEM DESCRIPTION

2 changes: 1 addition & 1 deletion 017-call-frame-entry-registers.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Part 17: DWARF Operation to Access Call Frame Entry Registers
Part 14: DWARF Operation to Access Call Frame Entry Registers

PROBLEM DESCRIPTION

2 changes: 1 addition & 1 deletion 018-simt-hardware.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Part 19: Support for Source Languages Mapped to SIMT Hardware
Part 15: Support for Source Languages Mapped to SIMT Hardware

PROBLEM DESCRIPTION

2 changes: 1 addition & 1 deletion 020-simd-hardware.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Part 20: Support for Source Language Optimizations that Result in Concurrent Iteration Execution
Part 16: Support for Source Language Optimizations that Result in Concurrent Iteration Execution

PROBLEM DESCRIPTION

2 changes: 1 addition & 1 deletion 021-divergent-control-flow.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Part 21: Support for Divergent Control Flow of SIMT Hardware
Part 17: Support for Divergent Control Flow of SIMT Hardware

PROBLEM DESCRIPTION

2 changes: 1 addition & 1 deletion 022-memory-spaces.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Part 22: Support for Source Language Memory Spaces
Part 18: Support for Source Language Memory Spaces

PROBLEM DESCRIPTION

9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -16,6 +16,15 @@ more manageable proposals, in a form acceptable to the DWARF committee.
* Part 7: [Generalize Offsetting of Location Descriptions](010-generalize-offsetting.txt)
* Part 8: [Generalize Creation of Undefined Location Descriptions](011-generalize-undefined.txt)
* Part 9: [Generalize Creation of Composite Location Descriptions](012-generalize-composite.txt)
* Part 10: [General Support for Address Spaces](013-generalize-address-spaces.txt)
* Part 11: [Support for Vector Base Types](014-vector-base-types.txt)
* Part 12: [DWARF Operations to Create Vector Composite Location Descriptions](015-vector-composite-location-descriptions.txt)
* Part 13: [DWARF Operation to Create Runtime Overlay Composite Location Description](016-overlay-composite-location-descriptions.txt)
* Part 14: [DWARF Operation to Access Call Frame Entry Registers](017-call-frame-entry-registers.txt)
* Part 15: [Support for Source Languages Mapped to SIMT Hardware](018-simt-hardware.txt)
* Part 16: [Support for Source Language Optimizations that Result in Concurrent Iteration Execution](020-simd-hardware.txt)
* Part 17: [Support for Divergent Control Flow of SIMT Hardware](021-divergent-control-flow.txt)
* Part 18: [Support for Source Language Memory Spaces](022-memory-spaces.txt)

Independent issues not part of this series:

0 comments on commit 62f6ca6

Please sign in to comment.