<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm5719-llvm/clang/docs/CommandGuide, branch meklort-10.0.1</title>
<subtitle>Project Ortega BCM5719 LLVM</subtitle>
<id>https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1</id>
<link rel='self' href='https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/'/>
<updated>2020-01-23T20:26:43+00:00</updated>
<entry>
<title>Update documentation and release notes to match the state of</title>
<updated>2020-01-23T20:26:43+00:00</updated>
<author>
<name>Richard Smith</name>
<email>richard@metafoo.co.uk</email>
</author>
<published>2020-01-23T20:22:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=ed63454d984f2262ce332b9b15d49917be3eac98'/>
<id>urn:sha1:ed63454d984f2262ce332b9b15d49917be3eac98</id>
<content type='text'>
-flax-vector-conversions on the Clang 10 release branch.
</content>
</entry>
<entry>
<title>Revert "PR17164: Change clang's default behavior from -flax-vector-conversions=all to -flax-vector-conversions=integer."</title>
<updated>2020-01-23T19:13:31+00:00</updated>
<author>
<name>Mitch Phillips</name>
<email>31459023+hctim@users.noreply.github.com</email>
</author>
<published>2020-01-21T00:34:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=b079266dcb6d1ee6446d074ebd1d212a13ce0665'/>
<id>urn:sha1:b079266dcb6d1ee6446d074ebd1d212a13ce0665</id>
<content type='text'>
This patch broke the Sanitizer buildbots. Please see the commit's
differential revision for more information
(https://reviews.llvm.org/D67678).

This reverts commit b72a8c65e4e34779b6bc9e466203f553f5294486.

(cherry picked from commit edd4398f4cd33a305afbca76ac4e6590e9337f4d)
</content>
</entry>
<entry>
<title>PR17164: Change clang's default behavior from -flax-vector-conversions=all to -flax-vector-conversions=integer.</title>
<updated>2020-01-17T08:45:41+00:00</updated>
<author>
<name>Richard Smith</name>
<email>richard-llvm@metafoo.co.uk</email>
</author>
<published>2019-05-09T06:30:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=7a8b8f09daa1d4f8b82275006678ce3b5daa03b2'/>
<id>urn:sha1:7a8b8f09daa1d4f8b82275006678ce3b5daa03b2</id>
<content type='text'>
Summary:
See proposal on cfe-dev:
http://lists.llvm.org/pipermail/cfe-dev/2019-April/062030.html

Reviewers: SjoerdMeijer, eli.friedman

Subscribers: kristof.beyls, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D67678

(cherry picked from commit b72a8c65e4e34779b6bc9e466203f553f5294486)
</content>
</entry>
<entry>
<title>[Test Commit] Fix typo in diagtool.rst</title>
<updated>2019-08-16T20:26:48+00:00</updated>
<author>
<name>Troy A. Johnson</name>
<email>troyj@cray.com</email>
</author>
<published>2019-08-16T20:26:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=856608c30a8b9f28333e0d1b9cacc19db6d688e8'/>
<id>urn:sha1:856608c30a8b9f28333e0d1b9cacc19db6d688e8</id>
<content type='text'>
Test commit after obtaining commit access.

llvm-svn: 369148
</content>
</entry>
<entry>
<title>print-supported-cpus quality of life patch.</title>
<updated>2019-06-25T23:57:14+00:00</updated>
<author>
<name>Ziang Wan</name>
<email>ziangw2@illinois.edu</email>
</author>
<published>2019-06-25T23:57:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=de94ac9357750fdba45e09eefa8f67a650ae6a64'/>
<id>urn:sha1:de94ac9357750fdba45e09eefa8f67a650ae6a64</id>
<content type='text'>
Claim all input files so that clang does not give a warning. Add two
short-cut aliases: -mcpu=? and -mtune=?.

llvm-svn: 364362
</content>
</entry>
<entry>
<title>Fixed the --print-supported-cpus test</title>
<updated>2019-06-14T23:34:40+00:00</updated>
<author>
<name>Ziang Wan</name>
<email>ziangw2@illinois.edu</email>
</author>
<published>2019-06-14T23:34:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=9a2e7784b1582498468ef9412a46092c8cc03c17'/>
<id>urn:sha1:9a2e7784b1582498468ef9412a46092c8cc03c17</id>
<content type='text'>
Add constraints for the test that require specific backend targets
to be registered.

Remove trailing whitespace in the doc.

Differential Revision: https://reviews.llvm.org/D63105

llvm-svn: 363475
</content>
</entry>
<entry>
<title>Add --print-supported-cpus flag for clang.</title>
<updated>2019-06-14T21:42:21+00:00</updated>
<author>
<name>Ziang Wan</name>
<email>ziangw2@illinois.edu</email>
</author>
<published>2019-06-14T21:42:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=af857b93df36a983a27a82455c0dea39f53da5b1'/>
<id>urn:sha1:af857b93df36a983a27a82455c0dea39f53da5b1</id>
<content type='text'>
This patch allows clang users to print out a list of supported CPU models using
clang [--target=&lt;target triple&gt;] --print-supported-cpus

Then, users can select the CPU model to compile to using
clang --target=&lt;triple&gt; -mcpu=&lt;model&gt; a.c

It is a handy feature to help cross compilation.

llvm-svn: 363464
</content>
</entry>
<entry>
<title>[Docs] Modernize references to macOS</title>
<updated>2019-05-30T16:46:22+00:00</updated>
<author>
<name>J. Ryan Stinnett</name>
<email>jryans@gmail.com</email>
</author>
<published>2019-05-30T16:46:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=d45eaf9405c865cae0737a92d5ebce4e485106c3'/>
<id>urn:sha1:d45eaf9405c865cae0737a92d5ebce4e485106c3</id>
<content type='text'>
Summary:
This updates all places in documentation that refer to "Mac OS X", "OS X", etc.
to instead use the modern name "macOS" when no specific version number is
mentioned.

If a specific version is mentioned, this attempts to use the OS name at the time
of that version:

* Mac OS X for 10.0 - 10.7
* OS X for 10.8 - 10.11
* macOS for 10.12 - present

Reviewers: JDevlieghere

Subscribers: mgorny, christof, arphaman, cfe-commits, lldb-commits, libcxx-commits, llvm-commits

Tags: #clang, #lldb, #libc, #llvm

Differential Revision: https://reviews.llvm.org/D62654

llvm-svn: 362113
</content>
</entry>
<entry>
<title>Update our URLs in clang doc to use https</title>
<updated>2018-11-04T17:02:00+00:00</updated>
<author>
<name>Sylvestre Ledru</name>
<email>sylvestre@debian.org</email>
</author>
<published>2018-11-04T17:02:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=bc5c3f57277f8851c95ebc95d7fe203c8480c99c'/>
<id>urn:sha1:bc5c3f57277f8851c95ebc95d7fe203c8480c99c</id>
<content type='text'>
llvm-svn: 346101
</content>
</entry>
<entry>
<title>[diagtool] Add diagtool to install target.</title>
<updated>2018-05-16T10:23:25+00:00</updated>
<author>
<name>Jonas Devlieghere</name>
<email>jonas@devlieghere.com</email>
</author>
<published>2018-05-16T10:23:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=b48447a1d603a6609b9d6735fda6f875266237c8'/>
<id>urn:sha1:b48447a1d603a6609b9d6735fda6f875266237c8</id>
<content type='text'>
Although not very well known, diagtool is an incredibly convenient
utility for dealing with diagnostics.
Particularly useful are the "tree" and "show-enabled" commands:

 - The former prints the hierarchy of diagnostic (warning) flags and
   which of them are enabled by default.
 - The latter can be used to replace an invocation to clang and will
   print which diagnostics are disabled, warnings or errors.
   For instance: `diagtool show-enabled -Wall -Werror /tmp/test.c` will
   print that -Wunused-variable (warn_unused_variable) will be treated as
   an error.

This patch adds them to the install target so it gets shipped with the
LLVM release. It also adds a very basic man page and mentions this
change in the release notes.

Differential revision: https://reviews.llvm.org/D46694

llvm-svn: 332448
</content>
</entry>
</feed>
