[www] r354275 - [EuroLLVM'19] spelling and html fixes.

Arnaud A. de Grandmaison via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 18 07:21:12 PST 2019


Author: aadg
Date: Mon Feb 18 07:21:11 2019
New Revision: 354275

URL: http://llvm.org/viewvc/llvm-project?rev=354275&view=rev
Log:
[EuroLLVM'19] spelling and html fixes.

Modified:
    www/trunk/devmtg/2019-04/index.html
    www/trunk/devmtg/2019-04/talks.html

Modified: www/trunk/devmtg/2019-04/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2019-04/index.html?rev=354275&r1=354274&r2=354275&view=diff
==============================================================================
--- www/trunk/devmtg/2019-04/index.html (original)
+++ www/trunk/devmtg/2019-04/index.html Mon Feb 18 07:21:11 2019
@@ -168,7 +168,7 @@ published here as soon as we have it ava
 </li>
 <li><a href="talks.html#Talk_9">
   Testing and Qualification of Optimizing Compilers for Functional Safety</a>
-  <i>Josè Luis March Cabrelles (Solid Sands)</i>
+  <i>José Luis March Cabrelles (Solid Sands)</i>
 </li>
 <li><a href="talks.html#Talk_10">
   Improving Debug Information in LLVM to Recover Optimized-out Function Parameters</a>
@@ -330,11 +330,11 @@ published here as soon as we have it ava
 </li>
 <li><a href="talks.html#LightningTalk_13">
   Catch dangling inner pointers with the Clang Static Analyzer</a>
-  <i>R&eacuteka Kovács (Eötvös Loränd University)</i>
+  <i>Réka Kovács (Eötvös Loränd University)</i>
 </li>
 <li><a href="talks.html#LightningTalk_14">
   Cross translation unit test case reduction</a>
-  <i>R&eacuteka Kovács (Eötvös Loränd University)</i>
+  <i>Réka Kovács (Eötvös Loränd University)</i>
 </li>
 <li><a href="talks.html#LightningTalk_15">
   Utilizing performance benefits of 32-bit compiler into a 64-bit compiler.</a>
@@ -438,7 +438,7 @@ published here as soon as we have it ava
 </li>
 <li><a href="talks.html#Poster_15">
   Cross translation unit test case reduction</a>
-  <i>R&eacuteka Kovács (Eötvös Loränd University)</i>
+  <i>Réka Kovács (Eötvös Loränd University)</i>
 </li>
 <li><a href="talks.html#Poster_16">
   Leveraging Polyhedral Compilation in Chapel Compiler</a>

Modified: www/trunk/devmtg/2019-04/talks.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2019-04/talks.html?rev=354275&r1=354274&r2=354275&view=diff
==============================================================================
--- www/trunk/devmtg/2019-04/talks.html (original)
+++ www/trunk/devmtg/2019-04/talks.html Mon Feb 18 07:21:11 2019
@@ -199,7 +199,7 @@ level optimizations which cannot be done
 
 <tr><td valign="top" id="Talk_9">
 <b>Testing and Qualification of Optimizing Compilers for Functional Safety</b><br>
-<i>Josè Luis March Cabrelles (Solid Sands)</i>
+<i>José Luis March Cabrelles (Solid Sands)</i>
 <p>In the development of embedded applications, the compiler plays a crucial
 role in the translation from source to machine code. If the application is
 safety-critical, functional safety standards such as ISO 26262 for the
@@ -965,7 +965,7 @@ to overcome them.</p>
 
 <tr><td valign="top" id="LightningTalk_13">
 <b>Catch dangling inner pointers with the Clang Static Analyzer</b><br>
-<i>R&eacuteka Kovács (Eötvös Loränd University)</i>
+<i>Réka Kovács (Eötvös Loränd University)</i>
 <p>C++ container classes provide methods that return a raw pointer to the
 container's inner buffer. When the container is destroyed, the inner buffer
 is deallocated. A common bug is to use such a raw pointer after deallocation,
@@ -980,7 +980,7 @@ containers.</p>
 
 <tr><td valign="top" id="LightningTalk_14">
 <b>Cross translation unit test case reduction</b><br>
-<i>R&eacuteka Kovács (Eötvös Loränd University)</i>
+<i>Réka Kovács (Eötvös Loränd University)</i>
 <p>C-Reduce, released by Regehr et al. in 2012, is an excellent tool designed
 to generate a minimal test case from a C/C++ file that has some specific
 property (e.g. triggers a bug). One of the most interesting parts of C-Reduce
@@ -1480,7 +1480,7 @@ binary, so that binary-level analysis to
 
 <tr><td valign="top" id="Poster_15">
 <b>Cross translation unit test case reduction</b><br>
-<i>R&eacuteka Kovács (Eötvös Loränd University)</i>
+<i>Réka Kovács (Eötvös Loränd University)</i>
 <p>C-Reduce, released by Regehr et al. in 2012, is an excellent tool designed
 to generate a minimal test case from a C/C++ file that has some specific
 property (e.g. triggers a bug). One of the most interesting parts of C-Reduce




More information about the llvm-commits mailing list