<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm5719-llvm/clang/tools/libclang, 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-05-07T17:10:53+00:00</updated>
<entry>
<title>[libclang] Remove duplicate dependency on LLVMSupport</title>
<updated>2020-05-07T17:10:53+00:00</updated>
<author>
<name>Jan Korous</name>
<email>jkorous@apple.com</email>
</author>
<published>2020-05-05T22:42:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=db810b69f805e078b73c23fcc98f271fb05265bc'/>
<id>urn:sha1:db810b69f805e078b73c23fcc98f271fb05265bc</id>
<content type='text'>
Differential Revision: https://reviews.llvm.org/D79451

(cherry picked from commit 02b303321d3f0d3b2c69f68aa25560848dd61f98)
</content>
</entry>
<entry>
<title>[Concepts] Requires Expressions</title>
<updated>2020-01-24T00:28:22+00:00</updated>
<author>
<name>Saar Raz</name>
<email>saar@raz.email</email>
</author>
<published>2020-01-18T07:11:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=c96ef5118857ff938aa6d304ccf7c0f9b81bc5ba'/>
<id>urn:sha1:c96ef5118857ff938aa6d304ccf7c0f9b81bc5ba</id>
<content type='text'>
Implement support for C++2a requires-expressions.

Re-commit after compilation failure on some platforms due to alignment issues with PointerIntPair.

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

(cherry picked from commit a0f50d731639350c7a79f140f026c27a18215531)
</content>
</entry>
<entry>
<title>[Concepts] Type Constraints</title>
<updated>2020-01-15T02:02:39+00:00</updated>
<author>
<name>Saar Raz</name>
<email>saar@raz.email</email>
</author>
<published>2020-01-15T00:48:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=ff1e0fce817e01f0288fad6a2607dd173180aabd'/>
<id>urn:sha1:ff1e0fce817e01f0288fad6a2607dd173180aabd</id>
<content type='text'>
Add support for type-constraints in template type parameters.
Also add support for template type parameters as pack expansions (where the type constraint can now contain an unexpanded parameter pack).

Differential Revision: https://reviews.llvm.org/D44352
</content>
</entry>
<entry>
<title>Removed PointerUnion3 and PointerUnion4 aliases in favor of the variadic template</title>
<updated>2020-01-14T17:56:29+00:00</updated>
<author>
<name>Dmitri Gribenko</name>
<email>gribozavr@gmail.com</email>
</author>
<published>2020-01-14T14:46:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=2948ec5ca98f8593584f2117bc92fe8d75f6f098'/>
<id>urn:sha1:2948ec5ca98f8593584f2117bc92fe8d75f6f098</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[OPENMP50]Codegen for nontemporal clause.</title>
<updated>2019-12-23T15:04:46+00:00</updated>
<author>
<name>Alexey Bataev</name>
<email>a.bataev@hotmail.com</email>
</author>
<published>2019-12-19T15:01:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=0860db966a7d2ab61b26e41426a55189986924b4'/>
<id>urn:sha1:0860db966a7d2ab61b26e41426a55189986924b4</id>
<content type='text'>
Summary:
Basic codegen for the declarations marked as nontemporal. Also, if the
base declaration in the member expression is marked as nontemporal,
lvalue for member decl access inherits nonteporal flag from the base
lvalue.

Reviewers: rjmccall, hfinkel, jdoerfert

Subscribers: guansong, arphaman, caomhin, kkwli0, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D71708
</content>
</entry>
<entry>
<title>[Wdocumentation] Implement \anchor</title>
<updated>2019-12-21T13:52:21+00:00</updated>
<author>
<name>Mark de Wever</name>
<email>koraq@xs4all.nl</email>
</author>
<published>2019-12-21T13:47:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=be1a9b3863b6649ef64f25c22394335c47f2ef31'/>
<id>urn:sha1:be1a9b3863b6649ef64f25c22394335c47f2ef31</id>
<content type='text'>
Differential revision: https://reviews.llvm.org/D69223
</content>
</entry>
<entry>
<title>[OPENMP50]Add parsing/sema analysis for nontemporal clause.</title>
<updated>2019-12-17T19:46:32+00:00</updated>
<author>
<name>Alexey Bataev</name>
<email>a.bataev@hotmail.com</email>
</author>
<published>2019-12-16T20:54:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=b6e7084e25ad0592b8e29ceea6462952e2ad79b9'/>
<id>urn:sha1:b6e7084e25ad0592b8e29ceea6462952e2ad79b9</id>
<content type='text'>
Add basic support for parsing/sema analysis of the nontemporal clause in
simd-based directives.
</content>
</entry>
<entry>
<title>[NFC] Fix typos in Clangd and Clang</title>
<updated>2019-12-16T09:54:40+00:00</updated>
<author>
<name>Kirill Bobyrev</name>
<email>kbobyrev@google.com</email>
</author>
<published>2019-12-16T09:33:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=3b9715cb219352fb831af144fd68e14e8fd275b4'/>
<id>urn:sha1:3b9715cb219352fb831af144fd68e14e8fd275b4</id>
<content type='text'>
Reviewed by: Jim

Differential Revision: https://reviews.llvm.org/D71455
</content>
</entry>
<entry>
<title>[OpenMP50] Add parallel master construct</title>
<updated>2019-12-05T19:35:27+00:00</updated>
<author>
<name>cchen</name>
<email>cchen@cray.com</email>
</author>
<published>2019-12-05T18:43:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=47d6094d7fd463707598a0e65dd44a0d1cc279eb'/>
<id>urn:sha1:47d6094d7fd463707598a0e65dd44a0d1cc279eb</id>
<content type='text'>
Reviewers: ABataev, jdoerfert

Reviewed By: ABataev

Subscribers: rnk, jholewinski, guansong, arphaman, jfb, cfe-commits, sandoval, dreachem

Tags: #clang

Differential Revision: https://reviews.llvm.org/D70726
</content>
</entry>
<entry>
<title>Revert "[OpenMP50] Add parallel master construct, by Chi Chun Chen."</title>
<updated>2019-12-04T22:50:06+00:00</updated>
<author>
<name>Reid Kleckner</name>
<email>rnk@google.com</email>
</author>
<published>2019-12-04T22:50:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=33f6d465d790ac5c9b949e6bc05127d356212079'/>
<id>urn:sha1:33f6d465d790ac5c9b949e6bc05127d356212079</id>
<content type='text'>
This reverts commit 713dab21e27c987b9114547ce7136bac2e775de9.

Tests do not pass on Windows.
</content>
</entry>
</feed>
