<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm5719-llvm/lldb/source/Plugins/ObjectFile/Mach-O, 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-01-14T14:19:29+00:00</updated>
<entry>
<title>[lldb/DWARF] Move location list sections into DWARFContext</title>
<updated>2020-01-14T14:19:29+00:00</updated>
<author>
<name>Pavel Labath</name>
<email>pavel@labath.sk</email>
</author>
<published>2019-12-23T15:31:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=4b5bc38802dcc7d2c6d7f5af1eca1755bd0fd9cb'/>
<id>urn:sha1:4b5bc38802dcc7d2c6d7f5af1eca1755bd0fd9cb</id>
<content type='text'>
These are the last sections not managed by the DWARFContext object. I
also introduce separate SectionType enums for dwo section variants, as
this is necessary for proper handling of single-file split dwarf.
</content>
</entry>
<entry>
<title>make err msg in MachSymtabSectionInfo::GetSection clear about the file</title>
<updated>2019-12-19T00:13:17+00:00</updated>
<author>
<name>Jason Molenda</name>
<email>jmolenda@apple.com</email>
</author>
<published>2019-12-19T00:11:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=7026b34702f3f71ff157876831f29c76b3cb8bb1'/>
<id>urn:sha1:7026b34702f3f71ff157876831f29c76b3cb8bb1</id>
<content type='text'>
This error message didn't specify which file was malformed, so
there's some hunting-around required if it comes up.  We have the
filename; include it in the error message.
</content>
</entry>
<entry>
<title>[lldb/MachO] "Fix" intentional out-of-bounds error (NFC)</title>
<updated>2019-12-18T20:54:04+00:00</updated>
<author>
<name>Jonas Devlieghere</name>
<email>jonas@devlieghere.com</email>
</author>
<published>2019-12-18T20:49:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=e194d890126007bc8e5acb655f007ef76002edb7'/>
<id>urn:sha1:e194d890126007bc8e5acb655f007ef76002edb7</id>
<content type='text'>
Remove the hack that populates the cpsr register in the gpr struct by
writing past the end of the array. This was tripping up ASan.

Patch by: Reva Cuthbertson
</content>
</entry>
<entry>
<title>[lldb] Add boilerplate to recognize the .debug_rnglists.dwo section</title>
<updated>2019-11-26T12:58:26+00:00</updated>
<author>
<name>Pavel Labath</name>
<email>pavel@labath.sk</email>
</author>
<published>2019-11-26T10:00:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=4023bd05fcb4f75c6a11d661f407f8e0896176e2'/>
<id>urn:sha1:4023bd05fcb4f75c6a11d661f407f8e0896176e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[ObjectFileMachO] Fix the build for __arm64__.</title>
<updated>2019-11-12T19:10:36+00:00</updated>
<author>
<name>Davide Italiano</name>
<email>ditaliano@apple.com</email>
</author>
<published>2019-11-12T19:10:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=96915495f9fcbd47bf3f893200e3f5a8e30d0d9e'/>
<id>urn:sha1:96915495f9fcbd47bf3f893200e3f5a8e30d0d9e</id>
<content type='text'>
Catch up with an API change.
</content>
</entry>
<entry>
<title>Fix compilation error in ObjectFileMachO::ParseSymtab</title>
<updated>2019-10-25T18:16:51+00:00</updated>
<author>
<name>Vedant Kumar</name>
<email>vsk@apple.com</email>
</author>
<published>2019-10-25T18:16:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=72105b9dcd67eb539b77a77c5ed3530da1171724'/>
<id>urn:sha1:72105b9dcd67eb539b77a77c5ed3530da1171724</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Modernize the rest of the Find.* API (NFC)</title>
<updated>2019-10-17T19:56:40+00:00</updated>
<author>
<name>Adrian Prantl</name>
<email>aprantl@apple.com</email>
</author>
<published>2019-10-17T19:56:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=1ad655e255090620705eb4ce85d869a54d971912'/>
<id>urn:sha1:1ad655e255090620705eb4ce85d869a54d971912</id>
<content type='text'>
This patch removes the size_t return value and the append parameter
from the remainder of the Find.* functions in LLDB's internal API. As
in the previous patches, this is motivated by the fact that these
parameters aren't really used, and in the case of the append parameter
were frequently implemented incorrectly.

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

llvm-svn: 375160
</content>
</entry>
<entry>
<title>Add arm64_32 support to lldb, an ILP32 codegen </title>
<updated>2019-10-16T19:14:49+00:00</updated>
<author>
<name>Jason Molenda</name>
<email>jmolenda@apple.com</email>
</author>
<published>2019-10-16T19:14:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=7dd7a3607596a51044b8706ebf6df2e613ce1e9b'/>
<id>urn:sha1:7dd7a3607596a51044b8706ebf6df2e613ce1e9b</id>
<content type='text'>
that runs on arm64 ISA targets, specifically 
Apple watches.


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

llvm-svn: 375032
</content>
</entry>
<entry>
<title>ObjectFileMachO: Replace std::map with llvm::DenseMap (NFC)</title>
<updated>2019-10-08T16:59:24+00:00</updated>
<author>
<name>Adrian Prantl</name>
<email>aprantl@apple.com</email>
</author>
<published>2019-10-08T16:59:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=8db229e28771c04c02bfcb3fbd72135dcef6780f'/>
<id>urn:sha1:8db229e28771c04c02bfcb3fbd72135dcef6780f</id>
<content type='text'>
This makes parsing the symbol table of clang marginally faster. (Hashtable versus tree).

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

llvm-svn: 374084
</content>
</entry>
<entry>
<title>Replace static const StringRef with StringRef (NFC)</title>
<updated>2019-10-08T16:29:36+00:00</updated>
<author>
<name>Adrian Prantl</name>
<email>aprantl@apple.com</email>
</author>
<published>2019-10-08T16:29:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=917b8df0e531d4b2ecb9c9bc7370a75905587bbc'/>
<id>urn:sha1:917b8df0e531d4b2ecb9c9bc7370a75905587bbc</id>
<content type='text'>
Differential Revision: https://reviews.llvm.org/D68597

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