[www] r290993 - Summary: [www] LLVM Performace workshop: add missing commas
Sebastian Pop via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 4 11:22:08 PST 2017
Author: spop
Date: Wed Jan 4 13:22:07 2017
New Revision: 290993
URL: http://llvm.org/viewvc/llvm-project?rev=290993&view=rev
Log:
Summary: [www] LLVM Performace workshop: add missing commas
Fix missing punctuation.
Modified:
www/trunk/devmtg/2017-02-04/index.html
Modified: www/trunk/devmtg/2017-02-04/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2017-02-04/index.html?rev=290993&r1=290992&r2=290993&view=diff
==============================================================================
--- www/trunk/devmtg/2017-02-04/index.html (original)
+++ www/trunk/devmtg/2017-02-04/index.html Wed Jan 4 13:22:07 2017
@@ -98,7 +98,7 @@
of implementing Tapir in LLVM.
</p>
</li>
- <li> <b>Aditya Kumar, Sebastian Pop and Laxman Sole</b>: Performance analysis of libcxx
+ <li> <b>Aditya Kumar, Sebastian Pop, and Laxman Sole</b>: Performance analysis of libcxx
<p>
We will discuss the improvements and future work on libcxx. This
includes the improvements on standard library algorithms like
@@ -256,7 +256,7 @@
ACM, 2013, pp. 235-246.
</p>
</li>
- <li> <b>Evandro Menezes, Sebastian Pop and Aditya Kumar</b>: Efficient clustering of case statements for indirect branch predictors
+ <li> <b>Evandro Menezes, Sebastian Pop, and Aditya Kumar</b>: Efficient clustering of case statements for indirect branch predictors
<p>
We present an O(nlogn) algorithm as implemented in LLVM to compile a
switch statement into jump tables. To generate jump tables that can be
@@ -268,7 +268,7 @@
running several benchmarks.
</p>
</li>
- <li> <b>Pranav Bhandarkar, Anshuman Dasgupta, Ron Lieberman, Dan Palermo, Dillon Sharlet and Andrew Adams</b>: Halide for Hexagon⢠DSP with Hexagon Vector eXtensions (HVX) using LLVM
+ <li> <b>Pranav Bhandarkar, Anshuman Dasgupta, Ron Lieberman, Dan Palermo, Dillon Sharlet, and Andrew Adams</b>: Halide for Hexagon⢠DSP with Hexagon Vector eXtensions (HVX) using LLVM
<p>
Halide is a domain specific language that endeavors to make it easier to
construct large and composite image processing applications. Halide is
More information about the llvm-commits
mailing list