<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2019-12-20T19:53:05Z</updated>
<entry>
<title>Move all sources from the llvm project into contrib/llvm-project.</title>
<updated>2019-12-20T19:53:05Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2019-12-20T19:53:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=0b57cec536236d46e3dba9bd041533462f33dbb7'/>
<id>urn:sha1:0b57cec536236d46e3dba9bd041533462f33dbb7</id>
<content type='text'>
This uses the new layout of the upstream repository, which was recently
migrated to GitHub, and converted into a "monorepo".  That is, most of
the earlier separate sub-projects with their own branches and tags were
consolidated into one top-level directory, and are now branched and
tagged together.

Updating the vendor area to match this layout is next.
</content>
</entry>
<entry>
<title>Merge clang trunk r366426, resolve conflicts, and update FREEBSD-Xlist.</title>
<updated>2019-08-21T19:57:54Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2019-08-21T19:57:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=e123fc8fd8677e4dc86f274cffd069e5d56f4a01'/>
<id>urn:sha1:e123fc8fd8677e4dc86f274cffd069e5d56f4a01</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge clang trunk r351319, resolve conflicts, and update FREEBSD-Xlist.</title>
<updated>2019-01-20T14:02:54Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2019-01-20T14:02:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=d5ea6fa648f8835a44adfb322b788e615d77cb71'/>
<id>urn:sha1:d5ea6fa648f8835a44adfb322b788e615d77cb71</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge clang trunk r321017 to contrib/llvm/tools/clang.</title>
<updated>2017-12-20T14:26:54Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2017-12-20T14:26:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=9a199699c2fd227dae8c1ff60a70c819e9d4fdfe'/>
<id>urn:sha1:9a199699c2fd227dae8c1ff60a70c819e9d4fdfe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update clang to trunk r256633.</title>
<updated>2015-12-30T13:34:49Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2015-12-30T13:34:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=0623d7483df5fc17b32ba7bc5cb9c7beebf6db9c'/>
<id>urn:sha1:0623d7483df5fc17b32ba7bc5cb9c7beebf6db9c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge clang 3.5.0 release from ^/vendor/clang/dist, resolve conflicts,</title>
<updated>2014-11-24T18:11:16Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2014-11-24T18:11:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=59d1ed5b206db2a86b3b5bb851f393c43b568ce2'/>
<id>urn:sha1:59d1ed5b206db2a86b3b5bb851f393c43b568ce2</id>
<content type='text'>
and preserve our customizations, where necessary.
</content>
</entry>
<entry>
<title>Upgrade our copy of llvm/clang to 3.4 release.  This version supports</title>
<updated>2014-02-16T19:44:07Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2014-02-16T19:44:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=f785676f2a4a7a9e485a9c482d4e6497babe4392'/>
<id>urn:sha1:f785676f2a4a7a9e485a9c482d4e6497babe4392</id>
<content type='text'>
all of the features in the current working draft of the upcoming C++
standard, provisionally named C++1y.

The code generator's performance is greatly increased, and the loop
auto-vectorizer is now enabled at -Os and -O2 in addition to -O3.  The
PowerPC backend has made several major improvements to code generation
quality and compile time, and the X86, SPARC, ARM32, Aarch64 and SystemZ
backends have all seen major feature work.

Release notes for llvm and clang can be found here:
&lt;http://llvm.org/releases/3.4/docs/ReleaseNotes.html&gt;
&lt;http://llvm.org/releases/3.4/tools/clang/docs/ReleaseNotes.html&gt;

MFC after:	1 month
</content>
</entry>
<entry>
<title>Upgrade our copy of llvm/clang to 3.3 release.</title>
<updated>2013-06-12T18:48:53Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2013-06-12T18:48:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=284c197886619e7a51d68f10971d3d975526044a'/>
<id>urn:sha1:284c197886619e7a51d68f10971d3d975526044a</id>
<content type='text'>
Release notes are still in the works, these will follow soon.

MFC after:	1 month
</content>
</entry>
<entry>
<title>Upgrade our copy of llvm/clang to trunk r178860, in preparation of the</title>
<updated>2013-04-12T17:57:40Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2013-04-12T17:57:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=139f7f9bf51456a9798b8c35946b11b2b0061c03'/>
<id>urn:sha1:139f7f9bf51456a9798b8c35946b11b2b0061c03</id>
<content type='text'>
upcoming 3.3 release (branching and freezing expected in a few weeks).

Preliminary release notes can be found at the usual location:
&lt;http://llvm.org/docs/ReleaseNotes.html&gt;

An MFC is planned once the actual 3.3 release is finished.
</content>
</entry>
<entry>
<title>Upgrade our copy of llvm/clang to r168974, from upstream's release_32</title>
<updated>2012-12-03T19:24:08Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2012-12-03T19:24:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=3861d79fd735db42481e172075e1b61756d3d0fc'/>
<id>urn:sha1:3861d79fd735db42481e172075e1b61756d3d0fc</id>
<content type='text'>
branch.  This is effectively llvm/clang 3.2 RC2; the 3.2 release is
coming soon.
</content>
</entry>
</feed>
