<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm5719-llvm/clang/test/Modules/Inputs, 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-02-27T13:39:49+00:00</updated>
<entry>
<title>Revert "make -fmodules-codegen and -fmodules-debuginfo work also with PCHs"</title>
<updated>2020-02-27T13:39:49+00:00</updated>
<author>
<name>Hans Wennborg</name>
<email>hans@chromium.org</email>
</author>
<published>2020-02-27T13:33:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=a8684e93a347b5a7ecbb07bad40301f1699a813a'/>
<id>urn:sha1:a8684e93a347b5a7ecbb07bad40301f1699a813a</id>
<content type='text'>
This caused PR44953. See also the discussion on D74846.

This reverts commit cbc9d22e49b434b6ceb2eb94b67079d02e0a7b74.

(cherry picked from commit 7ea9a6e0220da36ff2fd1fbc29c2755be23e5166)
</content>
</entry>
<entry>
<title>Fix a reentrance bug with deserializing ObjC type parameters.</title>
<updated>2020-02-13T08:37:31+00:00</updated>
<author>
<name>John McCall</name>
<email>rjmccall@apple.com</email>
</author>
<published>2020-02-12T23:40:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=e1b73356879b1d9a8095de27e33943ae84d8f495'/>
<id>urn:sha1:e1b73356879b1d9a8095de27e33943ae84d8f495</id>
<content type='text'>
This is a longstanding bug that seems to have been hidden by
a combination of (1) the normal flow being to deserialize the
interface before deserializing its parameter and (2) a precise
ordering of work that was apparently recently disturbed,
perhaps by my abstract-serialization work or Bruno's ObjC
module merging work.

Fixes rdar://59153545.

(cherry picked from commit 77b2ffc498e92cce7546d191f6712a3046300501)
</content>
</entry>
<entry>
<title>make -fmodules-codegen and -fmodules-debuginfo work also with PCHs</title>
<updated>2020-01-14T23:01:08+00:00</updated>
<author>
<name>Luboš Luňák</name>
<email>l.lunak@centrum.cz</email>
</author>
<published>2019-11-03T20:15:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=cbc9d22e49b434b6ceb2eb94b67079d02e0a7b74'/>
<id>urn:sha1:cbc9d22e49b434b6ceb2eb94b67079d02e0a7b74</id>
<content type='text'>
Allow to build PCH's (with -building-pch-with-obj and the extra .o file)
with -fmodules-codegen -fmodules-debuginfo to allow emitting shared code
into the extra .o file, similarly to how it works with modules. A bit of
a misnomer, but the underlying functionality is the same. This saves up
to 20% of build time here.

Differential Revision: https://reviews.llvm.org/D69778
</content>
</entry>
<entry>
<title>fix recent -fmodules-codegen fix test</title>
<updated>2020-01-14T22:51:07+00:00</updated>
<author>
<name>Luboš Luňák</name>
<email>l.lunak@centrum.cz</email>
</author>
<published>2020-01-14T22:46:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=b5b2cf7af47f1ca04635dae7b787c8a81d5af4c9'/>
<id>urn:sha1:b5b2cf7af47f1ca04635dae7b787c8a81d5af4c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[clang][modules] Add support for merging lifetime-extended temporaries</title>
<updated>2019-12-02T18:55:13+00:00</updated>
<author>
<name>Tyker</name>
<email>tyker1@outlook.com</email>
</author>
<published>2019-11-30T15:42:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=9ec6d7121132d30db68818e4f684910f76307fdf'/>
<id>urn:sha1:9ec6d7121132d30db68818e4f684910f76307fdf</id>
<content type='text'>
Summary: Add support for merging lifetime-extended temporaries

Reviewers: rsmith

Reviewed By: rsmith

Subscribers: xbolva00, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D70190
</content>
</entry>
<entry>
<title>Revert "[clang][modules] Add support for merging lifetime-extended temporaries"</title>
<updated>2019-12-01T21:38:31+00:00</updated>
<author>
<name>Tyker</name>
<email>tyker1@outlook.com</email>
</author>
<published>2019-12-01T21:38:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=ae5484540f15bcbcb0de9558e66b0217ab8473ed'/>
<id>urn:sha1:ae5484540f15bcbcb0de9558e66b0217ab8473ed</id>
<content type='text'>
This reverts commit a3cbe1a202df6ec8e23bd55e14db254e4bc33021.
</content>
</entry>
<entry>
<title>[clang][modules] Add support for merging lifetime-extended temporaries</title>
<updated>2019-12-01T20:28:48+00:00</updated>
<author>
<name>Tyker</name>
<email>tyker1@outlook.com</email>
</author>
<published>2019-11-30T15:42:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=a3cbe1a202df6ec8e23bd55e14db254e4bc33021'/>
<id>urn:sha1:a3cbe1a202df6ec8e23bd55e14db254e4bc33021</id>
<content type='text'>
Summary: Add support for merging lifetime-extended temporaries

Reviewers: rsmith

Reviewed By: rsmith

Subscribers: xbolva00, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D70190
</content>
</entry>
<entry>
<title>Revert "[clang][modules] Add support for merging lifetime-extended temporaries"</title>
<updated>2019-12-01T10:58:14+00:00</updated>
<author>
<name>Tyker</name>
<email>tyker1@outlook.com</email>
</author>
<published>2019-12-01T10:58:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=486d1a535896aa4f48f0ecaf451ea35dbd4f137b'/>
<id>urn:sha1:486d1a535896aa4f48f0ecaf451ea35dbd4f137b</id>
<content type='text'>
This reverts commit 85c74384778909789389b9012a75cfcca7964a28.
</content>
</entry>
<entry>
<title>[clang][modules] Add support for merging lifetime-extended temporaries</title>
<updated>2019-11-30T22:09:11+00:00</updated>
<author>
<name>Tyker</name>
<email>tyker1@outlook.com</email>
</author>
<published>2019-11-30T15:42:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=85c74384778909789389b9012a75cfcca7964a28'/>
<id>urn:sha1:85c74384778909789389b9012a75cfcca7964a28</id>
<content type='text'>
Summary: Add support for merging lifetime-extended temporaries

Reviewers: rsmith

Reviewed By: rsmith

Subscribers: xbolva00, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D70190
</content>
</entry>
<entry>
<title>Revert "[clang][modules] Add support for merging lifetime-extended temporaries"</title>
<updated>2019-11-30T16:52:26+00:00</updated>
<author>
<name>Tyker</name>
<email>tyker1@outlook.com</email>
</author>
<published>2019-11-30T16:52:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=3f4b70c79e686117c2754d2c0a5a44c8b6829e79'/>
<id>urn:sha1:3f4b70c79e686117c2754d2c0a5a44c8b6829e79</id>
<content type='text'>
This reverts commit 3c7f6b439699a9cbbc0ac8d288cc70aff357446b.
</content>
</entry>
</feed>
