Add links to Whova conference site.
Update some speaker names and titles.
diff --git a/devmtg/2020-09/index.html b/devmtg/2020-09/index.html
index 113abe8..b289906 100755
--- a/devmtg/2020-09/index.html
+++ b/devmtg/2020-09/index.html
@@ -232,7 +232,7 @@
     <div class="title">
       <h2>About the LLVM Developers&#39; Meeting</h2>
     </div>
-    <p><p>The LLVM Developers' Meeting is a bi-annual gathering of the entire LLVM Project community. This year we will be having our first virtual event!</p><p>The conference is organized by the LLVM Foundation and many volunteers within the LLVM community. Developers and users of LLVM, Clang, and related subprojects will enjoy attending interesting talks, impromptu discussions, and networking with the many members of our community. Whether you are a new to the LLVM project or a long time member, there is something for each attendee.</p><p>What types of people attend?<ul><li>Active developers of projects in the LLVM Umbrella(LLVM core, Clang, LLDB, libc++, compiler_rt, klee, lld, etc).</li><li>Anyone interested in using these as part of another project.</li><li>Students and Researchers</li><li>Compiler, programming language, and runtime enthusiasts.</li><li>Those interested in using compiler and toolchain technology in novel and interesting ways.</li></ul><p>For future announcements or questions: Please sign up for the <a href="https://lists.llvm.org/mailman/listinfo/llvm-devmeeting"> LLVM Developers' Meeting list</a>.</p></p>
+    <p><p>The LLVM Developers' Meeting is a bi-annual gathering of the entire LLVM Project community. This year we will be having our first virtual event!</p><p>The conference is organized by the LLVM Foundation and many volunteers within the LLVM community. Developers and users of LLVM, Clang, and related subprojects will enjoy attending interesting talks, impromptu discussions, and networking with the many members of our community. Whether you are a new to the LLVM project or a long time member, there is something for each attendee.</p><p>What types of people attend?<ul><li>Active developers of projects in the LLVM Umbrella(LLVM core, Clang, LLDB, libc++, compiler_rt, klee, lld, etc).</li><li>Anyone interested in using these as part of another project.</li><li>Students and Researchers</li><li>Compiler, programming language, and runtime enthusiasts.</li><li>Those interested in using compiler and toolchain technology in novel and interesting ways.</li></ul><p>For future announcements or questions: Please sign up for the <a href="https://lists.llvm.org/mailman/listinfo/llvm-devmeeting"> LLVM Developers' Meeting list</a>.</p><h2><a href="http://localhost:1313/devmtg/2020-09/">Visit the 2020 Virtual LLVM Developers' Meeting on Whova</a></h2></p>
     
   </div>
 
@@ -350,11 +350,11 @@
                     <div class="box-simple">
                         
                             <div class="icon">
-                                <i class="fas fa-lightbulb"></i>
+                                <i class="fas fa-users"></i>
                             </div>
                         
-                        <h3>Round Tables</h3>
-                        <p>Informal and impromptu discussions on a specific topic. During the conference there are set time slots where groups can organize to discuss a problem or topic.</p>
+                        <h3>Networking</h3>
+                        <p>Opportunities to network virtually with other LLVM Developers</p>
                     </div>
                 </div>
         
@@ -364,11 +364,11 @@
                     <div class="box-simple">
                         
                             <div class="icon">
-                                <i class="fas fa-users"></i>
+                                <i class="fas fa-lightbulb"></i>
                             </div>
                         
-                        <h3>Networking</h3>
-                        <p>Opportunities to network virtually with other LLVM Developers</p>
+                        <h3>Round Tables</h3>
+                        <p>Informal and impromptu discussions on a specific topic. During the conference there are set time slots where groups can organize to discuss a problem or topic.</p>
                     </div>
                 </div>
         
diff --git a/devmtg/2020-09/program/index.html b/devmtg/2020-09/program/index.html
index 623f47e..892e4a6 100644
--- a/devmtg/2020-09/program/index.html
+++ b/devmtg/2020-09/program/index.html
@@ -186,7 +186,8 @@
                     <div class="col-md-12">
 
                         <div>
-                          <p><strong>Keynote:</strong></p>
+                          <p>Visit the <a href="https://whova.com/portal/webapp/llvm_202010/">LLVM Whova Site</a> (Registration required to attend the event)</p>
+<p><strong>Keynote:</strong></p>
 <ul>
 <li>Undef and Poison: Present and Future - <em>J. Lee</em></li>
 </ul>
@@ -220,7 +221,7 @@
 <ul>
 <li>Everything I know about debugging LLVM - <em>N. Desaulniers</em></li>
 <li>LLVM in a Bare Metal Environment - <em>H. Qadeer</em></li>
