<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/flang/docs/FIRArrayOperations.md, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/'/>
<entry>
<title>[flang][docs] Fix broken flang website (#80363)</title>
<updated>2024-02-02T19:18:11+00:00</updated>
<author>
<name>Tarun Prabhu</name>
<email>tarun@lanl.gov</email>
</author>
<published>2024-02-02T19:18:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=7ca4012e115a39c09647bbd28105ea7e5edcd441'/>
<id>7ca4012e115a39c09647bbd28105ea7e5edcd441</id>
<content type='text'>
These are several fixes for the flang site. The look has been changed to
match clang since flang, like clang, is a frontend. Some broken links
were removed. Most fixes are to secton titles so the table of contents
is generated correctly. A minor typo has been fixed.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are several fixes for the flang site. The look has been changed to
match clang since flang, like clang, is a frontend. Some broken links
were removed. Most fixes are to secton titles so the table of contents
is generated correctly. A minor typo has been fixed.</pre>
</div>
</content>
</entry>
<entry>
<title>[Documentation][NFC] Remove invalid language specifiers in markdown code blocks</title>
<updated>2023-10-07T14:05:56+00:00</updated>
<author>
<name>Corentin Jabot</name>
<email>corentinjabot@gmail.com</email>
</author>
<published>2023-10-07T14:04:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=c226d6c88f2c159db6fdbf5d5096891e2d763c2f'/>
<id>c226d6c88f2c159db6fdbf5d5096891e2d763c2f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Documentation] Replace recommonmark by myst-parser (#65664)</title>
<updated>2023-09-25T12:02:39+00:00</updated>
<author>
<name>cor3ntin</name>
<email>corentinjabot@gmail.com</email>
</author>
<published>2023-09-25T12:02:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=b7ff03206d668cd5a620a9d4e1b22ea112ed56e3'/>
<id>b7ff03206d668cd5a620a9d4e1b22ea112ed56e3</id>
<content type='text'>
Recommonmark has been deprecated, then archived last year. This was
tracked by: https://github.com/llvm/llvm-iwg/issues/30

See https://github.com/readthedocs/recommonmark

This patch migrates all our doc to use myst

Additional details for bot maintainers: https://discourse.llvm.org/t/maintenance-required-on-sphinx-build-bots/73612</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Recommonmark has been deprecated, then archived last year. This was
tracked by: https://github.com/llvm/llvm-iwg/issues/30

See https://github.com/readthedocs/recommonmark

This patch migrates all our doc to use myst

Additional details for bot maintainers: https://discourse.llvm.org/t/maintenance-required-on-sphinx-build-bots/73612</pre>
</div>
</content>
</entry>
<entry>
<title>[flang][NFC] Fix typos in FIROps.td</title>
<updated>2022-10-11T01:51:36+00:00</updated>
<author>
<name>Peixin-Qiao</name>
<email>qiaopeixin@huawei.com</email>
</author>
<published>2022-10-11T01:51:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=d9404d6d012f0c982b7ad4c7be0c0b3f4c591744'/>
<id>d9404d6d012f0c982b7ad4c7be0c0b3f4c591744</id>
<content type='text'>
Reviewed By: kiranchandramohan

Differential Revision: https://reviews.llvm.org/D135570
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed By: kiranchandramohan

Differential Revision: https://reviews.llvm.org/D135570
</pre>
</div>
</content>
</entry>
<entry>
<title>[flang] Fixed a number of typos</title>
<updated>2022-08-25T16:11:38+00:00</updated>
<author>
<name>Gabriel Ravier</name>
<email>gabravier@gmail.com</email>
</author>
<published>2022-08-25T16:10:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=9e37b1e5a0c15f36c5642406d5aa02a657a0b19c'/>
<id>9e37b1e5a0c15f36c5642406d5aa02a657a0b19c</id>
<content type='text'>
I went over the output of the following mess of a command:

`(ulimit -m 2000000; ulimit -v 2000000; git ls-files -z | parallel --xargs -0 cat | aspell list --mode=none --ignore-case | grep -E '^[A-Za-z][a-z]*$' | sort | uniq -c | sort -n | grep -vE '.{25}' | aspell pipe -W3 | grep : | cut -d' ' -f2 | less)`

and proceeded to spend a few days looking at it to find probable typos
and fixed a few hundred of them in all of the llvm project (note, the
ones I found are not anywhere near all of them, but it seems like a
good start).

Reviewed By: awarzynski, clementval

Differential Revision: https://reviews.llvm.org/D130844
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I went over the output of the following mess of a command:

`(ulimit -m 2000000; ulimit -v 2000000; git ls-files -z | parallel --xargs -0 cat | aspell list --mode=none --ignore-case | grep -E '^[A-Za-z][a-z]*$' | sort | uniq -c | sort -n | grep -vE '.{25}' | aspell pipe -W3 | grep : | cut -d' ' -f2 | less)`

and proceeded to spend a few days looking at it to find probable typos
and fixed a few hundred of them in all of the llvm project (note, the
ones I found are not anywhere near all of them, but it seems like a
good start).

Reviewed By: awarzynski, clementval

Differential Revision: https://reviews.llvm.org/D130844
</pre>
</div>
</content>
</entry>
<entry>
<title>[fir] Add array operations documentation</title>
<updated>2022-01-21T08:56:54+00:00</updated>
<author>
<name>Valentin Clement (バレンタイン クレメン)</name>
<email>clementval@gmail.com</email>
</author>
<published>2022-01-21T08:56:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=69825f369302184aecb1ee53d9224e49ba15d9ef'/>
<id>69825f369302184aecb1ee53d9224e49ba15d9ef</id>
<content type='text'>
This patch adds documentation on FIR array operations
and their usage.

Reviewed By: schweitz

Differential Revision: https://reviews.llvm.org/D115077
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds documentation on FIR array operations
and their usage.

Reviewed By: schweitz

Differential Revision: https://reviews.llvm.org/D115077
</pre>
</div>
</content>
</entry>
</feed>
