<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in debug-name-table.ll</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>2e7e0975 - [NVPTX] Prefix &quot;$L__&quot; for branch label names</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/DebugInfo/NVPTX/debug-name-table.ll#2e7e0975</link>
        <description>[NVPTX] Prefix &quot;$L__&quot; for branch label namesA global variable may have the same name as a label, and ptxas does not accept it.Prefix labels with $L__ to fix this.Reviewed By: MaskRay, traDifferential Revision: https://reviews.llvm.org/D119669

            List of files:
            /llvm-project-15.0.7/llvm/test/DebugInfo/NVPTX/debug-name-table.ll</description>
        <pubDate>Sat, 30 Apr 2022 19:55:20 +0000</pubDate>
        <dc:creator>Dmitry Vassiliev &lt;dvassiliev@accesssoftek.com&gt;</dc:creator>
    </item>
<item>
        <title>0f1b5f11 - [NVPTX] Integrate ptxas to LIT tests</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/DebugInfo/NVPTX/debug-name-table.ll#0f1b5f11</link>
        <description>[NVPTX] Integrate ptxas to LIT testsptxas is a proprietary compiler from Nvidia that can compile PTX tomachine code (SASS). It has a lot of diagnostics to catch errorsin PTX, which can be used to verify PTX output from llc.Set -DPXTAS_EXECUTABLE=/path/to/ptxas CMake option to enable it.If this option is not set, then ptxas is substituted to true whicheffectively disables all ptxas RUN lines.LLVM_PTXAS_EXECUTABLE environment variable takes precedence overthe CMake option, and allows to override ptxas executable that is used for LITwithout complete re-configuration.Differential Revision: https://reviews.llvm.org/D121727

            List of files:
            /llvm-project-15.0.7/llvm/test/DebugInfo/NVPTX/debug-name-table.ll</description>
        <pubDate>Wed, 27 Apr 2022 19:43:55 +0000</pubDate>
        <dc:creator>Andrew Savonichev &lt;andrew.savonichev@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>96e74870 - [NVPTX] Fix LIT tests with default nameTableKind</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/DebugInfo/NVPTX/debug-name-table.ll#96e74870</link>
        <description>[NVPTX] Fix LIT tests with default nameTableKindDefault nameTableKind results in the following DWARF section:    .section .debug_pubnames    {      .b32 LpubNames_end0-LpubNames_start0    // Length of Public Names Info      LpubNames_start0:      [...]      LpubNames_end0:    }Without -mattr=+ptx75 ptxas complains about labels and labelexpressions:error   : Feature &apos;labels1 - labels2 expression in .section&apos; requiresPTX ISA .version 7.5 or latererror   : Feature &apos;Defining labels in .section&apos; requires PTX ISA.version 7.0 or laterThe patch modifies dbg-value-const-byref.ll to let it run without PTX7.5 (available from CUDA 11.0), and adds a new test just for thiscase.Differential revision: https://reviews.llvm.org/D124108

            List of files:
            /llvm-project-15.0.7/llvm/test/DebugInfo/NVPTX/debug-name-table.ll</description>
        <pubDate>Tue, 19 Apr 2022 17:01:14 +0000</pubDate>
        <dc:creator>Andrew Savonichev &lt;andrew.savonichev@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
