<div dir="ltr"><div class="gmail_extra"><br>
<br><div class="gmail_quote">On Thu, Nov 9, 2017 at 5:51 PM, Ahmed Bougacha <span dir="ltr">&lt;<a href="mailto:ahmed.bougacha@gmail.com" target="_blank">ahmed.bougacha@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div><div class="gmail-m_3936138432140075052gmail_signature"><br></div></div><div class="gmail_quote"><span class="gmail-">On Thu, Nov 9, 2017 at 5:41 PM, Pavel Yaskevich <span dir="ltr">&lt;<a href="mailto:pyaskevich@apple.com" target="_blank">pyaskevich@apple.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div style="word-wrap:break-word;line-break:after-white-space">Hi Ahmed,<div><br></div><div>   There is a problem in CodeGen:</div><div><br></div><div><pre class="gmail-m_3936138432140075052gmail-m_1313309927814604951console-output" style="box-sizing:border-box;white-space:pre-wrap;word-wrap:break-word;margin-top:0px;margin-bottom:0px;font-size:13px;background-color:rgb(43,48,59);color:rgb(192,197,206);padding:20px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;font-variant-ligatures:normal"><span title="Compile Error" style="box-sizing:border-box;color:white;background-color:red">/home/buildnode/jenkins/worksp<wbr>ace/oss-swift-incremental-RA-<wbr>linux-ubuntu-14_04/llvm/tools/<wbr>clang/lib/CodeGen/<wbr>CodeGenAction.cpp:50:47: error: expected class name
</span>  class ClangDiagnosticHandler final : public DiagnosticHandler {
</pre><div><br></div><div>   Can you please take a look?</div></div></div></blockquote><div><br></div><div><br></div></span><div>Huh, that should be handled by the associated clang commits.  I&#39;m only seeing a similar issue in swift (you probably need to cherry-pick something similar, related to opt-remarks):</div><div><br></div><div><pre class="gmail-m_3936138432140075052gmail-console-output" style="box-sizing:border-box;white-space:pre-wrap;word-wrap:break-word;margin-top:0px;margin-bottom:0px;font-size:13px;background-color:rgb(43,48,59);color:rgb(192,197,206);padding:20px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px"><span title="Compile Error" style="box-sizing:border-box;color:white;background-color:red">/home/buildnode/jenkins/<wbr>workspace/oss-swift-4.1-<wbr>incremental-RA-linux-ubuntu-<wbr>16_10/swift/lib/Immediate/<wbr>Immediate.cpp:200:28: error: reference to type &#39;std::unique_ptr&lt;<wbr>DiagnosticHandler&gt;&#39; could not bind to an lvalue of type &#39;void (const llvm::DiagnosticInfo &amp;, void *)&#39;
</span>  Ctx.setDiagnosticHandler(<wbr>linkerDiagnosticHandler, nullptr);
                           ^~~~~~~~~~~~~~~~~~~~~~~
/home/buildnode/jenkins/<wbr>workspace/oss-swift-4.1-<wbr>incremental-RA-linux-ubuntu-<wbr>16_10/llvm/include/llvm/IR/<wbr>LLVMContext.h:211:66: note: passing argument to parameter &#39;DH&#39; here
  void setDiagnosticHandler(std::<wbr>unique_ptr&lt;DiagnosticHandler&gt; &amp;&amp;DH,
                                                                 ^
/home/buildnode/jenkins/<wbr>workspace/oss-swift-4.1-<wbr>incremental-RA-linux-ubuntu-<wbr>16_10/swift/lib/Immediate/<wbr>Immediate.cpp:202:28: error: rvalue reference to type &#39;unique_ptr&lt;[2 * ...]&gt;&#39; cannot bind to lvalue of type &#39;unique_ptr&lt;[2 * ...]&gt;&#39;
  Ctx.setDiagnosticHandler(<wbr>OldHandler, OldDiagnosticContext);
                           ^~~~~~~~~~
/home/buildnode/jenkins/<wbr>workspace/oss-swift-4.1-<wbr>incremental-RA-linux-ubuntu-<wbr>16_10/llvm/include/llvm/IR/<wbr>LLVMContext.h:211:66: note: passing argument to parameter &#39;DH&#39; here
  void setDiagnosticHandler(std::<wbr>unique_ptr&lt;DiagnosticHandler&gt; &amp;&amp;DH,
                                                                 ^
2 errors generated.</pre></div><div><br></div><div>at:</div><div><a href="https://ci.swift.org//job/oss-swift-4.1-incremental-RA-linux-ubuntu-16_10/138/consoleFull#-20360024703122a513-f36a-4c87-8ed7-cbc36a1ec144" target="_blank">https://ci.swift.org//job/oss-<wbr>swift-4.1-incremental-RA-<wbr>linux-ubuntu-16_10/138/<wbr>consoleFull#-<wbr>20360024703122a513-f36a-4c87-<wbr>8ed7-cbc36a1ec144</a><br></div><div><br></div><div>Where&#39;s the clang error?</div></div></div></div></blockquote><div><br></div><div>Oh I found it in some other bot:</div><div><a href="https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_04/1500/consoleFull#4577411573122a513-f36a-4c87-8ed7-cbc36a1ec144">https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_04/1500/consoleFull#4577411573122a513-f36a-4c87-8ed7-cbc36a1ec144</a><br></div><div><br></div><div>As expect, it went away with the next run, where the matching LLVM commits went in:</div><div><a href="https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_04/1501/consoleFull#-732692253122a513-f36a-4c87-8ed7-cbc36a1ec144">https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_04/1501/consoleFull#-732692253122a513-f36a-4c87-8ed7-cbc36a1ec144</a><br></div><div><br></div><div>But now there&#39;s still the swift issues.  I&#39;ll let you folks figure that out;  sorry for the breakage!</div><div><br></div><div>-Ahmed</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><span class="gmail-HOEnZb"><font color="#888888"><div>-Ahmed</div></font></span><div><div class="gmail-h5"><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div style="word-wrap:break-word;line-break:after-white-space"><div><div>Best Regards, Pavel.</div><div><div class="gmail-m_3936138432140075052gmail-h5"><div><div><br><blockquote type="cite"><div>On Nov 9, 2017, at 5:33 PM, <a href="mailto:no-reply@swift.org" target="_blank">no-reply@swift.org</a> wrote:</div><br class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-interchange-newline"><div><h2 style="font-family:&quot;Helvetica Neue&quot;,sans-serif;font-style:normal;font-variant-caps:normal;letter-spacing:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;width:1069px;background-color:red;color:white;text-align:center">New issue found!</h2><h2 style="font-family:&quot;Helvetica Neue&quot;,sans-serif;font-style:normal;font-variant-caps:normal;letter-spacing:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;width:1069px;background-color:red;color:white;text-align:center"></h2><h1 style="color:rgb(57,57,57);font-family:&quot;Helvetica Neue&quot;,sans-serif;font-style:normal;font-variant-caps:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px">[<font class="gmail-m_3936138432140075052gmail-m_1313309927814604951FAILURE" style="color:red">FAILURE</font>] oss-swift-4.1-incremental-RA-l<wbr>inux-ubuntu-16_10 [#138]</h1><table style="font-family:&quot;Helvetica Neue&quot;,sans-serif;letter-spacing:normal;text-indent:0px;text-transform:none;word-spacing:0px"><tbody><tr style="text-align:left"><th>Build URL:</th><td><a href="https://ci.swift.org/job/oss-swift-4.1-incremental-RA-linux-ubuntu-16_10/138/" style="color:rgb(0,122,255);text-decoration:none" target="_blank">https://ci.swift.org/job/oss-s<wbr>wift-4.1-incremental-RA-linux-<wbr>ubuntu-16_10/138/</a></td></tr><tr style="text-align:left"><th>Project:</th><td>oss-swift-4.1-incremental-RA-l<wbr>inux-ubuntu-16_10</td></tr><tr style="text-align:left"><th>Date of build:</th><td>Thu, 09 Nov 2017 19:16:22 -0600</td></tr><tr style="text-align:left"><th>Build duration:</th><td>16 min</td></tr></tbody></table><h2 style="color:rgb(57,57,57);font-family:&quot;Helvetica Neue&quot;,sans-serif;font-style:normal;font-variant-caps:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px">Identified problems:</h2><ul style="color:rgb(57,57,57);font-family:&quot;Helvetica Neue&quot;,sans-serif;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:300;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><li>Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:<ul><li><a href="https://ci.swift.org//job/oss-swift-4.1-incremental-RA-linux-ubuntu-16_10/138/consoleFull#-20360024703122a513-f36a-4c87-8ed7-cbc36a1ec144" style="color:rgb(0,122,255);text-decoration:none" target="_blank">Indication 1</a></li></ul></li></ul><br style="color:rgb(57,57,57);font-family:&quot;Helvetica Neue&quot;,sans-serif;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:300;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><h2 style="color:rgb(57,57,57);font-family:&quot;Helvetica Neue&quot;,sans-serif;font-style:normal;font-variant-caps:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px">Changes</h2><ul style="color:rgb(57,57,57);font-family:&quot;Helvetica Neue&quot;,sans-serif;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:300;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><li>Commit<span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span><b>97adc5f12e40263ddb9a675<wbr>a02f432c65daaee71</b><span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span>by<span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span><b>ahmed.bou<wbr>gacha:</b><p class="gmail-m_3936138432140075052gmail-m_1313309927814604951commit-message" style="font-family:Menlo,fixed;white-space:pre-wrap">[MIR] Print target-specific constant pools</p><ul><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: lib/CodeGen/MIRPrinter.cpp</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: test/CodeGen/MIR/X86/constant-<wbr>pool.mir</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: include/llvm/CodeGen/MIRYamlMa<wbr>pping.h</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-add"><b>add</b>: test/CodeGen/MIR/ARM/target-co<wbr>nstant-pools-error.mir</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: lib/CodeGen/MIRParser/MIRParse<wbr>r.cpp</li></ul></li><br><li>Commit<span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span><b>bebdcae7d9fa45851b2f8a8<wbr>19b6c230115e76490</b><span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span>by<span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span><b>ahmed.bou<wbr>gacha:</b><p class="gmail-m_3936138432140075052gmail-m_1313309927814604951commit-message" style="font-family:Menlo,fixed;white-space:pre-wrap">[CodeGen] Fix some Clang-tidy modernize and Include What You Use</p><ul><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: include/llvm/CodeGen/MIRYamlMa<wbr>pping.h</li></ul></li><br><li>Commit<span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span><b>66210e84c48072979e39cc4<wbr>039c54042131ddab9</b><span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span>by<span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span><b>ahmed.bou<wbr>gacha:</b><p class="gmail-m_3936138432140075052gmail-m_1313309927814604951commit-message" style="font-family:Menlo,fixed;white-space:pre-wrap">[GlobalISel][X86] G_FCONSTANT support.</p><ul><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: lib/Target/X86/X86InstructionS<wbr>elector.cpp</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-add"><b>add</b>: test/CodeGen/X86/GlobalISel/se<wbr>lect-fconstant.mir</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: lib/Target/X86/X86RegisterBank<wbr>Info.cpp</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: lib/Target/X86/X86LegalizerInf<wbr>o.cpp</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-add"><b>add</b>: test/CodeGen/X86/GlobalISel/fc<wbr>onstant.ll</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: test/CodeGen/X86/GlobalISel/re<wbr>gbankselect-X86_64.mir</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: test/CodeGen/X86/GlobalISel/le<wbr>galize-constant.mir</li></ul></li><br><li>Commit<span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span><b>121242ac03980a7c3ba46a7<wbr>de539694fcbaa2c62</b><span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span>by<span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span><b>ahmed.bou<wbr>gacha:</b><p class="gmail-m_3936138432140075052gmail-m_1313309927814604951commit-message" style="font-family:Menlo,fixed;white-space:pre-wrap">[GlobalISel][X86] Use correct physical register in mir tests.NFC.</p><ul><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: test/CodeGen/X86/GlobalISel/le<wbr>galize-ext.mir</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: test/CodeGen/X86/GlobalISel/se<wbr>lect-undef.mir</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: test/CodeGen/X86/GlobalISel/se<wbr>lect-or-scalar.mir</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: test/CodeGen/X86/GlobalISel/se<wbr>lect-add.mir</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: test/CodeGen/X86/GlobalISel/se<wbr>lect-unmerge-vec512.mir</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: test/CodeGen/X86/GlobalISel/se<wbr>lect-and-scalar.mir</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: test/CodeGen/X86/GlobalISel/le<wbr>galize-insert-vec512.mir</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: test/CodeGen/X86/GlobalISel/se<wbr>lect-ext-x86-64.mir</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: test/CodeGen/X86/GlobalISel/se<wbr>lect-phi.mir</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: test/CodeGen/X86/GlobalISel/le<wbr>galize-mul-scalar.mir</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: test/CodeGen/X86/GlobalISel/se<wbr>lect-ext.mir</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: test/CodeGen/X86/GlobalISel/le<wbr>galize-cmp.mir</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: test/CodeGen/X86/GlobalISel/re<wbr>gbankselect-X86_64.mir</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: test/CodeGen/X86/GlobalISel/le<wbr>galize-phi.mir</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: test/CodeGen/X86/GlobalISel/se<wbr>lect-mul-scalar.mir</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: test/CodeGen/X86/GlobalISel/se<wbr>lect-cmp.mir</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: test/CodeGen/X86/GlobalISel/le<wbr>galize-ext-x86-64.mir</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: test/CodeGen/X86/GlobalISel/se<wbr>lect-insert-vec512.mir</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: test/CodeGen/X86/GlobalISel/se<wbr>lect-xor-scalar.mir</li></ul></li><br><li>Commit<span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span><b>6a3164df8f2c3e6cdd5ad80<wbr>6b5bdc8cfe97dafac</b><span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span>by<span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span><b>ahmed.bou<wbr>gacha:</b><p class="gmail-m_3936138432140075052gmail-m_1313309927814604951commit-message" style="font-family:Menlo,fixed;white-space:pre-wrap">[GlobalISel][X86] Legalize i1 G_ADD/G_SUB/G_MUL/G_XOR/G_OR/G<wbr>_AND</p><ul><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: test/CodeGen/X86/GlobalISel/le<wbr>galize-add.mir</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: test/CodeGen/X86/GlobalISel/ad<wbr>d-scalar.ll</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-add"><b>add</b>: test/CodeGen/X86/GlobalISel/su<wbr>b-scalar.ll</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: lib/Target/X86/X86LegalizerInf<wbr>o.cpp</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: test/CodeGen/X86/GlobalISel/le<wbr>galize-and-scalar.mir</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: test/CodeGen/X86/GlobalISel/le<wbr>galize-xor-scalar.mir</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: test/CodeGen/X86/GlobalISel/le<wbr>galize-mul-scalar.mir</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: test/CodeGen/X86/GlobalISel/an<wbr>d-scalar.ll</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: test/CodeGen/X86/GlobalISel/xo<wbr>r-scalar.ll</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: test/CodeGen/X86/GlobalISel/le<wbr>galize-or-scalar.mir</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: test/CodeGen/X86/GlobalISel/le<wbr>galize-sub.mir</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: test/CodeGen/X86/GlobalISel/or<wbr>-scalar.ll</li></ul></li><br><li>Commit<span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span><b>736be99a0dd878ec734bf7a<wbr>a455906e772ee6be5</b><span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span>by<span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span><b>ahmed.bou<wbr>gacha:</b><p class="gmail-m_3936138432140075052gmail-m_1313309927814604951commit-message" style="font-family:Menlo,fixed;white-space:pre-wrap">[GlobalISel][X86] refactoring X86InstructionSelector.cpp .NFC.</p><ul><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: lib/Target/X86/X86InstructionS<wbr>elector.cpp</li></ul></li><br><li>Commit<span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span><b>9881d01abf1a02ca2a2e174<wbr>dfb16a2f49a21e2ef</b><span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span>by<span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span><b>ahmed.bou<wbr>gacha:</b><p class="gmail-m_3936138432140075052gmail-m_1313309927814604951commit-message" style="font-family:Menlo,fixed;white-space:pre-wrap">Split opt-remark YAML and opt output testing on this test</p><ul><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: test/Transforms/GVN/opt-remark<wbr>s.ll</li></ul></li><br><li>Commit<span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span><b>13c9ccabd4d81a8ceb36abc<wbr>2bfcf52497a9be844</b><span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span>by<span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span><b>ahmed.bou<wbr>gacha:</b><p class="gmail-m_3936138432140075052gmail-m_1313309927814604951commit-message" style="font-family:Menlo,fixed;white-space:pre-wrap">Improve comment</p><ul><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: include/llvm/Analysis/Optimiza<wbr>tionDiagnosticInfo.h</li></ul></li><br><li>Commit<span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span><b>42a3c53004c2529fbfcb6e4<wbr>bbe8391880aa6667a</b><span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span>by<span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span><b>ahmed.bou<wbr>gacha:</b><p class="gmail-m_3936138432140075052gmail-m_1313309927814604951commit-message" style="font-family:Menlo,fixed;white-space:pre-wrap">This patch fixes <a href="https://bugs.llvm.org/show_bug.cgi?id=32352" style="color:rgb(0,122,255);text-decoration:none" target="_blank">https://bugs.llvm.org/show_bug<wbr>.cgi?id=32352</a> It enables</p><ul><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: include/llvm/CodeGen/MachineOp<wbr>timizationRemarkEmitter.h</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: tools/llvm-link/llvm-link.cpp</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: lib/IR/LLVMContextImpl.cpp</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-add"><b>add</b>: include/llvm/IR/DiagnosticHand<wbr>ler.h</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: lib/IR/DiagnosticInfo.cpp</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: tools/llc/llc.cpp</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: lib/Transforms/Scalar/GVN.cpp</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: tools/lto/lto.cpp</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-add"><b>add</b>: lib/IR/DiagnosticHandler.cpp</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: include/llvm/LTO/Config.h</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: lib/IR/LLVMContext.cpp</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: lib/IR/LLVMContextImpl.h</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: test/Transforms/GVN/opt-remark<wbr>s.ll</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: tools/llvm-dis/llvm-dis.cpp</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: lib/IR/Core.cpp</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: lib/Transforms/Vectorize/LoopV<wbr>ectorize.cpp</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: include/llvm/Analysis/Optimiza<wbr>tionDiagnosticInfo.h</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: include/llvm/LTO/legacy/LTOCod<wbr>eGenerator.h</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: lib/LTO/LTOCodeGenerator.cpp</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: include/llvm/IR/LLVMContext.h</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: tools/llvm-lto/llvm-lto.cpp</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: include/llvm/IR/DiagnosticInfo<wbr>.h</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: lib/IR/CMakeLists.txt</li></ul></li><br><li>Commit<span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span><b>7e92e11fef4d76d8a9d0411<wbr>5a76a032ae3957548</b><span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span>by<span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span><b>ahmed.bou<wbr>gacha:</b><p class="gmail-m_3936138432140075052gmail-m_1313309927814604951commit-message" style="font-family:Menlo,fixed;white-space:pre-wrap">Allow ORE.emit to take a closure to delay building the remark object</p><ul><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: lib/IR/DiagnosticInfo.cpp</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: include/llvm/IR/DiagnosticInfo<wbr>.h</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: include/llvm/IR/DiagnosticHand<wbr>ler.h</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: include/llvm/Analysis/Optimiza<wbr>tionDiagnosticInfo.h</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: lib/IR/DiagnosticHandler.cpp</li></ul></li><br><li>Commit<span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span><b>cb23c2b83f82388ede37e1d<wbr>1805c73f35eb6666d</b><span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span>by<span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span><b>ahmed.bou<wbr>gacha:</b><p class="gmail-m_3936138432140075052gmail-m_1313309927814604951commit-message" style="font-family:Menlo,fixed;white-space:pre-wrap">Fix build for LLVM unittests</p><ul><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: unittests/Linker/LinkModulesTe<wbr>st.cpp</li></ul></li><br><li>Commit<span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span><b>977c701bfe137665dff3f6d<wbr>09808b71ce40210a2</b><span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span>by<span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span><b>ahmed.bou<wbr>gacha:</b><p class="gmail-m_3936138432140075052gmail-m_1313309927814604951commit-message" style="font-family:Menlo,fixed;white-space:pre-wrap">[GlobalISel] Only build expensive remarks if they&#39;re enabled. NFC.</p><ul><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: lib/CodeGen/GlobalISel/Utils.c<wbr>pp</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: lib/CodeGen/GlobalISel/IRTrans<wbr>lator.cpp</li></ul></li><br><li>Commit<span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span><b>c94ff728d8d1155a8594e99<wbr>2b0a83dc8fa3fc85d</b><span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span>by<span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span><b>ahmed.bou<wbr>gacha:</b><p class="gmail-m_3936138432140075052gmail-m_1313309927814604951commit-message" style="font-family:Menlo,fixed;white-space:pre-wrap">[globalisel] Add support for intrinsic_w_chain.</p><ul><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-add"><b>add</b>: test/CodeGen/X86/GlobalISel/se<wbr>lect-intrinsic-x86-flags-read-<wbr>u32.mir</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: include/llvm/Target/GlobalISel<wbr>/SelectionDAGCompat.td</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: utils/TableGen/GlobalISelEmitt<wbr>er.cpp</li></ul></li><br><li>Commit<span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span><b>45db2d984b6241c49bdf1a2<wbr>406bec7565f7cac94</b><span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span>by<span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span><b>ahmed.bou<wbr>gacha:</b><p class="gmail-m_3936138432140075052gmail-m_1313309927814604951commit-message" style="font-family:Menlo,fixed;white-space:pre-wrap">[globalisel] Add support for intrinsic_void</p><ul><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: include/llvm/Target/GlobalISel<wbr>/SelectionDAGCompat.td</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-add"><b>add</b>: test/CodeGen/AArch64/GlobalISe<wbr>l/select-intrinsic-aarch64-<wbr>hint.mir</li></ul></li><br><li>Commit<span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span><b>ddb01fed5e7d30f2d372d49<wbr>ce81e3ea1b74f85a8</b><span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span>by<span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span><b>ahmed.bou<wbr>gacha:</b><p class="gmail-m_3936138432140075052gmail-m_1313309927814604951commit-message" style="font-family:Menlo,fixed;white-space:pre-wrap">[globalisel] Add a G_BSWAP instruction and support bswap using it.</p><ul><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: include/llvm/Target/TargetOpco<wbr>des.def</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: lib/Target/AArch64/AArch64Lega<wbr>lizerInfo.cpp</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-add"><b>add</b>: test/CodeGen/AArch64/GlobalISe<wbr>l/select-bswap.mir</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: include/llvm/Target/GenericOpc<wbr><a href="http://odes.td">odes.td</a></li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: include/llvm/Target/GlobalISel<wbr>/SelectionDAGCompat.td</li></ul></li><br><li>Commit<span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span><b>bd502f2f0000a8ebe30f328<wbr>d4e41ed59e8d40368</b><span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span>by<span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span><b>ahmed.bou<wbr>gacha:</b><p class="gmail-m_3936138432140075052gmail-m_1313309927814604951commit-message" style="font-family:Menlo,fixed;white-space:pre-wrap">[MIRPrinter] Print empty successor lists when they cannot be guessed</p><ul><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: test/CodeGen/MIR/ARM/ifcvt_can<wbr>FallThroughTo.mir</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-add"><b>add</b>: test/CodeGen/MIR/X86/unreachab<wbr>le_block.ll</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: lib/CodeGen/MIRPrinter.cpp</li></ul></li><br><li>Commit<span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span><b>213db310e21e19068747166<wbr>2b2e8d238b3273659</b><span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span>by<span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span><b>ahmed.bou<wbr>gacha:</b><p class="gmail-m_3936138432140075052gmail-m_1313309927814604951commit-message" style="font-family:Menlo,fixed;white-space:pre-wrap">[ARM] Fix some Clang-tidy modernize-use-using and Include What You Use</p><ul><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: lib/Target/ARM/ARMCallLowering<wbr>.h</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: lib/Target/ARM/ARMCallLowering<wbr>.cpp</li></ul></li><br><li>Commit<span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span><b>eb8a047cbe0a9e2290b1e80<wbr>e561cd9d6ea55a01f</b><span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span>by<span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span><b>ahmed.bou<wbr>gacha:</b><p class="gmail-m_3936138432140075052gmail-m_1313309927814604951commit-message" style="font-family:Menlo,fixed;white-space:pre-wrap">[GlobalISel] Update the documentation and comments for G_EXTRACT</p><ul><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: docs/GlobalISel.rst</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: include/llvm/Target/GenericOpc<wbr><a href="http://odes.td">odes.td</a></li></ul></li><br><li>Commit<span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span><b>a0555e9f3951aea6057c1f1<wbr>74cd3aaa40e9c67c0</b><span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span>by<span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span><b>ahmed.bou<wbr>gacha:</b><p class="gmail-m_3936138432140075052gmail-m_1313309927814604951commit-message" style="font-family:Menlo,fixed;white-space:pre-wrap">[GlobalISel] Update the documentation for G_SEQUENCE</p><ul><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: docs/GlobalISel.rst</li></ul></li><br><li>Commit<span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span><b>ad3f195ed233bce75f1ad91<wbr>5e9d4aadb66427b2a</b><span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span>by<span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span><b>ahmed.bou<wbr>gacha:</b><p class="gmail-m_3936138432140075052gmail-m_1313309927814604951commit-message" style="font-family:Menlo,fixed;white-space:pre-wrap">[GlobalISel] Update the documentation and comment for G_[UN]MERGE_VALUES</p><ul><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: docs/GlobalISel.rst</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: include/llvm/Target/GenericOpc<wbr><a href="http://odes.td">odes.td</a></li></ul></li><br><li>Commit<span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span><b>031892702a0314ead57fd9e<wbr>002909caf61205811</b><span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span>by<span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span><b>ekarpenko<wbr>v:</b><p class="gmail-m_3936138432140075052gmail-m_1313309927814604951commit-message" style="font-family:Menlo,fixed;white-space:pre-wrap">Revert &quot;Add _Float16 as a C/C++ source language type&quot;</p><ul><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: lib/Index/USRGeneration.cpp</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: lib/AST/StmtPrinter.cpp</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: lib/CodeGen/CGExprScalar.cpp</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: lib/CodeGen/CGDebugInfo.cpp</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: lib/Serialization/ASTReader.cp<wbr>p</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: lib/Format/FormatToken.cpp</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: lib/Sema/SemaDecl.cpp</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: lib/Sema/SemaType.cpp</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: lib/Sema/SemaExpr.cpp</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: include/clang-c/Index.h</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: lib/CodeGen/ItaniumCXXABI.cpp</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: lib/Parse/ParseTentative.cpp</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: include/clang/Lex/LiteralSuppo<wbr>rt.h</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: lib/Lex/LiteralSupport.cpp</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: include/clang/Basic/Specifiers<wbr>.h</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-delete"><b>delete</b>: test/Frontend/float16.cpp</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: include/clang/AST/ASTContext.h</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: lib/CodeGen/CodeGenTypes.cpp</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: lib/Parse/ParseExpr.cpp</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: lib/Serialization/ASTCommon.cp<wbr>p</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: lib/Parse/ParseExprCXX.cpp</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: lib/Sema/SemaTemplateVariadic.<wbr>cpp</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: lib/AST/Type.cpp</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: include/clang/Serialization/AS<wbr>TBitCodes.h</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: include/clang/Basic/TokenKinds<wbr>.def</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: lib/AST/TypeLoc.cpp</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: lib/AST/MicrosoftMangle.cpp</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: lib/AST/ASTContext.cpp</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: lib/AST/NSAPI.cpp</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: lib/Analysis/PrintfFormatStrin<wbr>g.cpp</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: lib/Parse/ParseDecl.cpp</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-delete"><b>delete</b>: test/CodeGenCXX/float16-declar<wbr>ations.cpp</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: tools/libclang/CXType.cpp</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: lib/AST/ItaniumMangle.cpp</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: lib/Sema/DeclSpec.cpp</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: test/Lexer/half-literal.cpp</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: include/clang/Sema/DeclSpec.h</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: include/clang/AST/BuiltinTypes<wbr>.def</li></ul></li><br><li>Commit<span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span><b>11f34cfdd31ec9552df7fb7<wbr>679064c0375c7f34f</b><span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span>by<span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span><b>ahmed.bou<wbr>gacha:</b><p class="gmail-m_3936138432140075052gmail-m_1313309927814604951commit-message" style="font-family:Menlo,fixed;white-space:pre-wrap">This patch fixes <a href="https://bugs.llvm.org/show_bug.cgi?id=32352" style="color:rgb(0,122,255);text-decoration:none" target="_blank">https://bugs.llvm.org/show_bug<wbr>.cgi?id=32352</a> LLVM code</p><ul><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: lib/CodeGen/CodeGenAction.cpp</li></ul></li><br><li>Commit<span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span><b>cae699c147cc75c5eeabf6d<wbr>452384b4ee76fc3f8</b><span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span>by<span class="gmail-m_3936138432140075052gmail-m_1313309927814604951Apple-converted-space"> </span><b>ahmed.bou<wbr>gacha:</b><p class="gmail-m_3936138432140075052gmail-m_1313309927814604951commit-message" style="font-family:Menlo,fixed;white-space:pre-wrap">Fix ClangDiagnosticHandler::is*Rem<wbr>arkEnabled members</p><ul><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-edit"><b>edit</b>: lib/CodeGen/CodeGenAction.cpp</li><li class="gmail-m_3936138432140075052gmail-m_1313309927814604951change-add"><b>add</b>: test/Frontend/optimization-rem<wbr>ark-extra-analysis.c</li></ul></li></ul></div></blockquote></div><br></div></div></div></div></div></blockquote></div></div></div><br></div></div>
</blockquote></div><br></div></div>