-<li>PGO: Add per-callsite counters - <em>P. Kosov; Y. Sergey</em></li>
+<li>LLVM PGO Instrumentation: Example of CallSite-Aware Profiling - <em>P. Kosov; S. Yakushkin</em></li>
 <li>Understanding Changes made by a Pass in the Opt Pipeline. - <em>J. Schmeiser</em></li>
 <li>Using clang-tidy for customized checkers and large scale source tree refactoring - <em>V. Bridgers</em></li>
 <li>Finding Your Way Around the LLVM Dependence Analysis Zoo - <em>S. Baziotis; S. Moll</em></li>
@@ -267,16 +268,17 @@
 </ul>
 <p><strong>Posters:</strong></p>
 <ul>
-<li>CIRCT: MLIR for Hardware Design - <em>S. Neuendorffer; C. Lattner; A. Wilson</em></li>
+<li>CIRCT: MLIR for Hardware Design - <em>A. Wilson; S. Neuendorffer; C. Lattner;</em></li>
 <li>An Approach to Generate Correctly Rounded Math Libraries for New Floating Point Variants - <em>J. Lim; M. Aanjaneya; J. Gustafson; S. Nagarakatte</em></li>
 <li>Compiling a Higher-Order Smart Contract Language to LLVM - <em>V. Nagaraj; J. Johannsen; A. Trunov; G. Pirlea; A. Kumar; I. Sergey</em></li>
 <li>To -jInfinity &amp; Beyond - <em>W. Moses; K. Kwok; L. Sha</em></li>
 <li>llvm-diva – Debug Information Visual Analyzer - <em>C. Enciso</em></li>
 <li>Quickly Finding RISC-V Code Quality Issues with Differential Analysis - <em>L. Marques</em></li>
 <li>Error estimates of floating-point numbers and Jacobian matrix computation in Clad - <em>V. Vassilev; A. Penev; R. Shakhov</em></li>
-<li>Data Dependency using MSSA: Analysis and Contrast - <em>R. Sharma</em></li>
+<li>Data Dependency using MSSA: Analysis and Contrast - <em>R. Sharma; W. Tsang</em></li>
 <li>Connecting Clang to The ROSE Source-to-Source Compiler - <em>A. Wang; P. Lin; C. Liao; Y. Yan</em></li>
 <li>Incremental Compilation Support in Clang - <em>V. Vassilevv; D. Lange</em></li>
+<li>Enzyme: High-Performance Automatic Differentiation of LLVM - <em>W. Moses; V. Churavy</em></li>
 </ul>
 
                         </div>
diff --git a/devmtg/2020-09/schedule/index.html b/devmtg/2020-09/schedule/index.html
index bd0073d..f2a5be9 100644
--- a/devmtg/2020-09/schedule/index.html
+++ b/devmtg/2020-09/schedule/index.html
@@ -186,7 +186,7 @@
                     <div class="col-md-12">
 
                         <div>
-                          <p>The schedule in Whova</p>
+                          <p>Visit the <a href="https://whova.com/portal/webapp/llvm_202010/">LLVM Whova Site</a> (Registration required to attend the event)</p>
 <div>
   <div title="Whova event and conference app" id="whova-agendawidget">
  	<p id="whova-loading">Loading...</p>
diff --git a/devmtg/2020-09/speakers/index.html b/devmtg/2020-09/speakers/index.html
index 0f545d2..d0ea054 100644
--- a/devmtg/2020-09/speakers/index.html
+++ b/devmtg/2020-09/speakers/index.html
@@ -186,7 +186,8 @@
                     <div class="col-md-12">
 
                         <div>
-                          <div><div title="Whova event and conference app" id="whova-speakerwidget"><p id="whova-loading">Loading...</p></div><script src="https://whova.com/static/frontend/xems/js/whova-speaker-widget.js?eid=llvm_202010&host=https://whova.com" type="text/javascript" id="embeded-speaker-script"></script><div id="whova-wrap">Powered By <a class="brandlink" target="_blank" href="https://www.whova.com"><b>Whova</b></a><div id="whova-mgm"><a href="https://whova.com/virtual-conference-platform/" id="whova-emslink" target="_blank">Virtual event software</a></div></div></div>
+                          <p>Visit the <a href="https://whova.com/portal/webapp/llvm_202010/">LLVM Whova Site</a> (Registration required to attend the event)</p>
+<div><div title="Whova event and conference app" id="whova-speakerwidget"><p id="whova-loading">Loading...</p></div><script src="https://whova.com/static/frontend/xems/js/whova-speaker-widget.js?eid=llvm_202010&host=https://whova.com" type="text/javascript" id="embeded-speaker-script"></script><div id="whova-wrap">Powered By <a class="brandlink" target="_blank" href="https://www.whova.com"><b>Whova</b></a><div id="whova-mgm"><a href="https://whova.com/virtual-conference-platform/" id="whova-emslink" target="_blank">Virtual event software</a></div></div></div>
 
                         </div>