<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm5719-llvm/llvm/test/ObjectYAML/CodeView, 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>2018-05-17T22:55:15+00:00</updated>
<entry>
<title>Resubmit [pdb] Change /DEBUG:GHASH to emit 8 byte hashes."</title>
<updated>2018-05-17T22:55:15+00:00</updated>
<author>
<name>Zachary Turner</name>
<email>zturner@google.com</email>
</author>
<published>2018-05-17T22:55:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=c762666e8747841ab7dd785415e1354a1682e954'/>
<id>urn:sha1:c762666e8747841ab7dd785415e1354a1682e954</id>
<content type='text'>
This fixes the remaining failing tests, so resubmitting with no
functional change.

llvm-svn: 332676
</content>
</entry>
<entry>
<title>Revert "[pdb] Change /DEBUG:GHASH to emit 8 byte hashes."</title>
<updated>2018-05-17T21:49:25+00:00</updated>
<author>
<name>Zachary Turner</name>
<email>zturner@google.com</email>
</author>
<published>2018-05-17T21:49:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=1de9fce15152a410aa082f4f38d52c41f01fece1'/>
<id>urn:sha1:1de9fce15152a410aa082f4f38d52c41f01fece1</id>
<content type='text'>
A few tests haven't been properly updated, so reverting while
I have time to investigate proper fixes.

llvm-svn: 332672
</content>
</entry>
<entry>
<title>[pdb] Change /DEBUG:GHASH to emit 8 byte hashes.</title>
<updated>2018-05-17T21:22:48+00:00</updated>
<author>
<name>Zachary Turner</name>
<email>zturner@google.com</email>
</author>
<published>2018-05-17T21:22:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=3c4c8a09374d9d8ee0e31301e26daa40ff71a3b4'/>
<id>urn:sha1:3c4c8a09374d9d8ee0e31301e26daa40ff71a3b4</id>
<content type='text'>
Previously we emitted 20-byte SHA1 hashes.  This is overkill
for identifying debug info records, and has the negative side
effect of making object files bigger and links slower.  By
using only the last 8 bytes of a SHA1, we get smaller object
files and ~10% faster links.

This modifies the format of the .debug$H section by adding a new
value for the hash algorithm field, so that the linker will still
work when its object files have an old format.

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

llvm-svn: 332669
</content>
</entry>
<entry>
<title>Update obj2yaml and yaml2obj for .debug$H section.</title>
<updated>2017-12-06T18:58:48+00:00</updated>
<author>
<name>Zachary Turner</name>
<email>zturner@google.com</email>
</author>
<published>2017-12-06T18:58:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=c221dc71b18410bbc9fd0fa604b166e1f618244e'/>
<id>urn:sha1:c221dc71b18410bbc9fd0fa604b166e1f618244e</id>
<content type='text'>
Differential Revision: https://reviews.llvm.org/D40842

llvm-svn: 319925
</content>
</entry>
<entry>
<title>[codeview] Fix YAML for LF_TYPESERVER2 by hoisting PDB_UniqueId</title>
<updated>2017-07-17T23:59:44+00:00</updated>
<author>
<name>Reid Kleckner</name>
<email>rnk@google.com</email>
</author>
<published>2017-07-17T23:59:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=67653ee0865fb7819fce751f8923b149e42d6027'/>
<id>urn:sha1:67653ee0865fb7819fce751f8923b149e42d6027</id>
<content type='text'>
Summary:
We were treating the GUIDs in TypeServer2Record as strings, and the
non-ASCII bytes in the GUID would not round-trip through YAML.

We already had the PDB_UniqueId type portably represent a Windows GUID,
but we need to hoist that up to the DebugInfo/CodeView library so that
we can use it in the TypeServer2Record as well as in PDB parsing code.

Reviewers: inglorion, amccarth

Subscribers: llvm-commits, hiraditya

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

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