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