Skip to content

Commit

Permalink
Automated deployment: Mon Sep 16 08:50:58 UTC 2024 51631d1
Browse files Browse the repository at this point in the history
  • Loading branch information
asl committed Sep 16, 2024
1 parent fad7528 commit b44811c
Show file tree
Hide file tree
Showing 166 changed files with 1,504 additions and 874 deletions.
2 changes: 1 addition & 1 deletion categories/index.xml

Large diffs are not rendered by default.

Binary file added img/reviving-newgvn-phiofops.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/reviving-newgvn-pre.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 22 additions & 30 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,27 @@ <h1>
<section id=home>
<ul>
<li class=first>
<h1><a href=https://blog.llvm.org/posts/2024-09-01-reviving-newgvn/ title="GSoC 2024: Reviving NewGVN">GSoC 2024: Reviving NewGVN</a></h1>
<aside>
<ul>
<li>By Manuel Brito</li>
<li>
<time class=post-date datetime=2024-09-16T00:00:00Z>Sep 16, 2024</time>
</li>
<li>
<em>
<a href=https://blog.llvm.org/tags/gsoc>#GSoC</a>
,
<a href=https://blog.llvm.org/tags/optimization>#optimization</a>
</em>
</li>
<li>6 minute read</li>
</ul>
</aside>
<p>This summer I participated in GSoC under the LLVM Compiler Infrastructure. The goal of the project was to improve the NewGVN pass so that it can replace GVN as the main value numbering pass in LLVM.</p>
<a href=https://blog.llvm.org/posts/2024-09-01-reviving-newgvn/>Read more…</a>
</li>
<li>
<h1><a href=https://blog.llvm.org/posts/2024-08-29-gsoc-opencl-c-support-for-clangir/ title="GSoC 2024: Compile GPU kernels using ClangIR">GSoC 2024: Compile GPU kernels using ClangIR</a></h1>
<aside>
<ul>
Expand Down Expand Up @@ -276,35 +297,6 @@ <h1><a href=https://blog.llvm.org/posts/2023-09-19-gsoc-2023-blog-post/ title="M
Project Scope Programmers frequently rely on compiler-generated remarks and analysis reports to enhance the efficiency of their code.</p>
<a href=https://blog.llvm.org/posts/2023-09-19-gsoc-2023-blog-post/>Read more…</a>
</li>
<li>
<h1><a href=https://blog.llvm.org/posts/2023-03-16-adding-new-llvm-jitlink-target-object-backend/ title="Adding a new target/object backend to LLVM JITLink">Adding a new target/object backend to LLVM JITLink</a></h1>
<aside>
<ul>
<li>By Kshitij Jain</li>
<li>
<time class=post-date datetime=2023-03-28T00:00:00Z>Mar 28, 2023</time>
</li>
<li>
<em>
<a href=https://blog.llvm.org/tags/llvm>#llvm</a>
,
<a href=https://blog.llvm.org/tags/jitlink>#JITLink</a>
,
<a href=https://blog.llvm.org/tags/linking>#linking</a>
,
<a href=https://blog.llvm.org/tags/relocations>#relocations</a>
,
<a href=https://blog.llvm.org/tags/elf>#ELF</a>
,
<a href=https://blog.llvm.org/tags/i386>#i386</a>
</em>
</li>
<li>32 minute read</li>
</ul>
</aside>
<p>Motivation For the last year, I have been contributing to LLVM JITLink. This post aims to doubly serve as a summary of my work and documentation for future contributors looking to add a new target/object backend to LLVM JITLink.</p>
<a href=https://blog.llvm.org/posts/2023-03-16-adding-new-llvm-jitlink-target-object-backend/>Read more…</a>
</li>
</ul>
</section>
<ul class="pagination pagination-default">
Expand Down Expand Up @@ -333,7 +325,7 @@ <h1><a href=https://blog.llvm.org/posts/2023-03-16-adding-new-llvm-jitlink-targe
<a href=https://blog.llvm.org/page/2/ aria-label=Next class=page-link role=button><span aria-hidden=true>&#187;</span></a>
</li>
<li class=page-item>
<a href=https://blog.llvm.org/page/27/ aria-label=Last class=page-link role=button><span aria-hidden=true>&#187;&#187;</span></a>
<a href=https://blog.llvm.org/page/28/ aria-label=Last class=page-link role=button><span aria-hidden=true>&#187;&#187;</span></a>
</li>
</ul>
</main>
Expand Down
2 changes: 1 addition & 1 deletion index.xml

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions page/10/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,25 @@ <h1>
<section id=home>
<ul>
<li class=first>
<h1><a href=https://blog.llvm.org/2016/01/llvm-weekly-108-jan-25th-2016.html title="LLVM Weekly - #108, Jan 25th 2016">LLVM Weekly - #108, Jan 25th 2016</a></h1>
<aside>
<ul>
<li>By Alex Bradbury</li>
<li>
<time class=post-date datetime=2016-01-25T04:48:00Z>Jan 25, 2016</time>
</li>
<li>
<em>
<a href=https://blog.llvm.org/tags/llvmweekly>#llvmweekly</a>
</em>
</li>
<li>3 minute read</li>
</ul>
</aside>
<p>Welcome to the one hundred and eighth issue of LLVM Weekly, a weekly newsletter (published every Monday) covering developments in LLVM, Clang, and related projects. LLVM Weekly is brought to you by Alex Bradbury.</p>
<a href=https://blog.llvm.org/2016/01/llvm-weekly-108-jan-25th-2016.html>Read more…</a>
</li>
<li>
<h1><a href=https://blog.llvm.org/2016/01/llvm-weekly-107-jan-18th-2016.html title="LLVM Weekly - #107, Jan 18th 2016">LLVM Weekly - #107, Jan 18th 2016</a></h1>
<aside>
<ul>
Expand Down Expand Up @@ -244,25 +263,6 @@ <h1><a href=https://blog.llvm.org/2015/11/llvm-weekly-100-nov-30th-2015.html tit
<p>Welcome to the one hundredth issue of LLVM Weekly, a weekly newsletter (published every Monday) covering developments in LLVM, Clang, and related projects. LLVM Weekly is brought to you by Alex Bradbury.</p>
<a href=https://blog.llvm.org/2015/11/llvm-weekly-100-nov-30th-2015.html>Read more…</a>
</li>
<li>
<h1><a href=https://blog.llvm.org/2015/11/llvm-weekly-99-nov-23rd-2015.html title="LLVM Weekly - #99, Nov 23rd 2015">LLVM Weekly - #99, Nov 23rd 2015</a></h1>
<aside>
<ul>
<li>By Alex Bradbury</li>
<li>
<time class=post-date datetime=2015-11-23T06:20:00Z>Nov 23, 2015</time>
</li>
<li>
<em>
<a href=https://blog.llvm.org/tags/llvmweekly>#llvmweekly</a>
</em>
</li>
<li>3 minute read</li>
</ul>
</aside>
<p>Welcome to the ninety-ninth issue of LLVM Weekly, a weekly newsletter (published every Monday) covering developments in LLVM, Clang, and related projects. LLVM Weekly is brought to you by Alex Bradbury.</p>
<a href=https://blog.llvm.org/2015/11/llvm-weekly-99-nov-23rd-2015.html>Read more…</a>
</li>
</ul>
</section>
<ul class="pagination pagination-default">
Expand Down Expand Up @@ -291,7 +291,7 @@ <h1><a href=https://blog.llvm.org/2015/11/llvm-weekly-99-nov-23rd-2015.html titl
<a href=https://blog.llvm.org/page/11/ aria-label=Next class=page-link role=button><span aria-hidden=true>&#187;</span></a>
</li>
<li class=page-item>
<a href=https://blog.llvm.org/page/27/ aria-label=Last class=page-link role=button><span aria-hidden=true>&#187;&#187;</span></a>
<a href=https://blog.llvm.org/page/28/ aria-label=Last class=page-link role=button><span aria-hidden=true>&#187;&#187;</span></a>
</li>
</ul>
</main>
Expand Down
40 changes: 20 additions & 20 deletions page/11/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,25 @@ <h1>
<section id=home>
<ul>
<li class=first>
<h1><a href=https://blog.llvm.org/2015/11/llvm-weekly-99-nov-23rd-2015.html title="LLVM Weekly - #99, Nov 23rd 2015">LLVM Weekly - #99, Nov 23rd 2015</a></h1>
<aside>
<ul>
<li>By Alex Bradbury</li>
<li>
<time class=post-date datetime=2015-11-23T06:20:00Z>Nov 23, 2015</time>
</li>
<li>
<em>
<a href=https://blog.llvm.org/tags/llvmweekly>#llvmweekly</a>
</em>
</li>
<li>3 minute read</li>
</ul>
</aside>
<p>Welcome to the ninety-ninth issue of LLVM Weekly, a weekly newsletter (published every Monday) covering developments in LLVM, Clang, and related projects. LLVM Weekly is brought to you by Alex Bradbury.</p>
<a href=https://blog.llvm.org/2015/11/llvm-weekly-99-nov-23rd-2015.html>Read more…</a>
</li>
<li>
<h1><a href=https://blog.llvm.org/2015/11/llvm-weekly-98-nov-16th-2015.html title="LLVM Weekly - #98, Nov 16th 2015">LLVM Weekly - #98, Nov 16th 2015</a></h1>
<aside>
<ul>
Expand Down Expand Up @@ -244,25 +263,6 @@ <h1><a href=https://blog.llvm.org/2015/09/llvm-weekly-90-sep-21st-2015.html titl
<p>Welcome to the ninetieth issue of LLVM Weekly, a weekly newsletter (published every Monday) covering developments in LLVM, Clang, and related projects. LLVM Weekly is brought to you by Alex Bradbury.</p>
<a href=https://blog.llvm.org/2015/09/llvm-weekly-90-sep-21st-2015.html>Read more…</a>
</li>
<li>
<h1><a href=https://blog.llvm.org/2015/09/llvm-weekly-89-sep-14th-2015.html title="LLVM Weekly - #89, Sep 14th 2015">LLVM Weekly - #89, Sep 14th 2015</a></h1>
<aside>
<ul>
<li>By Alex Bradbury</li>
<li>
<time class=post-date datetime=2015-09-14T08:03:00Z>Sep 14, 2015</time>
</li>
<li>
<em>
<a href=https://blog.llvm.org/tags/llvmweekly>#llvmweekly</a>
</em>
</li>
<li>4 minute read</li>
</ul>
</aside>
<p>Welcome to the eighty-ninth issue of LLVM Weekly, a weekly newsletter (published every Monday) covering developments in LLVM, Clang, and related projects. LLVM Weekly is brought to you by Alex Bradbury.</p>
<a href=https://blog.llvm.org/2015/09/llvm-weekly-89-sep-14th-2015.html>Read more…</a>
</li>
</ul>
</section>
<ul class="pagination pagination-default">
Expand Down Expand Up @@ -291,7 +291,7 @@ <h1><a href=https://blog.llvm.org/2015/09/llvm-weekly-89-sep-14th-2015.html titl
<a href=https://blog.llvm.org/page/12/ aria-label=Next class=page-link role=button><span aria-hidden=true>&#187;</span></a>
</li>
<li class=page-item>
<a href=https://blog.llvm.org/page/27/ aria-label=Last class=page-link role=button><span aria-hidden=true>&#187;&#187;</span></a>
<a href=https://blog.llvm.org/page/28/ aria-label=Last class=page-link role=button><span aria-hidden=true>&#187;&#187;</span></a>
</li>
</ul>
</main>
Expand Down
40 changes: 20 additions & 20 deletions page/12/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,25 @@ <h1>
<section id=home>
<ul>
<li class=first>
<h1><a href=https://blog.llvm.org/2015/09/llvm-weekly-89-sep-14th-2015.html title="LLVM Weekly - #89, Sep 14th 2015">LLVM Weekly - #89, Sep 14th 2015</a></h1>
<aside>
<ul>
<li>By Alex Bradbury</li>
<li>
<time class=post-date datetime=2015-09-14T08:03:00Z>Sep 14, 2015</time>
</li>
<li>
<em>
<a href=https://blog.llvm.org/tags/llvmweekly>#llvmweekly</a>
</em>
</li>
<li>4 minute read</li>
</ul>
</aside>
<p>Welcome to the eighty-ninth issue of LLVM Weekly, a weekly newsletter (published every Monday) covering developments in LLVM, Clang, and related projects. LLVM Weekly is brought to you by Alex Bradbury.</p>
<a href=https://blog.llvm.org/2015/09/llvm-weekly-89-sep-14th-2015.html>Read more…</a>
</li>
<li>
<h1><a href=https://blog.llvm.org/2015/09/llvm-weekly-88-sep-7th-2015.html title="LLVM Weekly - #88, Sep 7th 2015">LLVM Weekly - #88, Sep 7th 2015</a></h1>
<aside>
<ul>
Expand Down Expand Up @@ -246,25 +265,6 @@ <h1><a href=https://blog.llvm.org/2015/07/llvm-weekly-82-jul-27th-2015.html titl
<p>Welcome to the eighty-second issue of LLVM Weekly, a weekly newsletter (published every Monday) covering developments in LLVM, Clang, and related projects. LLVM Weekly is brought to you by Alex Bradbury.</p>
<a href=https://blog.llvm.org/2015/07/llvm-weekly-82-jul-27th-2015.html>Read more…</a>
</li>
<li>
<h1><a href=https://blog.llvm.org/2015/07/llvm-weekly-81-jul-20th-2015.html title="LLVM Weekly - #81, Jul 20th 2015">LLVM Weekly - #81, Jul 20th 2015</a></h1>
<aside>
<ul>
<li>By Alex Bradbury</li>
<li>
<time class=post-date datetime=2015-07-20T06:34:00Z>Jul 20, 2015</time>
</li>
<li>
<em>
<a href=https://blog.llvm.org/tags/llvmweekly>#llvmweekly</a>
</em>
</li>
<li>3 minute read</li>
</ul>
</aside>
<p>Welcome to the eighty-first issue of LLVM Weekly, a weekly newsletter (published every Monday) covering developments in LLVM, Clang, and related projects. LLVM Weekly is brought to you by Alex Bradbury.</p>
<a href=https://blog.llvm.org/2015/07/llvm-weekly-81-jul-20th-2015.html>Read more…</a>
</li>
</ul>
</section>
<ul class="pagination pagination-default">
Expand Down Expand Up @@ -293,7 +293,7 @@ <h1><a href=https://blog.llvm.org/2015/07/llvm-weekly-81-jul-20th-2015.html titl
<a href=https://blog.llvm.org/page/13/ aria-label=Next class=page-link role=button><span aria-hidden=true>&#187;</span></a>
</li>
<li class=page-item>
<a href=https://blog.llvm.org/page/27/ aria-label=Last class=page-link role=button><span aria-hidden=true>&#187;&#187;</span></a>
<a href=https://blog.llvm.org/page/28/ aria-label=Last class=page-link role=button><span aria-hidden=true>&#187;&#187;</span></a>
</li>
</ul>
</main>
Expand Down
40 changes: 20 additions & 20 deletions page/13/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,25 @@ <h1>
<section id=home>
<ul>
<li class=first>
<h1><a href=https://blog.llvm.org/2015/07/llvm-weekly-81-jul-20th-2015.html title="LLVM Weekly - #81, Jul 20th 2015">LLVM Weekly - #81, Jul 20th 2015</a></h1>
<aside>
<ul>
<li>By Alex Bradbury</li>
<li>
<time class=post-date datetime=2015-07-20T06:34:00Z>Jul 20, 2015</time>
</li>
<li>
<em>
<a href=https://blog.llvm.org/tags/llvmweekly>#llvmweekly</a>
</em>
</li>
<li>3 minute read</li>
</ul>
</aside>
<p>Welcome to the eighty-first issue of LLVM Weekly, a weekly newsletter (published every Monday) covering developments in LLVM, Clang, and related projects. LLVM Weekly is brought to you by Alex Bradbury.</p>
<a href=https://blog.llvm.org/2015/07/llvm-weekly-81-jul-20th-2015.html>Read more…</a>
</li>
<li>
<h1><a href=https://blog.llvm.org/2015/07/llvm-weekly-80-jul-13th-2015.html title="LLVM Weekly - #80, Jul 13th 2015">LLVM Weekly - #80, Jul 13th 2015</a></h1>
<aside>
<ul>
Expand Down Expand Up @@ -246,25 +265,6 @@ <h1><a href=https://blog.llvm.org/2015/05/openmp-support_22.html title="OpenMP S
<p>OpenMP support in Clang compiler is completed! Every pragma and clause from 3.1 version of the standard&nbsp;is supported in full, including combined directives (like ‘#pragma omp parallel for’ and ‘#pragma omp parallel sections’).</p>
<a href=https://blog.llvm.org/2015/05/openmp-support_22.html>Read more…</a>
</li>
<li>
<h1><a href=https://blog.llvm.org/2015/05/llvm-weekly-72-may-18th-2015.html title="LLVM Weekly - #72, May 18th 2015">LLVM Weekly - #72, May 18th 2015</a></h1>
<aside>
<ul>
<li>By Alex Bradbury</li>
<li>
<time class=post-date datetime=2015-05-18T05:56:00Z>May 18, 2015</time>
</li>
<li>
<em>
<a href=https://blog.llvm.org/tags/llvmweekly>#llvmweekly</a>
</em>
</li>
<li>3 minute read</li>
</ul>
</aside>
<p>Welcome to the seventy-second issue of LLVM Weekly, a weekly newsletter (published every Monday) covering developments in LLVM, Clang, and related projects. LLVM Weekly is brought to you by Alex Bradbury.</p>
<a href=https://blog.llvm.org/2015/05/llvm-weekly-72-may-18th-2015.html>Read more…</a>
</li>
</ul>
</section>
<ul class="pagination pagination-default">
Expand Down Expand Up @@ -293,7 +293,7 @@ <h1><a href=https://blog.llvm.org/2015/05/llvm-weekly-72-may-18th-2015.html titl
<a href=https://blog.llvm.org/page/14/ aria-label=Next class=page-link role=button><span aria-hidden=true>&#187;</span></a>
</li>
<li class=page-item>
<a href=https://blog.llvm.org/page/27/ aria-label=Last class=page-link role=button><span aria-hidden=true>&#187;&#187;</span></a>
<a href=https://blog.llvm.org/page/28/ aria-label=Last class=page-link role=button><span aria-hidden=true>&#187;&#187;</span></a>
</li>
</ul>
</main>
Expand Down
40 changes: 20 additions & 20 deletions page/14/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,25 @@ <h1>
<section id=home>
<ul>
<li class=first>
<h1><a href=https://blog.llvm.org/2015/05/llvm-weekly-72-may-18th-2015.html title="LLVM Weekly - #72, May 18th 2015">LLVM Weekly - #72, May 18th 2015</a></h1>
<aside>
<ul>
<li>By Alex Bradbury</li>
<li>
<time class=post-date datetime=2015-05-18T05:56:00Z>May 18, 2015</time>
</li>
<li>
<em>
<a href=https://blog.llvm.org/tags/llvmweekly>#llvmweekly</a>
</em>
</li>
<li>3 minute read</li>
</ul>
</aside>
<p>Welcome to the seventy-second issue of LLVM Weekly, a weekly newsletter (published every Monday) covering developments in LLVM, Clang, and related projects. LLVM Weekly is brought to you by Alex Bradbury.</p>
<a href=https://blog.llvm.org/2015/05/llvm-weekly-72-may-18th-2015.html>Read more…</a>
</li>
<li>
<h1><a href=https://blog.llvm.org/2015/05/llvm-weekly-71-may-11th-2015.html title="LLVM Weekly - #71, May 11th 2015">LLVM Weekly - #71, May 11th 2015</a></h1>
<aside>
<ul>
Expand Down Expand Up @@ -248,25 +267,6 @@ <h1><a href=https://blog.llvm.org/2015/03/llvm-weekly-65-mar-30th-2015.html titl
<p>Welcome to the sixty-fifth issue of LLVM Weekly, a weekly newsletter (published every Monday) covering developments in LLVM, Clang, and related projects. LLVM Weekly is brought to you by Alex Bradbury.</p>
<a href=https://blog.llvm.org/2015/03/llvm-weekly-65-mar-30th-2015.html>Read more…</a>
</li>
<li>
<h1><a href=https://blog.llvm.org/2015/03/llvm-weekly-64-mar-23rd-2015.html title="LLVM Weekly - #64, Mar 23rd 2015">LLVM Weekly - #64, Mar 23rd 2015</a></h1>
<aside>
<ul>
<li>By Alex Bradbury</li>
<li>
<time class=post-date datetime=2015-03-23T08:09:00Z>Mar 23, 2015</time>
</li>
<li>
<em>
<a href=https://blog.llvm.org/tags/llvmweekly>#llvmweekly</a>
</em>
</li>
<li>3 minute read</li>
</ul>
</aside>
<p>Welcome to the sixty-fourth issue of LLVM Weekly, a weekly newsletter (published every Monday) covering developments in LLVM, Clang, and related projects. LLVM Weekly is brought to you by Alex Bradbury.</p>
<a href=https://blog.llvm.org/2015/03/llvm-weekly-64-mar-23rd-2015.html>Read more…</a>
</li>
</ul>
</section>
<ul class="pagination pagination-default">
Expand Down Expand Up @@ -295,7 +295,7 @@ <h1><a href=https://blog.llvm.org/2015/03/llvm-weekly-64-mar-23rd-2015.html titl
<a href=https://blog.llvm.org/page/15/ aria-label=Next class=page-link role=button><span aria-hidden=true>&#187;</span></a>
</li>
<li class=page-item>
<a href=https://blog.llvm.org/page/27/ aria-label=Last class=page-link role=button><span aria-hidden=true>&#187;&#187;</span></a>
<a href=https://blog.llvm.org/page/28/ aria-label=Last class=page-link role=button><span aria-hidden=true>&#187;&#187;</span></a>
</li>
</ul>
</main>
Expand Down
Loading

0 comments on commit b44811c

Please sign in to comment.