<?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 explicit-section.ll</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>370127b7 - [XCOFF] change default program code csect alignment to 32</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/DebugInfo/XCOFF/explicit-section.ll#370127b7</link>
        <description>[XCOFF] change default program code csect alignment to 32This is the same with commercial XLC on AIX.Reviewed By: EsmeDifferential Revision: https://reviews.llvm.org/D114419

            List of files:
            /llvm-project-15.0.7/llvm/test/DebugInfo/XCOFF/explicit-section.ll</description>
        <pubDate>Wed, 29 Jun 2022 04:16:01 +0000</pubDate>
        <dc:creator>Chen Zheng &lt;czhengsz@cn.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>6747d44b - [DebugInfo] Fix end_sequence of debug_line in LTO Object</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/DebugInfo/XCOFF/explicit-section.ll#6747d44b</link>
        <description>[DebugInfo] Fix end_sequence of debug_line in LTO ObjectIn a LTO build, the `end_sequence` in debug_line table for each compile unit (CU) points the end of text section which merged all CUs. The `end_sequence` needs to point to the end of each CU&apos;s range. This bug often causes invalid `debug_line` table in the final `.dSYM` binary for MachO after running `dsymutil` which tries to compensate an out-of-range address of `end_sequence`.The fix is to sync the line table termination with the range operations that are already maintained in DwarfDebug. When CU or section changes, or nodebug functions appear or module is finished, the prior pending line table is terminated using the last range label. In the MC path where no range is tracked, the old logic is conservatively used to end the line table using the section end symbol.Reviewed By: dblaikieDifferential Revision: https://reviews.llvm.org/D108261

            List of files:
            /llvm-project-15.0.7/llvm/test/DebugInfo/XCOFF/explicit-section.ll</description>
        <pubDate>Mon, 15 Nov 2021 04:18:36 +0000</pubDate>
        <dc:creator>Kyungwoo Lee &lt;kyulee@fb.com&gt;</dc:creator>
    </item>
<item>
        <title>841077a7 - [AIX][XCOFF] Use bit order of has_vec and longtbtable bits as defined in AIX header debug.h</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/DebugInfo/XCOFF/explicit-section.ll#841077a7</link>
        <description>[AIX][XCOFF] Use bit order of has_vec and longtbtable bits as defined in AIX header debug.hSummary:  The bit order of the has_vec and longtbtable bits in the traceback table generated by the XL compiler flipped at some point after v12.1. This is different from the definition is the AIX header debug.h. The change in the XL compiler that caused the deviation from the OS header definition was unintentional. Since both orderings are extant and the XL compiler runtime also expects the ordering defined by the OS, we will correct the output from LLVM to match the defined ordering given by the OS (which is also consistent with the Assembler Language Reference). Mitigation for traceback tables encoded with the wrong ordering is required for either ordering.Reviewers: XingXue, HubertTongDifferential Revision: https://reviews.llvm.org/D105487

            List of files:
            /llvm-project-15.0.7/llvm/test/DebugInfo/XCOFF/explicit-section.ll</description>
        <pubDate>Fri, 09 Jul 2021 15:06:46 +0000</pubDate>
        <dc:creator>zhijian &lt;zhijian@ca.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>7ed515d1 - [AIX][XCOFF] emit vector info of traceback table.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/DebugInfo/XCOFF/explicit-section.ll#7ed515d1</link>
        <description>[AIX][XCOFF] emit vector info of traceback table.Summary:emit vector info of traceback table.Reviewers: Jason Liu,Hubert TongDifferential Revision: https://reviews.llvm.org/D93659

            List of files:
            /llvm-project-15.0.7/llvm/test/DebugInfo/XCOFF/explicit-section.ll</description>
        <pubDate>Mon, 14 Jun 2021 15:15:22 +0000</pubDate>
        <dc:creator>zhijian &lt;zhijian@ca.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>edf4d69d - [AIX] Print printable byte list as quoted string</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/DebugInfo/XCOFF/explicit-section.ll#edf4d69d</link>
        <description>[AIX] Print printable byte list as quoted string.byte supports string, so if the whole byte list are printable,we can actually print the string for readability and LIT tests maintainence.        .byte &apos;H,&apos;e,&apos;l,&apos;l,&apos;o,&apos;,,&apos; ,&apos;w,&apos;o,&apos;r,&apos;l,&apos;d-&gt;        .byte &quot;Hello, world&quot;Reviewed By: hubert.reinterpretcastDifferential Revision: https://reviews.llvm.org/D102814

            List of files:
            /llvm-project-15.0.7/llvm/test/DebugInfo/XCOFF/explicit-section.ll</description>
        <pubDate>Fri, 21 May 2021 02:14:13 +0000</pubDate>
        <dc:creator>Jinsong Ji &lt;jji@us.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>2c902817 - [DebugInfo][AIX] Set target debugger-tune default to dbx</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/DebugInfo/XCOFF/explicit-section.ll#2c902817</link>
        <description>[DebugInfo][AIX] Set target debugger-tune default to dbxhttps://reviews.llvm.org/D99400 set clang DefaultDebuggerTuning for AIXto dbx. However, we still need to update the target default so that llcand other tools will get the same default debuggertuning, and avoidpassing extra options in LTO.Reviewed By: #powerpc, shchenz, dblaikieDifferential Revision: https://reviews.llvm.org/D101197

            List of files:
            /llvm-project-15.0.7/llvm/test/DebugInfo/XCOFF/explicit-section.ll</description>
        <pubDate>Sun, 25 Apr 2021 21:59:24 +0000</pubDate>
        <dc:creator>Jinsong Ji &lt;jji@us.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>fafbdfe6 - [Debug-Info] Add names for the debug line prologue.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/DebugInfo/XCOFF/explicit-section.ll#fafbdfe6</link>
        <description>[Debug-Info] Add names for the debug line prologue.Summary: This is a minor patch to add names for the debug line prologue, as a follow-up of D95998.Reviewed By: dblaikie, ikudrin, shchenzDifferential Revision: https://reviews.llvm.org/D98383

            List of files:
            /llvm-project-15.0.7/llvm/test/DebugInfo/XCOFF/explicit-section.ll</description>
        <pubDate>Fri, 12 Mar 2021 04:42:19 +0000</pubDate>
        <dc:creator>Esme-Yi &lt;esme.yi@ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>87bbf3d1 - [XCOFF][DebugInfo] support DWARF for XCOFF for assembly output.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/DebugInfo/XCOFF/explicit-section.ll#87bbf3d1</link>
        <description>[XCOFF][DebugInfo] support DWARF for XCOFF for assembly output.Reviewed By: jasonliuDifferential Revision: https://reviews.llvm.org/D95518

            List of files:
            /llvm-project-15.0.7/llvm/test/DebugInfo/XCOFF/explicit-section.ll</description>
        <pubDate>Fri, 05 Mar 2021 01:47:41 +0000</pubDate>
        <dc:creator>Chen Zheng &lt;czhengsz@cn.ibm.com&gt;</dc:creator>
    </item>
</channel>
</rss>
