<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm5719-llvm/llvm/test/tools/llvm-pdbdump, 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>2019-07-09T17:14:24+00:00</updated>
<entry>
<title>Rename llvm/test/tools/llvm-pdbdump to llvm/test/tools/llvm-pdbutil</title>
<updated>2019-07-09T17:14:24+00:00</updated>
<author>
<name>Nico Weber</name>
<email>nicolasweber@gmx.de</email>
</author>
<published>2019-07-09T17:14:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=c9c55cf89b0d4ddd4b778da8ecf59fe740283bec'/>
<id>urn:sha1:c9c55cf89b0d4ddd4b778da8ecf59fe740283bec</id>
<content type='text'>
llvm-pdbdump was renamed to llvm-pdbutil long ago. This updates the test
to be where you'd expect them to be.

llvm-svn: 365515
</content>
</entry>
<entry>
<title>[NativePDB] Fix access to both old &amp; new fpo data entries from dbi stream</title>
<updated>2019-01-30T10:40:45+00:00</updated>
<author>
<name>Aleksandr Urakov</name>
<email>aleksandr.urakov@jetbrains.com</email>
</author>
<published>2019-01-30T10:40:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=d17f6ab61b2492cdf5c1c88c36915456206f84fe'/>
<id>urn:sha1:d17f6ab61b2492cdf5c1c88c36915456206f84fe</id>
<content type='text'>
Summary:
This patch fixes access to fpo streams in native pdb from DbiStream and makes
code consistent with DbiStreamBuilder.

Patch By: leonid.mashinskiy

Reviewers: zturner, aleksandr.urakov

Reviewed By: zturner

Subscribers: llvm-commits

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

llvm-svn: 352615
</content>
</entry>
<entry>
<title>Fix a few small issues in llvm-pdbutil</title>
<updated>2018-11-02T18:00:37+00:00</updated>
<author>
<name>Leonard Mosescu</name>
<email>mosescu@google.com</email>
</author>
<published>2018-11-02T18:00:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=4bdbea3ce2124ed41514fe9583084dddc77707bb'/>
<id>urn:sha1:4bdbea3ce2124ed41514fe9583084dddc77707bb</id>
<content type='text'>
Running "llvm-pdbutil dump -all" on linux (using the native PDB reader),
over a few PDBs pulled from the Microsoft public symbol store uncovered 
a few small issues:

- stripped PDBs might not have the strings stream (/names)
- stripped PDBs might not have the "module info" stream

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

llvm-svn: 346010
</content>
</entry>
<entry>
<title>[llvm-pdbutil] Add missing pdb for test</title>
<updated>2018-10-11T22:25:55+00:00</updated>
<author>
<name>Aaron Smith</name>
<email>aaron.smith@microsoft.com</email>
</author>
<published>2018-10-11T22:25:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=c5cd5911ec1a9a35d8ac75f32076d32eb23fdba5'/>
<id>urn:sha1:c5cd5911ec1a9a35d8ac75f32076d32eb23fdba5</id>
<content type='text'>
llvm-svn: 344306
</content>
</entry>
<entry>
<title>[llvm-pdbutil] Pretty print PDBSymbolUsingNamespace symbols</title>
<updated>2018-10-11T21:37:18+00:00</updated>
<author>
<name>Aaron Smith</name>
<email>aaron.smith@microsoft.com</email>
</author>
<published>2018-10-11T21:37:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=c66838aee9419777b7032815c15f6558a5b48258'/>
<id>urn:sha1:c66838aee9419777b7032815c15f6558a5b48258</id>
<content type='text'>
Reviewers: rnk, zturner, llvm-commits

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

llvm-svn: 344298
</content>
</entry>
<entry>
<title>[PDB] Add support for dumping Typedef records.</title>
<updated>2018-10-01T17:55:38+00:00</updated>
<author>
<name>Zachary Turner</name>
<email>zturner@google.com</email>
</author>
<published>2018-10-01T17:55:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=a5e3e02602a350b1cd704bda39194e140e4a0cc6'/>
<id>urn:sha1:a5e3e02602a350b1cd704bda39194e140e4a0cc6</id>
<content type='text'>
These work a little differently because they are actually in
the globals stream and are treated as symbol records, even though
DIA presents them as types.  So this also adds the necessary
infrastructure to cache records that live somewhere other than
the TPI stream as well.

llvm-svn: 343507
</content>
</entry>
<entry>
<title>Fix some tests on Windows.</title>
<updated>2018-09-30T00:22:21+00:00</updated>
<author>
<name>Zachary Turner</name>
<email>zturner@google.com</email>
</author>
<published>2018-09-30T00:22:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=a1e79e326a0734885f1713325d34f90132aa960c'/>
<id>urn:sha1:a1e79e326a0734885f1713325d34f90132aa960c</id>
<content type='text'>
I don't actually have a Windows machine at the present moment,
so hopefully this fixes it.

llvm-svn: 343397
</content>
</entry>
<entry>
<title>[PDB] Fix failing test.</title>
<updated>2018-09-20T16:12:27+00:00</updated>
<author>
<name>Zachary Turner</name>
<email>zturner@google.com</email>
</author>
<published>2018-09-20T16:12:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=4bb55c6a0d451a428824229ea4838ec29d12531c'/>
<id>urn:sha1:4bb55c6a0d451a428824229ea4838ec29d12531c</id>
<content type='text'>
This test was missed on the last run since I only ran a subset
of them before commiting.

llvm-svn: 342659
</content>
</entry>
<entry>
<title>[llvm-pdbutil] Support PDBs without a DBI stream</title>
<updated>2018-08-06T19:35:00+00:00</updated>
<author>
<name>Alexandre Ganea</name>
<email>alexandre.ganea@ubisoft.com</email>
</author>
<published>2018-08-06T19:35:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=741cc3531a6a372f8b5524362eb7930905e983bb'/>
<id>urn:sha1:741cc3531a6a372f8b5524362eb7930905e983bb</id>
<content type='text'>
Differential Revision: https://reviews.llvm.org/D50258

llvm-svn: 339045
</content>
</entry>
<entry>
<title>win: try to fix dia tests with newer msvc versions</title>
<updated>2018-05-21T02:09:57+00:00</updated>
<author>
<name>Nico Weber</name>
<email>nicolasweber@gmx.de</email>
</author>
<published>2018-05-21T02:09:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=da5513b9c440cd5a1e277ea0bd34a3c5804bbc32'/>
<id>urn:sha1:da5513b9c440cd5a1e277ea0bd34a3c5804bbc32</id>
<content type='text'>
llvm-svn: 332827
</content>
</entry>
</feed>
