Applied. Gerald
Index: index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v retrieving revision 1.981 diff -u -r1.981 index.html --- index.html 16 Jul 2015 11:53:23 -0000 1.981 +++ index.html 12 Sep 2015 22:18:35 -0000 @@ -105,81 +105,6 @@ Jason Merrill, Braden Obrzut, Adam Butcher, Edward Smith-Rowland, and Jakub Jelinek.</dd> -<dt><span><a href="gcc-4.8/">GCC 4.8.4</a> released</span> - <span class="date">[2014-12-19]</span></dt> - <dd></dd> - -<dt><span>JIT support in GCC: <a href="https://gcc.gnu.org/wiki/JIT">libgccjit</a></span> - <span class="date">[2014-11-11]</span></dt> - <dd>GCC can now be built as a shared library, and - embedded inside interpreters and other language runtimes, for - Just-In-Time generation of machine code. - Contributed by David Malcolm (Red Hat).</dd> - -<dt><span><a href="gcc-4.9/">GCC 4.9.2</a> released</span> - <span class="date">[2014-10-30]</span></dt> - <dd></dd> - -<dt><span>Cilk Plus support in GCC</span> - <span class="date">[2014-09-02]</span></dt> - <dd>Complete support for <a href="https://www.cilkplus.org">Cilk Plus</a> features was added to GCC. - Contributed by Jakub Jelinek, Aldy Hernandez, Balaji V. Iyer and Igor Zamyatin.</dd> - -<dt><span>New GCC version numbering <a href="develop.html#num_scheme">scheme</a> announced</span> - <span class="date">[2014-08-13]</span></dt> - <dd></dd> - -<dt><span><a href="gcc-4.9/">GCC 4.9.1</a> released</span> - <span class="date">[2014-07-16]</span></dt> - <dd></dd> - -<dt><span>Fortran IEEE intrinsic modules</span> - <span class="date">[2014-07-05]</span></dt> - <dd>The Fortran compiler (gfortran) has gained support for the IEEE - intrinsic modules specified by the Fortran 2003 and Fortran 2008 - standards. The code was contributed by François-Xavier Coudert of - CNRS.</dd> - -<dt><span>OpenMP v4.0</span> - <span class="date">[2014-06-30]</span></dt> - <dd>An implementation of the <a - href="http://www.openmp.org/mp-documents/OpenMP4.0.0.pdf">OpenMP v4.0</a> - parallel programming interface for Fortran has been added and is going - to be available in the upcoming GCC 4.9.1 release.</dd> - -<dt><span><a href="gcc-4.7/">GCC 4.7.4</a> released</span> - <span class="date">[2014-06-12]</span></dt> - <dd></dd> - -<dt><span><a href="http://www.sigplan.org/Awards/Software/#2014">ACM SIGPLAN Programming Languages Software Award</a></span> - <span class="date">[2014-06-10]</span></dt> - <dd></dd> - -<dt><span><a href="gcc-4.8/">GCC 4.8.3</a> released</span> - <span class="date">[2014-05-22]</span></dt> - <dd></dd> - -<dt><span><a href="gcc-4.9/">GCC 4.9.0</a> released</span> - <span class="date">[2014-04-22]</span></dt> - <dd></dd> - -<dt><span>GCC Google Summer of Code 2014</span> - <span class="date">[2014-02-24]</span></dt> - <dd>GCC has been accepted as a - <a href="http://www.google-melange.com/gsoc/org2/google/gsoc2014/gcc">Google Summer of Code 2014 project</a>. - Students, mentors and project ideas welcome!</dd> - -<dt><span>Intel AVX-512 support</span> - <span class="date">[2014-02-17]</span></dt> - <dd>Intel AVX-512 support was added to GCC. That includes inline - assembly support, new registers and extending existing ones, - new intrinsics, and basic autovectorization. - Code was contributed by Sergey Guriev, Alexander Ivchenko, - Maxim Kuznetsov, Sergey Lega, Anna Tikhonova, Ilya Tocar, - Andrey Turetskiy, Ilya Verbin, Kirill Yukhin and - Michael Zolotukhin of Intel, Corp. -</dd> - </dl> <div> Index: news.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/news.html,v retrieving revision 1.147 diff -u -r1.147 news.html --- news.html 27 Aug 2015 19:48:43 -0000 1.147 +++ news.html 12 Sep 2015 22:18:35 -0000 @@ -14,6 +14,81 @@ <!-- ATTENTION: This page is for *OLD* news! Latest news goes first. --> +<dt><span><a href="gcc-4.8/">GCC 4.8.4</a> released</span> + <span class="date">[2014-12-19]</span></dt> + <dd></dd> + +<dt><span>JIT support in GCC: <a href="https://gcc.gnu.org/wiki/JIT">libgccjit</a></span> + <span class="date">[2014-11-11]</span></dt> + <dd>GCC can now be built as a shared library, and + embedded inside interpreters and other language runtimes, for + Just-In-Time generation of machine code. + Contributed by David Malcolm (Red Hat).</dd> + +<dt><span><a href="gcc-4.9/">GCC 4.9.2</a> released</span> + <span class="date">[2014-10-30]</span></dt> + <dd></dd> + +<dt><span>Cilk Plus support in GCC</span> + <span class="date">[2014-09-02]</span></dt> + <dd>Complete support for <a href="https://www.cilkplus.org">Cilk Plus</a> features was added to GCC. + Contributed by Jakub Jelinek, Aldy Hernandez, Balaji V. Iyer and Igor Zamyatin.</dd> + +<dt><span>New GCC version numbering <a href="develop.html#num_scheme">scheme</a> announced</span> + <span class="date">[2014-08-13]</span></dt> + <dd></dd> + +<dt><span><a href="gcc-4.9/">GCC 4.9.1</a> released</span> + <span class="date">[2014-07-16]</span></dt> + <dd></dd> + +<dt><span>Fortran IEEE intrinsic modules</span> + <span class="date">[2014-07-05]</span></dt> + <dd>The Fortran compiler (gfortran) has gained support for the IEEE + intrinsic modules specified by the Fortran 2003 and Fortran 2008 + standards. The code was contributed by François-Xavier Coudert of + CNRS.</dd> + +<dt><span>OpenMP v4.0</span> + <span class="date">[2014-06-30]</span></dt> + <dd>An implementation of the <a + href="http://www.openmp.org/mp-documents/OpenMP4.0.0.pdf">OpenMP v4.0</a> + parallel programming interface for Fortran has been added and is going + to be available in the upcoming GCC 4.9.1 release.</dd> + +<dt><span><a href="gcc-4.7/">GCC 4.7.4</a> released</span> + <span class="date">[2014-06-12]</span></dt> + <dd></dd> + +<dt><span><a href="http://www.sigplan.org/Awards/Software/#2014">ACM SIGPLAN Programming Languages Software Award</a></span> + <span class="date">[2014-06-10]</span></dt> + <dd></dd> + +<dt><span><a href="gcc-4.8/">GCC 4.8.3</a> released</span> + <span class="date">[2014-05-22]</span></dt> + <dd></dd> + +<dt><span><a href="gcc-4.9/">GCC 4.9.0</a> released</span> + <span class="date">[2014-04-22]</span></dt> + <dd></dd> + +<dt><span>GCC Google Summer of Code 2014</span> + <span class="date">[2014-02-24]</span></dt> + <dd>GCC has been accepted as a + <a href="http://www.google-melange.com/gsoc/org2/google/gsoc2014/gcc">Google Summer of Code 2014 project</a>. + Students, mentors and project ideas welcome!</dd> + +<dt><span>Intel AVX-512 support</span> + <span class="date">[2014-02-17]</span></dt> + <dd>Intel AVX-512 support was added to GCC. That includes inline + assembly support, new registers and extending existing ones, + new intrinsics, and basic autovectorization. + Code was contributed by Sergey Guriev, Alexander Ivchenko, + Maxim Kuznetsov, Sergey Lega, Anna Tikhonova, Ilya Tocar, + Andrey Turetskiy, Ilya Verbin, Kirill Yukhin and + Michael Zolotukhin of Intel, Corp. +</dd> + <dt><span>Altera Nios II support</span> <span class="date">[2013-12-31]</span></dt> <dd>A port for Altera Nios II has been contributed by Mentor Graphics.</dd>